summaryrefslogtreecommitdiff
path: root/glstate.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Don't call GLX functions when compiling the EGL retracer.Alexandros Frantzis1-0/+4
2011-11-25Fix internalformat determination for renderbuffers.José Fonseca1-8/+19
2011-11-17Encode format as a member and not part of the label.Zack Rusin1-11/+10
2011-11-16Return format info for both textures and framebuffers.Zack Rusin1-2/+74
2011-11-15Fix fetching of the data for uniform arrays.Zack Rusin1-3/+30
2011-10-27Lower case namespaces.José Fonseca1-4/+4
2011-09-28More signed/unsigned comparison fixes.José Fonseca1-4/+4
2011-09-01Don't (de)serialize mirror images.José Fonseca1-2/+2
2011-08-01Avoid duplicate shaders.José Fonseca1-43/+28
2011-08-01Fix shader type from ARB_shader_objects.José Fonseca1-1/+7
2011-07-20Dump ARB program uniforms.José Fonseca1-0/+63
2011-07-19Dump uniforms for ARB_shader_objects too.José Fonseca1-1/+106
2011-07-19Handle moe uniform types and sizes.José Fonseca1-37/+72
2011-07-19Basic uniform state dumpingJosé Fonseca1-1/+94
2011-07-19Sort shader objs so that state dumps are reproducible.José Fonseca1-0/+2
2011-07-19Add missing call to dumpCurrentProgramObj.José Fonseca1-0/+1
2011-07-16Accumulate the sources of different shader objects with the same type.José Fonseca1-11/+30
2011-06-11Add a note about reseting imaging state.José Fonseca1-0/+2
2011-06-07Add some sanity checks to catch state clobering.José Fonseca1-0/+47
2011-06-07Use the right framebuffer size also when generating snapshots.José Fonseca1-108/+152
2011-06-07Dump framebuffer images with their true size.José Fonseca1-93/+280
2011-06-02Reset GL_PIXEL_PACK_BUFFER state too when reading images.José Fonseca1-33/+41
2011-05-27Trace the whole OpenGL framework on Mac OS X.José Fonseca1-5/+0
2011-05-24Handle an arbitrary number of image channels.José Fonseca1-6/+5
2011-05-24Move snapshooting to glstate.José Fonseca1-0/+44
2011-05-20Reset store state before ReadPixels.José Fonseca1-0/+7
2011-05-19Determine drawable sizes on MacOSX.José Fonseca1-3/+44
2011-05-19Reorganize glstate code.José Fonseca1-0/+643