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_shaders.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
glstate: Avoid calling glGetProgramiv(GL_PROGRAM_BINARY_LENGTH).
Jose Fonseca
1
-2
/
+23
2016-07-23
glretrace: Avoid nullptr dereference if buffer mapping fails.
James Legg
1
-0
/
+4
2016-03-29
glretrace: Dump Shader Storage Buffer Blocks.
Martin Schulze
1
-0
/
+142
2016-03-02
glstate: Fix dumping of uniforms array values.
Min-Yu Huang
1
-1
/
+2
2016-02-25
glstate: Don't try to dump any buffers on ES contexts.
Jose Fonseca
1
-7
/
+9
2016-02-09
glstate: Dump bound vertex attributes.
Jose Fonseca
1
-3
/
+154
2016-02-09
glstate: Fix default arrayStride computation.
Jose Fonseca
1
-26
/
+21
2015-10-29
glstate: Fix deletion of array.
Jose Fonseca
1
-1
/
+1
2015-08-13
glretrace: Support GL_ARB_gpu_shader_int64 uniforms.
Jose Fonseca
1
-0
/
+16
2015-06-29
glstate: Dump NVIDIA program disassembly.
Jose Fonseca
1
-8
/
+63
2015-05-01
retrace: Put JSON writer behind an ABC.
Jose Fonseca
1
-100
/
+100
2015-01-29
glstate: Move buffer mapping helpers to where they can be shared.
José Fonseca
1
-141
/
+0
2015-01-29
glstate: Don't try to dump zero programs.
José Fonseca
1
-6
/
+12
2014-12-31
glstate: Cope with persistently mapped uniform/xfb buffers.
José Fonseca
1
-31
/
+146
2014-12-19
glstate: Skip arb_fragment/vertex_program on core contexts.
José Fonseca
1
-8
/
+12
2014-12-12
glstate: Dump all layers of framebuffers when GS is bound.
José Fonseca
1
-0
/
+51
2014-10-23
glstate: Simplify/cleanup dumpTransformFeedback.
José Fonseca
1
-52
/
+145
2014-10-23
glstate: Simplify handling of unknown attrib types.
José Fonseca
1
-4
/
+9
2014-10-23
glstate: Don't split uniform arrays.
José Fonseca
1
-17
/
+19
2014-10-23
glstate: Remove special code paths for ARB_shader_objects.
José Fonseca
1
-177
/
+0
2014-10-23
glstate: Minimal support to dump transform feedback output.
José Fonseca
1
-69
/
+247
2014-02-04
glretrace: Remove assert in dumpProgramUniforms.
José Fonseca
1
-1
/
+4
2013-05-30
glstate: Handle GL_COMPUTE_SHADER.
José Fonseca
1
-0
/
+4
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
-12
/
+12
2012-05-11
Take in consideration the pipeline when dumping shaders/uniforms.
Gregory Hainaut
1
-7
/
+49
2012-05-10
Fix auto completion typo.
Gregory Hainaut
1
-1
/
+1
2012-05-10
Support dumping uniform buffer objects (issue #75).
José Fonseca
1
-100
/
+243
2012-05-10
Don't attempt to dump built-in uniforms.
José Fonseca
1
-74
/
+99
2012-04-19
Don't abuse double-underscore prefix.
José Fonseca
1
-2
/
+2
2012-04-14
Move retracers to their own directory.
José Fonseca
1
-0
/
+532