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
/
retrace
/
glretrace.py
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-14
glretrace: Also use regexes instead of hand-written function names.
José Fonseca
1
-55
/
+18
2014-08-13
specs: Support GL_KHR_robustness.
José Fonseca
1
-0
/
+2
2014-08-13
specs: Support GL_ARB_get_texture_sub_image.
José Fonseca
1
-0
/
+2
2014-08-13
specs: Support GL_ARB_direct_state_access.
José Fonseca
1
-1
/
+12
2013-10-29
glretrace: Ignore glStringMarkerGREMEDY.
José Fonseca
1
-0
/
+2
2013-04-14
gltrace,glretrace: Better support for indirect draws from user memory.
José Fonseca
1
-0
/
+8
2013-04-13
gltrace,glretrace: A few more tweaks to (no) side-effects flags.
José Fonseca
1
-0
/
+1
2013-04-12
gltrace,glretrace: Properly handle PBOs with GL_EXT_direct_state_access.
José Fonseca
1
-0
/
+4
2012-11-11
specs: Allow an API to spread across multiple modules.
José Fonseca
1
-2
/
+3
2012-10-20
don't call glGetError if there is no active context
Imre Deak
1
-1
/
+1
2012-10-19
glretrace: Put currentContext on TLS.
José Fonseca
1
-4
/
+6
2012-10-05
Fix retracing when glUseProgram & glUseProgramObjectARB are used inside call ...
José Fonseca
1
-7
/
+12
2012-08-16
CPU Profiling now includes all OpenGL calls (was only draw calls).
James Benton
1
-6
/
+11
2012-08-10
Merge remote-tracking branch 'github/master' into profile-gui
José Fonseca
1
-1
/
+3
2012-08-10
Fix profiling of glBegin/glEnd.
James Benton
1
-3
/
+4
2012-08-09
Create glretrace specific context.
James Benton
1
-1
/
+3
2012-08-06
Correctly handle profiling of glBegin/glEnd.
James Benton
1
-5
/
+6
2012-07-25
Improved profiling capabilities.
James Benton
1
-7
/
+10
2012-07-20
Add support for basic GPU profiling of draw calls to retrace.
James Benton
1
-1
/
+25
2012-06-11
Skip glEnable/Disable(GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB) (issue #83).
Gregory Hainaut
1
-0
/
+5
2012-05-11
Avoid glCreateShaderProgramv when dumping satate so that the shader
José Fonseca
1
-1
/
+30
2012-05-11
Try active shader program before current program.
Gregory Hainaut
1
-2
/
+19
2012-05-11
Pass INFO_LOG warnings in glCreateShaderProgramv/glCreateShaderProgramEXT.
José Fonseca
1
-1
/
+3
2012-04-26
Cleanup glretrace<->glws integration.
José Fonseca
1
-1
/
+1
2012-04-22
Share more code between glretrace and d3dretrace.
José Fonseca
1
-3
/
+3
2012-04-20
Move benchmark flag into common retrace code.
José Fonseca
1
-2
/
+2
2012-04-19
Don't abuse double-underscore prefix.
José Fonseca
1
-18
/
+18
2012-04-14
Move retracers to their own directory.
José Fonseca
1
-0
/
+438