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.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-19
glretrace: expose retraced pipeline
Mark Janes
1
-0
/
+3
2017-06-19
StateTrack: Account for glGetUniformBlockIndex/glUniformBlockBinding
Mark Janes
1
-0
/
+3
2017-06-19
Handle shader deletion
Mark Janes
1
-0
/
+3
2017-06-19
Track retraced program ids instead of traced ids
Mark Janes
1
-0
/
+3
2017-03-27
retrace: add wglMakeContextCurrentARB() support
Brian Paul
1
-0
/
+5
2017-03-21
glretrace: Initialize MetricWriter only when needed.
Alexander Trukhin
1
-2
/
+3
2016-05-04
glretrace: Cache current program/pipeline objects.
Jose Fonseca
1
-1
/
+7
2016-04-16
glretrace: Ref-count glretrace::Context.
Jose Fonseca
1
-1
/
+20
2016-04-16
common,glretrace: Use compiler TLS whenever possible.
Jose Fonseca
1
-1
/
+1
2016-04-14
glretrace: Ensure sync commands are flushed before switching thread.
Jose Fonseca
1
-0
/
+1
2016-04-14
glretrace: Use static initializers for glretrace::Context.
Jose Fonseca
1
-8
/
+5
2016-04-04
helpers: Move GL extension cache object to glfeatures.
Jose Fonseca
1
-0
/
+5
2016-04-04
helpers: rename glprofile to glfeatures.
Jose Fonseca
1
-6
/
+6
2016-01-23
glretrace: Include call params in the marker.
Jose Fonseca
1
-1
/
+2
2016-01-22
glretrace: Move call no markers away from dumper interface.
Jose Fonseca
1
-0
/
+4
2016-01-22
glretrace: use KHR_debug to emit call no's.
Rob Clark
1
-0
/
+2
2016-01-11
Merge branch 'metric_abstraction'
Jose Fonseca
1
-0
/
+20
2015-10-28
glretrace: add API dispatch for WGL_ARB_render_texture
Brian Paul
1
-0
/
+13
2015-10-28
glws: begin plumbing extra pbuffer info needed for WGL_ARB_render_texture
Brian Paul
1
-1
/
+1
2015-08-26
Add support for handling context switches in Metrics abstraction.
Alexander Trukhin
1
-0
/
+3
2015-08-26
retrace,glretrace: Option for metrics listing.
Alexander Trukhin
1
-0
/
+2
2015-08-26
retrace,glretrace: Add calls to output new metrics data.
Alexander Trukhin
1
-0
/
+3
2015-08-26
retrace,glretrace: Profiling options. Hook up the abstraction.
Alexander Trukhin
1
-0
/
+9
2015-08-26
glretrace: Add a getBackend() method.
Alexander Trukhin
1
-0
/
+3
2015-08-25
glretrace: Use the returned context version when checking for occlusion query.
Jose Fonseca
1
-1
/
+6
2015-08-06
glretrace: Make getCurrentContext an inline function.
Jose Fonseca
1
-2
/
+10
2015-08-06
glretrace: Track insideList and insideBeginEnd per-context.
Jose Fonseca
1
-2
/
+3
2015-06-27
glretrace: Add a Context::profile inline helper.
Jose Fonseca
1
-0
/
+5
2015-06-27
glws: Ensure context is initialized the first time it is made current.
Jose Fonseca
1
-1
/
+0
2015-05-20
common,cli,wrappers,retrace,gui: Use #pragma once.
Jose Fonseca
1
-3
/
+1
2015-01-06
glretrace: Drop deprecated glws::Profile
José Fonseca
1
-4
/
+4
2015-01-05
eglretrace: Handle GLESv3.
José Fonseca
1
-1
/
+1
2014-12-12
glretrace: Handle GL_ARB_sync properly.
José Fonseca
1
-0
/
+6
2014-05-28
glretrace: Honour recorded wglCreateContextAttribsARB attributes.
José Fonseca
1
-0
/
+3
2013-10-29
glretrace: Support MacOSX 4.1 contexts.
José Fonseca
1
-0
/
+2
2013-02-15
replay: Support applications mixing glCreateProgramObjectARB and glUseProgram
Carl Worth
1
-1
/
+1
2012-10-24
Make code more robust against multiply bound CGL contexts.
José Fonseca
1
-4
/
+1
2012-10-22
Don't show pbuffers in windows.
José Fonseca
1
-0
/
+3
2012-10-19
glretrace: Put currentContext on TLS.
José Fonseca
1
-1
/
+2
2012-10-19
Kill currentDrawable.
José Fonseca
1
-1
/
+5
2012-10-19
Determine core32 from the traces.
José Fonseca
1
-0
/
+5
2012-10-18
Check extensions via glGetStringi() on core profile.
José Fonseca
1
-0
/
+6
2012-08-16
Improve profiling.
James Benton
1
-1
/
+0
2012-08-16
CPU Profiling now includes all OpenGL calls (was only draw calls).
James Benton
1
-2
/
+2
2012-08-09
Add initContext to glretrace.
James Benton
1
-1
/
+5
2012-08-09
Create glretrace specific context.
James Benton
1
-7
/
+21
2012-08-03
Remove old unused function declaration.
James Benton
1
-1
/
+0
2012-07-25
Improved profiling capabilities.
James Benton
1
-2
/
+4
2012-07-23
Fixed gpu profiling under multiple contexts.
James Benton
1
-0
/
+1
2012-07-23
Improved GPU profiling code.
James Benton
1
-1
/
+0
[next]