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
2012-02-09
Set binary mode when outputing PNM from glretrace via stdout.
José Fonseca
1
-0
/
+2
2012-01-28
Add simple CPU profiling support to glretrace.
Ryan C. Gordon
1
-1
/
+6
2012-01-26
Allow to use call sets instead of call numbers / frequencies.
José Fonseca
1
-28
/
+48
2012-01-20
Ignore alpha channels in window drawables until we are able to match the trac...
José Fonseca
1
-1
/
+1
2012-01-19
Make os::getTime() inline and make time frequency OS-dependent variable.
José Fonseca
1
-1
/
+2
2011-12-10
Filter verbose calls on glretrace too.
José Fonseca
1
-1
/
+1
2011-12-09
Ignore zero area viewports.
José Fonseca
1
-0
/
+5
2011-12-08
Create a Visual for each Profile.
Alexandros Frantzis
1
-4
/
+10
2011-12-08
Add 'profile' parameter to glws::createVisual().
Alexandros Frantzis
1
-1
/
+1
2011-12-05
Add option to request an Opengl 3.2 core profile context.
José Fonseca
1
-0
/
+4
2011-11-24
Cleanup and generalize os string class.
José Fonseca
1
-3
/
+3
2011-11-08
egl: add retracing support for EGL
Chia-I Wu
1
-0
/
+1
2011-10-30
Move os::Path to a separate header.
José Fonseca
1
-4
/
+3
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
[next]