summaryrefslogtreecommitdiff
path: root/glretrace.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-07Dump current program and attached shaders into JSON output.José Fonseca1-2/+0
2011-04-03Exit after dumping state.José Fonseca1-0/+1
2011-04-02Separate WS abstraction from retracing.José Fonseca1-6/+6
2011-04-02Implement Xlib/GLX.José Fonseca1-33/+21
2011-04-02Exit after dumping state.José Fonseca1-0/+1
2011-04-01Some cleanups for vertex arrays.José Fonseca1-29/+6
2011-03-30Basic state dumping.José Fonseca1-5/+19
2011-03-28Better handling of resizes on single buffer visuals.José Fonseca1-1/+13
2011-03-24Merge branch 'drawarrays'José Fonseca1-38/+80
2011-03-23Dump SwapBuffers calls with -vJosé Fonseca1-0/+4
2011-03-23Handle older traces gracefully.José Fonseca1-17/+53