GLdc: an OpenGL implementation for the SEGA Dreamcast
Go to file
2014-12-20 16:49:56 -08:00
include Fixed const pointer function definitions 2014-12-19 19:07:11 -08:00
kos First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
.gitattributes Ignore the noise... Just testing something. 2014-08-30 13:33:02 -04:00
.gitignore Added gitignore 2012-07-17 16:47:56 -05:00
gl-api.c Added support for 2D vertices using glDrawArrays. Fixed a small bug in matrix transform stack. 2014-12-20 16:49:56 -08:00
gl-api.h Fixed const pointer function definitions 2014-12-19 19:07:11 -08:00
gl-arrays.c Added support for 2D vertices using glDrawArrays. Fixed a small bug in matrix transform stack. 2014-12-20 16:49:56 -08:00
gl-arrays.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-cap.c Fixed const pointer function definitions 2014-12-19 19:07:11 -08:00
gl-clip.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-clip.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-error.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-fog.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-framebuffer.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-light.c Fixed const pointer function definitions 2014-12-19 19:07:11 -08:00
gl-light.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-matrix.c Added support for 2D vertices using glDrawArrays. Fixed a small bug in matrix transform stack. 2014-12-20 16:49:56 -08:00
gl-pvr.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-pvr.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-rgb.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-rgb.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-sh4-light.S Fixed stride on glDrawArrays, clean up on lighting code, added glRect function 2014-12-13 15:17:57 -08:00
gl-sh4.h First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
gl-texture.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
glu-texture.c First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00
Makefile First major update to the API 9-28-14 2014-09-28 19:40:41 -07:00