aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_gl.cpp
AgeCommit message (Collapse)Author
2016-03-15update copyright-yearHenrik Nord
2016-02-29wx: Tiny optimizationDan Gudmundsson
Set context to avoid future lookups
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-05wx: Optimize binary argsDan Gudmundsson
2015-06-01wx: Optimize event and return value constructionDan Gudmundsson
Preallocated an rt array of 64 items (which covers 99%) of the calls and thus avoids allocation and copying in most cases.
2015-04-13wx: Optimize OpenGL invocationsDan Gudmundsson
2014-01-21wx: Refactor C++ codeDan Gudmundsson
Try to clean up the files a bit
2013-01-16wx: Remove deprecated driver_send_term usageDan Gudmundsson
2010-11-15Update to OpenGL 4.1Dan Gudmundsson
2010-11-15Windows and Mac build issuesDan Gudmundsson
2010-11-15Split opengl functionality into separate dynamic libraryDan Gudmundsson
The idea is to build a separate opengl library which can be reused by other erlang applications.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP