index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glretrace_main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-27
Switch os functions to camelcase.
José Fonseca
1
-2
/
+2
2011-10-27
Lower case namespaces.
José Fonseca
1
-9
/
+9
2011-10-26
Cleanup X11 event handling.
José Fonseca
1
-6
/
+5
2011-10-25
Emit a warning when the window size cannot be inferred.
José Fonseca
1
-3
/
+12
2011-10-09
Create contexts with DEBUG_BIT when not benchmarking.
José Fonseca
1
-0
/
+1
2011-10-09
Simplify glws class hierarchy.
José Fonseca
1
-4
/
+6
2011-10-08
Uniformize warning output.
José Fonseca
1
-18
/
+14
2011-10-08
Refactor more common retracing code.
José Fonseca
1
-5
/
+0
2011-10-07
Use a vector to dispatch calls when retracing.
José Fonseca
1
-13
/
+8
2011-09-19
Infer the drawable size from glBlitFramebuffer too
José Fonseca
1
-0
/
+31
2011-09-05
Embedded the call no in PNM images as a comment.
José Fonseca
1
-1
/
+3
2011-07-02
PNM output support.
José Fonseca
1
-5
/
+12
2011-06-04
Fail when trace file in command line can't be openend.
José Fonseca
1
-4
/
+8
2011-06-04
Set snapshot frequency with -c option too.
José Fonseca
1
-0
/
+3
2011-06-03
Actually set double buffer as default...
José Fonseca
1
-1
/
+1
2011-06-02
Allow to specify the snapshot frequency.
José Fonseca
1
-1
/
+25
2011-06-01
Use double buffer visuals by default.
José Fonseca
1
-2
/
+5
2011-05-28
Use regular C strings everywhere.
José Fonseca
1
-1
/
+1
2011-05-24
Move snapshooting to glstate.
José Fonseca
1
-29
/
+8
2011-05-21
Disable _all_ error checking when benchmarking.
José Fonseca
1
-4
/
+0
2011-05-19
Reorganize glstate code.
José Fonseca
1
-1
/
+1
2011-05-18
Start making glstate an independent module.
José Fonseca
1
-1
/
+2
2011-05-15
Rudimentary CGL retracing.
José Fonseca
1
-1
/
+4
2011-05-10
Take snapshot but don't count glReadPixels as frames.
José Fonseca
1
-29
/
+37
2011-05-09
Reset all pixel store state before snapshoting.
José Fonseca
1
-0
/
+14
2011-05-09
Merge branch 'master' into multi-context
José Fonseca
1
-1
/
+6
2011-05-09
Dump the call when issuing warnings if verbosity is not set.
José Fonseca
1
-1
/
+6
2011-05-08
Show call name on glGetError warning messages.
Zack Rusin
1
-6
/
+5
2011-05-08
Show call name on glGetError warning messages.
Zack Rusin
1
-6
/
+5
2011-05-06
Don't create an initial window.
José Fonseca
1
-9
/
+6
2011-05-05
Move OS-specific retracing functions to separate files.
José Fonseca
1
-21
/
+5
2011-05-05
Make retrace_call void()
José Fonseca
1
-4
/
+5
2011-05-05
Move glFlush specific code to the retrace function.
José Fonseca
1
-8
/
+1
2011-04-20
Skip windowing system calls but still allow state fetching on them.
Zack Rusin
1
-4
/
+6
2011-04-19
Output all warnings in the <call no>: <type>: <message> format.
Zack Rusin
1
-1
/
+5
2011-04-14
Use call number instead of frame number for snapshot filenames.
Michel Dänzer
1
-9
/
+8
2011-04-12
Resize windows at glViewport time.
José Fonseca
1
-8
/
+1
2011-04-10
Basic dumping of draw buffer.
José Fonseca
1
-1
/
+1
2011-04-10
Split gltrace.cpp code into multiple files.
José Fonseca
1
-0
/
+299