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
/
glstate_params.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-10
specs: Ensure that constant array lengths are always of integer type.
Jose Fonseca
1
-2
/
+2
2015-05-01
retrace: Put JSON writer behind an ABC.
Jose Fonseca
1
-84
/
+84
2015-04-02
glretrace: Avoid dumping GL_ATOMIC_COUNTER_BUFFER_BINDING.
José Fonseca
1
-1
/
+1
2014-12-19
glstate: Fix errors when dumping texture parameters.
José Fonseca
1
-29
/
+39
2014-11-09
glstate: Move static C code out of Python scripts.
José Fonseca
1
-29
/
+0
2014-11-09
glstate: Unify flushing of GL errors.
José Fonseca
1
-6
/
+0
2014-10-23
glstate: Dump indexed buffer bindings.
José Fonseca
1
-22
/
+53
2014-06-07
glstate: Temporarily skip GL_ATOMIC_COUNTER_BUFFER_BINDING to workaround Mesa...
José Fonseca
1
-1
/
+2
2014-06-06
glstate: Don't treat GL_TEXTURE_BUFFER as boolean.
José Fonseca
1
-1
/
+4
2014-06-06
glstate: Use glGet_texture key for enable/binding parameters.
José Fonseca
1
-4
/
+0
2014-06-06
glstate: Better support dumping texture buffer state.
José Fonseca
1
-0
/
+6
2014-06-06
glstate: Dump more parameters associated with the active texture.
José Fonseca
1
-3
/
+19
2014-06-06
glstate: Dump buffer parameters.
José Fonseca
1
-0
/
+35
2014-06-06
glstate: Cleanup inflection suffixing.
José Fonseca
1
-15
/
+20
2014-05-23
glstate: Dump sampler parameters up to MAX_COMBINED_TEXTURE_IMAGE_UNITS.
José Fonseca
1
-1
/
+2
2014-02-28
glretrace: Centralise and complete the list of texture targets.
José Fonseca
1
-16
/
+7
2013-10-10
glstate: Dump more object labels.
José Fonseca
1
-7
/
+50
2013-10-09
glstate: Dump a few object labels.
José Fonseca
1
-0
/
+3
2013-08-19
Check for ARB_sampler_objects before dumping its state.
José Fonseca
1
-21
/
+6
2013-08-19
Take GL_SAMPLER_BINDING in consideration.
Min-Yu Huang
1
-1
/
+30
2013-06-10
glstate: Skip GL_COMPRESSED_TEXTURE_FORMATS when GL_NUM_COMPRESSED_TEXTURE_FO...
José Fonseca
1
-1
/
+3
2013-06-07
glstate: Use helper function for flushing GL errors.
José Fonseca
1
-2
/
+8
2013-06-07
glstate: Avoid inlining so much code.
José Fonseca
1
-28
/
+33
2013-05-30
glstate: Dump parameters for array and multisample texture targets.
José Fonseca
1
-1
/
+6
2013-05-30
glstate: Pick a face when dumping cube map level parameters.
José Fonseca
1
-1
/
+6
2013-05-30
glstate: Flush previous GL errors before trying to get parameters.
José Fonseca
1
-1
/
+1
2012-12-20
gltrace/retrace: Full support for variable length parameters.
José Fonseca
1
-4
/
+17
2012-11-28
retrace: Move JSON write implementation to a .cpp file.
José Fonseca
1
-0
/
+1
2012-11-15
retrace: Use different methods for writing int/floats.
José Fonseca
1
-7
/
+9
2012-04-19
Don't abuse double-underscore prefix.
José Fonseca
1
-3
/
+3
2012-04-16
Dump GLboolean as enum.
José Fonseca
1
-10
/
+32
2012-04-14
Fix max units computation.
José Fonseca
1
-1
/
+1
2012-04-14
Move retracers to their own directory.
José Fonseca
1
-0
/
+505