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