aboutsummaryrefslogtreecommitdiff
path: root/system/include/GL
AgeCommit message (Collapse)Author
2014-01-21Workaround glew linkage issue, see ↵Jukka Jylänki
https://github.com/kripken/emscripten/issues/2025
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
Includes library_glew.js that stubs the init functions, but also provides the other functions. GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants, some missing constants that are in GLEW 1.10.0 are also provided. Otherwise it still uses SDL_opengl.h to provide function definitions and other constants. Linaro's GLEW (glew-oes) is also supported to some degree to make it easier to get ES1 and ES2 software using it running. What it lacks: - Some constants and function declarations that are in GLEW 1.10.0 might be missing. - The real glew-es fork also includes normal GL constants and function pointers, this does not. Tests ran: - tests/runner.py browser Real world example using this code (and upcomming glfw3 port) can be found here: http://cloudef.eu/glhck http://cloudef.eu/glhck/qb.html
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-04* Added glfw headers and testcases.Éloi Rivard
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-23Add the glut header fileEhsan Akhgari
2012-01-20Add glext.hEhsan Akhgari
2012-01-05add some GL headersAlon Zakai