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
/
wrappers
/
gltrace.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-14
glretrace: Cleanup fake function call emission.
Jose Fonseca
1
-52
/
+41
2016-05-13
gltrace: Simplify EXT_compiled_vertex_arrays support.
Jose Fonseca
1
-13
/
+10
2016-05-10
gltrace: Drop support for user memory arrays with NV_vertex_program.
Jose Fonseca
1
-102
/
+45
2016-05-10
gltrace: Only check primitive restart index if supported.
Jose Fonseca
1
-1
/
+1
2016-05-10
gltrace: Pass draw parameters as struct.
Jose Fonseca
1
-4
/
+23
2016-05-10
gltrace: Avoid getting current context multiple times.
Jose Fonseca
1
-13
/
+12
2016-05-10
gltrace: Move vertex array count helpers to a different module.
Jose Fonseca
1
-0
/
+1
2016-05-10
gltrace: Don't track GLES buffer contents.
Jose Fonseca
1
-49
/
+0
2016-04-10
gltrace: Fix MAP_PERSISTENT_BIT warnings.
Jose Fonseca
1
-8
/
+18
2016-04-05
gltrace,glretrace: Handle GL_ARB_query_buffer_object correctly.
Jose Fonseca
1
-0
/
+14
2016-04-04
glretrace: Rename ctx to _ctx.
Jose Fonseca
1
-30
/
+30
2016-04-04
gltrace: Use glfeature to decide when PBOs are supported.
Jose Fonseca
1
-1
/
+1
2016-04-04
helpers: rename glprofile to glfeatures.
Jose Fonseca
1
-2
/
+2
2016-01-28
wgltrace: Don't emit wglUseFontBitmapsA call.
Jose Fonseca
1
-1
/
+15
2015-11-23
gltrace: Catch recursion in *GetProcAddres*
Jose Fonseca
1
-0
/
+1
2015-07-21
gltrace: Prevent buffer overflow when tracing glGetIntegerv(GL_PROGRAM_BINARY...
Jose Fonseca
1
-0
/
+2
2015-06-27
egltrace: Properly support KHR_debug on ES.
Jose Fonseca
1
-0
/
+11
2015-06-26
gltrace: Fix tracing with OpenGL 1.1.
Jose Fonseca
1
-8
/
+16
2015-03-04
gltrace: Disable ARB_get_program_binary.
José Fonseca
1
-0
/
+19
2015-01-24
gltrace: Support GL_EXT_map_buffer_range.
Jose Fonseca
1
-16
/
+44
2015-01-21
gltrace: Remove workaround for old Mesa drivers.
José Fonseca
1
-48
/
+0
2015-01-20
gltrace: Update BUGS.markdown link.
José Fonseca
1
-1
/
+1
2015-01-20
gltrace: Warn about faking/moving gl*Pointer calls.
José Fonseca
1
-0
/
+5
2015-01-08
gltrace: Fix PBO unpacking on core contexts.
José Fonseca
1
-5
/
+5
2015-01-05
gltrace: Use glprofile::Profile when tracing.
José Fonseca
1
-11
/
+15
2014-12-15
gltrace: Implement VMWX_map_buffer_debug
José Fonseca
1
-7
/
+28
2014-12-15
gltrace: Warn about persisten/coherent mappings when actually mapping.
José Fonseca
1
-7
/
+11
2014-11-13
gltrace: Handle GL_INTEL_map_texture a bit better.
José Fonseca
1
-0
/
+6
2014-11-12
gltrace: Use a regex for unpack function names.
José Fonseca
1
-70
/
+12
2014-11-07
gltrace: Fix false warnings about glArrayElement.
José Fonseca
1
-1
/
+6
2014-08-14
gltrace: Use a regex for GL draw function names.
José Fonseca
1
-34
/
+6
2014-08-14
gltrace: Drop support for user arrays in gl*Draw*Indirect*.
José Fonseca
1
-10
/
+13
2014-08-13
specs: Support GL_ARB_direct_state_access.
José Fonseca
1
-1
/
+25
2014-07-28
gltrace/glretrace: Fake all debug functions.
José Fonseca
1
-6
/
+8
2014-07-17
gltrace: Simplify _need_user_arrays.
José Fonseca
1
-18
/
+12
2014-07-17
gltrace: Don't bother distinguishing between glVertexAttribPointerARB and glV...
José Fonseca
1
-22
/
+2
2014-06-25
trace: Centralize fake memcpy emission.
José Fonseca
1
-6
/
+6
2014-06-24
gltrace: Emit flag calls consistently.
José Fonseca
1
-4
/
+4
2014-06-18
gltrace: Warn if user arrays are used with glBegin/glArrayElement/glEnd.
José Fonseca
1
-0
/
+6
2014-06-01
gltrace: Warn about buggy glGet(GL_*ARRAY_SIZE) not returning GL_BGRA.
José Fonseca
1
-0
/
+19
2014-03-07
gltrace: Handle GL_EXT_compiled_vertex_array correctly.
José Fonseca
1
-0
/
+15
2014-03-07
gltrace: Use _glGetInteger where possible.
José Fonseca
1
-24
/
+12
2014-02-28
gltrace: Warn about coherent/pinned memory mappings being unsupported.
José Fonseca
1
-0
/
+11
2014-02-04
gltrace: Add a link to Mesa's glGetBufferParameteriv fix.
José Fonseca
1
-1
/
+2
2014-02-03
gltrace: Ensure GL_ARRAY_BUFFER is unbound before emiting fake gl*Pointer() c...
José Fonseca
1
-0
/
+19
2014-02-03
glretrace: Add glCompressedTex*Image*ARB to unpack function name list.
idinev
1
-0
/
+6
2013-10-08
trace: Protect against uninitialized pointers if debug extensions are not exp...
Peter Lohrmann
1
-0
/
+9
2013-10-08
trace: Additional support for GL_KHR_debug, GL_ARB_debug_output, and GL_AMD_d...
Peter Lohrmann
1
-1
/
+41
2013-06-10
gltrace: Expose marker functions when tracing is disabled.
José Fonseca
1
-12
/
+23
2013-05-29
Fix defineShadowBufferHelper for buffer objects
Mike Stroyan
1
-1
/
+1
[next]