]> icculus.org git repositories - taylor/freespace2.git/commit
first pass at OpenGL ES 2 support
authorTaylor Richards <taylor@icculus.org>
Mon, 30 May 2016 03:14:23 +0000 (23:14 -0400)
committerTaylor Richards <taylor@icculus.org>
Mon, 30 May 2016 03:14:23 +0000 (23:14 -0400)
commitb3a696aecdf2fa1e981d18cbbc5d1af688cee50c
tree2c5a734991a8d0d5911f3cb53be8449a12b728ec
parent04234a5cefeb4d44f83c9c57895b8bc3422641d3
first pass at OpenGL ES 2 support
18 files changed:
include/2d.h
include/CMakeLists.txt
include/grgl1.h
include/grgl2.h [new file with mode: 0644]
include/gropengl.h
include/gropenglinternal.h
src/CMakeLists.txt
src/graphics/2d.cpp
src/graphics/grgl1.cpp
src/graphics/grgl1render.cpp
src/graphics/grgl1texture.cpp
src/graphics/grgl2.cpp [new file with mode: 0644]
src/graphics/grgl2render.cpp [new file with mode: 0644]
src/graphics/grgl2shader.cpp [new file with mode: 0644]
src/graphics/grgl2texture.cpp [new file with mode: 0644]
src/graphics/gropengl.cpp
src/graphics/grwxgl.cpp
src/movie/mveplayer.cpp