index
:
~cworth/apitrace
master
Carl's hacks to apitrace (upstream at https://github.com/apitrace/apitrace)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glretrace.py
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-02
Ensure full glReadPixels still get recognized as new frames.
José Fonseca
1
-6
/
+6
2011-09-01
Recognise glFrameTerminatorGREMEDY when retracing.
José Fonseca
1
-0
/
+3
2011-08-28
Dont't leak blobs all the time.
José Fonseca
1
-1
/
+1
2011-06-11
Don't resize the window on glViewport if there's a FBO bound.
José Fonseca
1
-9
/
+13
2011-06-11
Handle ARB_pixel_buffer_object correctly.
José Fonseca
1
-0
/
+41
2011-06-07
Recognize a few more misc draw function names.
José Fonseca
1
-0
/
+3
2011-06-07
Do error checking in glCheckFramebufferStatus.
José Fonseca
1
-0
/
+6
2011-06-04
Support glMulti*.
José Fonseca
1
-5
/
+5
2011-06-02
Allow to specify the snapshot frequency.
José Fonseca
1
-2
/
+28
2011-05-23
Warning for glMap*Buffer* failures.
José Fonseca
1
-0
/
+7
2011-05-23
Handle vertex attriv locations correctly.
José Fonseca
1
-0
/
+5
2011-05-21
Disable _all_ error checking when benchmarking.
José Fonseca
1
-57
/
+55
2011-05-20
Don't show windows until they are first resized.
José Fonseca
1
-0
/
+3
2011-05-18
Reset the scissor after resizing the window.
José Fonseca
1
-0
/
+1
2011-05-10
Take snapshot but don't count glReadPixels as frames.
José Fonseca
1
-1
/
+1
2011-05-09
Merge branch 'master' into multi-context
José Fonseca
1
-5
/
+79
2011-05-09
Take a snapshots on glReadPixels.
José Fonseca
1
-5
/
+9
2011-05-09
Check status of glProgramString{ARB,NV}/glCompileShaderARB/glLinkProgramARB
José Fonseca
1
-0
/
+32
2011-05-09
Show info log when glCompileShader/glLinkProgram fails.
José Fonseca
1
-0
/
+24
2011-05-09
Fix programObj type.
José Fonseca
1
-1
/
+1
2011-05-09
Don't try to use more samples than the implementation supports
José Fonseca
1
-0
/
+9
2011-05-09
Many corrections to the retracing of programs and uniforms.
José Fonseca
1
-4
/
+8
2011-05-09
Allow to do GLlocation mapping in more places.
José Fonseca
1
-3
/
+4
2011-05-08
Show call name on glGetError warning messages.
Zack Rusin
1
-1
/
+1
2011-05-08
Show call name on glGetError warning messages.
Zack Rusin
1
-1
/
+1
2011-05-06
Don't create an initial window.
José Fonseca
1
-13
/
+7
2011-05-06
Handle pointer casts better.
José Fonseca
1
-2
/
+2
2011-05-05
Move OS-specific retracing functions to separate files.
José Fonseca
1
-1
/
+1
2011-05-05
Don't checkt GL error on memcpy.
José Fonseca
1
-1
/
+1
2011-05-05
Move glFlush specific code to the retrace function.
José Fonseca
1
-0
/
+5
2011-05-04
Cleanup arrays pointer handling code.
José Fonseca
1
-9
/
+11
2011-04-24
Basic MapBuffer/MapBufferRange trace/retrace support.
José Fonseca
1
-0
/
+3
2011-04-19
Output all warnings in the <call no>: <type>: <message> format.
Zack Rusin
1
-1
/
+1
2011-04-15
Make Trace::Parser::version a non static member.
José Fonseca
1
-1
/
+1
2011-04-12
Resize windows at glViewport time.
José Fonseca
1
-2
/
+8
2011-04-10
Split gltrace.cpp code into multiple files.
José Fonseca
1
-277
/
+10
2011-04-10
Dump state after calls, and never inside glBegin/glEnd.
José Fonseca
1
-5
/
+5
2011-04-09
Merge branch 'master' into noglut
José Fonseca
1
-6
/
+0
2011-04-09
Don't initalize __list_map.
José Fonseca
1
-4
/
+0
2011-04-07
Dump current program and attached shaders into JSON output.
José Fonseca
1
-2
/
+0
2011-04-03
Exit after dumping state.
José Fonseca
1
-0
/
+1
2011-04-02
Separate WS abstraction from retracing.
José Fonseca
1
-6
/
+6
2011-04-02
Implement Xlib/GLX.
José Fonseca
1
-33
/
+21
2011-04-02
Exit after dumping state.
José Fonseca
1
-0
/
+1
2011-04-01
Some cleanups for vertex arrays.
José Fonseca
1
-29
/
+6
2011-03-30
Basic state dumping.
José Fonseca
1
-5
/
+19
2011-03-28
Better handling of resizes on single buffer visuals.
José Fonseca
1
-1
/
+13
2011-03-24
Merge branch 'drawarrays'
José Fonseca
1
-38
/
+80
2011-03-23
Dump SwapBuffers calls with -v
José Fonseca
1
-0
/
+4
2011-03-23
Handle older traces gracefully.
José Fonseca
1
-17
/
+53
[next]