summaryrefslogtreecommitdiff
path: root/helpers/glsize.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-10gltrace: Move vertex array count helpers to a different module.Jose Fonseca1-174/+0
2016-05-10gltrace: Don't track GLES buffer contents.Jose Fonseca1-6/+1
2016-01-26specs: Add missing GL_EXT_* extensions.Jose Fonseca1-0/+8
2016-01-04gltrace: Honour range in glDrawRangeElement*.Jose Fonseca1-2/+11
2016-01-04gltrace: Remove spurious semin-colon.Jose Fonseca1-1/+1
2015-12-22gltrace: Fix glBitmap / glDrawPixels(GL_BITMAP) blob size calculation.Jose Fonseca1-39/+26
2015-08-13glretrace: Support GL_ARB_gpu_shader_int64 uniforms.Jose Fonseca1-0/+30
2015-05-27specs: Update NV_path_rendering functions.Kimmo Kinnunen1-0/+7
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-3/+1
2015-03-26gltrace: Fix leak due to shadowed variable.José Fonseca1-1/+1
2014-12-12gltrace: Handle primitive restart with user arrays.José Fonseca1-6/+28
2014-11-09gltrace: Handle packed vertex attribute formats properly.José Fonseca1-7/+15
2014-08-14gltrace: Use a regex for GL draw function names.José Fonseca1-1/+3
2014-08-14gltrace: Drop support for user arrays in gl*Draw*Indirect*.José Fonseca1-136/+0
2014-08-13specs: Remove redundant _glTexImage*_size variants.José Fonseca1-25/+0
2014-07-17gltrace: Simplify _need_user_arrays.José Fonseca1-0/+11
2014-01-21gltrace: Fix the computation of image sizes.José Fonseca1-4/+18
2013-07-13Remove the last helper for the old incomplete attrib_list support.Andreas Hartmetz1-21/+0
2013-07-13Remove the now unused _AttribList_size.Andreas Hartmetz1-19/+0
2013-05-29support NV_path_rendering and indexed EXT_direct_state_accessMark Kilgard1-0/+461
2013-04-26gltrace: Handle even more formats in _gl_format_channels().José Fonseca1-4/+22
2013-04-26gltrace: Recognize GL_*_INTEGER in _gl_format_channels (issue #123).José Fonseca1-0/+11
2013-04-15Gix MSVC build.José Fonseca1-2/+2
2013-04-14gltrace,glretrace: Better support for indirect draws from user memory.José Fonseca1-4/+128
2013-04-14gltrace: Respect all string length parameters.José Fonseca1-13/+26
2013-04-14gltrace: Handle negative lengths in glDebugMessageInsert* (issue 119).José Fonseca1-0/+12
2013-04-08gltrace: Handle negative lengths in glShaderSource* (issue #116).José Fonseca1-0/+16
2012-12-20gltrace/retrace: Full support for variable length parameters.José Fonseca1-3/+11
2012-11-17gltrace: Rely on polymorphism for indices instead of special case.José Fonseca1-2/+8
2012-11-11gl: Handle ClearBufferData blobs.José Fonseca1-4/+20
2012-11-02gles: track gl buffer contents in a shadow bufferImre Deak1-1/+6
2012-10-19Handle GL_ARB_vertex_array_bgra better.José Fonseca1-0/+8
2012-09-16trace: Fix alignment bug in computing image sizes.José Fonseca1-12/+18
2012-08-08Update khronos headers.José Fonseca1-14/+14
2012-08-02Emit a fake glTexImage for glEGLImageTargetTexture2DOES.José Fonseca1-0/+2
2012-05-17Compute the vertex buffer sizes in term of vertex count.José Fonseca1-55/+60
2012-05-10Support dumping uniform buffer objects (issue #75).José Fonseca1-41/+57
2012-04-19Don't abuse double-underscore prefix.José Fonseca1-107/+107
2012-04-15Move the last bits of code out of the top source dir.José Fonseca1-0/+786