GLdc: an OpenGL implementation for the SEGA Dreamcast
Go to file
Lawrence Sebald 61b809f5cd Add glGetFloatv() for reading matrices as requested in #dreamcastdev on IRC.
This commit also adds a new glKosGetMatrix() function that does the same thing,
but isn't limited to the modelview, projection, and texture matrices, as
glGetFloatv() is.
2014-08-29 15:38:42 -04:00
include Add glGetFloatv() for reading matrices as requested in #dreamcastdev on IRC. 2014-08-29 15:38:42 -04:00
kos Updated changelog/relnotes, moved most addons into their own tree 2003-10-13 00:41:10 +00:00
.gitignore Added gitignore 2012-07-17 16:47:56 -05:00
gl-api.c Add glGetFloatv() for reading matrices as requested in #dreamcastdev on IRC. 2014-08-29 15:38:42 -04:00
gl-api.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-arrays.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-arrays.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-clip.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-clip.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-fog.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-light.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-light.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-matrix.c Add glGetFloatv() for reading matrices as requested in #dreamcastdev on IRC. 2014-08-29 15:38:42 -04:00
gl-pvr.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-pvr.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-rgb.c #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-rgb.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-sh4-light.S #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
gl-sh4.h #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:13:38 -07:00
Makefile #Initial Commit for new Open GL API, replacing the old KGL 2014-08-16 11:09:37 -07:00