summaryrefslogtreecommitdiff
path: root/glretrace.py
AgeCommit message (Expand)AuthorFilesLines
2011-11-17gles: Add support for GLES retracingChia-I Wu1-0/+2
2011-10-25Emit a warning when the window size cannot be inferred.José Fonseca1-2/+2
2011-10-14Bring some of the virtual-memory-regionsJosé Fonseca1-3/+46
2011-10-09Fix retracing of glGetSeparableFilter w/ pack buffer.José Fonseca1-1/+1
2011-10-09Handle glDraw*BaseInstance.José Fonseca1-2/+5
2011-10-08Uniformize warning output.José Fonseca1-8/+8
2011-10-07Use a vector to dispatch calls when retracing.José Fonseca1-0/+2
2011-09-27Move all API specs to a separate dir.José Fonseca1-2/+2
2011-09-19Infer the drawable size from glBlitFramebuffer tooJosé Fonseca1-16/+6
2011-09-19More descriptive framebuffer error codes.José Fonseca1-2/+3
2011-09-15Complete/tweak the specs for GL 4.0-4.2.José Fonseca1-1/+7
2011-09-02Ensure full glReadPixels still get recognized as new frames.José Fonseca1-6/+6
2011-09-01Recognise glFrameTerminatorGREMEDY when retracing.José Fonseca1-0/+3
2011-08-28Dont't leak blobs all the time.José Fonseca1-1/+1
2011-06-11Don't resize the window on glViewport if there's a FBO bound.José Fonseca1-9/+13
2011-06-11Handle ARB_pixel_buffer_object correctly.José Fonseca1-0/+41
2011-06-07Recognize a few more misc draw function names.José Fonseca1-0/+3
2011-06-07Do error checking in glCheckFramebufferStatus.José Fonseca1-0/+6
2011-06-04Support glMulti*.José Fonseca1-5/+5
2011-06-02Allow to specify the snapshot frequency.José Fonseca1-2/+28
2011-05-23Warning for glMap*Buffer* failures.José Fonseca1-0/+7
2011-05-23Handle vertex attriv locations correctly.José Fonseca1-0/+5
2011-05-21Disable _all_ error checking when benchmarking.José Fonseca1-57/+55
2011-05-20Don't show windows until they are first resized.José Fonseca1-0/+3
2011-05-18Reset the scissor after resizing the window.José Fonseca1-0/+1
2011-05-10Take snapshot but don't count glReadPixels as frames.José Fonseca1-1/+1
2011-05-09Merge branch 'master' into multi-contextJosé Fonseca1-5/+79
2011-05-09Take a snapshots on glReadPixels.José Fonseca1-5/+9
2011-05-09Check status of glProgramString{ARB,NV}/glCompileShaderARB/glLinkProgramARBJosé Fonseca1-0/+32
2011-05-09Show info log when glCompileShader/glLinkProgram fails.José Fonseca1-0/+24
2011-05-09Fix programObj type.José Fonseca1-1/+1
2011-05-09Don't try to use more samples than the implementation supportsJosé Fonseca1-0/+9
2011-05-09Many corrections to the retracing of programs and uniforms.José Fonseca1-4/+8
2011-05-09Allow to do GLlocation mapping in more places.José Fonseca1-3/+4
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-1/+1
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-1/+1
2011-05-06Don't create an initial window.José Fonseca1-13/+7
2011-05-06Handle pointer casts better.José Fonseca1-2/+2
2011-05-05Move OS-specific retracing functions to separate files.José Fonseca1-1/+1
2011-05-05Don't checkt GL error on memcpy.José Fonseca1-1/+1
2011-05-05Move glFlush specific code to the retrace function.José Fonseca1-0/+5
2011-05-04Cleanup arrays pointer handling code.José Fonseca1-9/+11
2011-04-24Basic MapBuffer/MapBufferRange trace/retrace support.José Fonseca1-0/+3
2011-04-19Output all warnings in the <call no>: <type>: <message> format.Zack Rusin1-1/+1
2011-04-15Make Trace::Parser::version a non static member.José Fonseca1-1/+1
2011-04-12Resize windows at glViewport time.José Fonseca1-2/+8
2011-04-10Split gltrace.cpp code into multiple files.José Fonseca1-277/+10
2011-04-10Dump state after calls, and never inside glBegin/glEnd.José Fonseca1-5/+5
2011-04-09Merge branch 'master' into noglutJosé Fonseca1-6/+0
2011-04-09Don't initalize __list_map.José Fonseca1-4/+0