dxx-rebirth/similar
derhass 1c01698e88 GLES: fix use of uninitialized variables in ogl_texture_stats()
Querying GL_INDEX_BITS and GL_DOUBLEBUFFER is not allowed in GLES, so
just use a reasonable default values for both. This is only used to
estimate memory consumption by the framebuffer (which is a questionable
approach in itself, since all those are implementation details not exposed
by the GL, and the actual memory used is likely to be higher anyway).
2015-04-04 23:04:24 +02:00
..
2d
3d Move WORDS_BIGENDIAN functions into #ifdef guard 2015-03-22 18:49:21 +00:00
arch GLES: fix use of uninitialized variables in ogl_texture_stats() 2015-04-04 23:04:24 +02:00
editor Use enum for AIB constants 2015-04-02 02:36:57 +00:00
main GLES: never declare the unused variable gl_draw_buffer 2015-04-04 22:58:02 +02:00
mem
misc Merge branch 'unification/master' into unification/syncgl_v2 2015-03-23 20:18:17 +01:00