Go to file
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
common RPi: fix network protocol incompatibilities when WORDS_NEED_ALIGNMENT is defined 2015-04-04 22:54:38 +02:00
contrib xcode setting for passing network opts to scons 2015-02-05 17:02:17 -08:00
d1x-rebirth Include polyobj.h from robot.h 2015-04-02 02:36:57 +00:00
d2x-rebirth Use enum for AIB constants 2015-04-02 02:36:57 +00:00
similar GLES: fix use of uninitialized variables in ogl_texture_stats() 2015-04-04 23:04:24 +02:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt
SConstruct Fix preserving CCACHE_PREFIX 2015-04-04 17:23:47 +00:00