summaryrefslogtreecommitdiff
path: root/glsize.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-17gles: Prepare __gl_image_size for GLESChia-I Wu1-10/+13
2011-11-17Add GL_FIXED to __gl_type_sizeChia-I Wu1-0/+1
2011-11-08add support for (key, val) attribute listChia-I Wu1-0/+20
2011-10-27Switch os functions to camelcase.José Fonseca1-10/+10
2011-10-27Lower case namespaces.José Fonseca1-10/+10
2011-10-09Cleanup param size computation.José Fonseca1-93/+0
2011-10-09Handle glDraw*BaseInstance.José Fonseca1-0/+7
2011-09-28More signed/unsigned comparison fixes.José Fonseca1-4/+4
2011-09-19Handle GL_NV_texture_shader2's texture formats.José Fonseca1-0/+4
2011-07-19Handle moe uniform types and sizes.José Fonseca1-0/+206
2011-06-28Distinguish different glVertexAttribPointer* functions (WIP).José Fonseca1-0/+2
2011-06-11Trace remaining ARB_imaging functions correctly.José Fonseca1-0/+4
2011-06-10Fix nasty alignment bug in image size computation.José Fonseca1-1/+1
2011-06-09Retrace glConvolutionFilter*José Fonseca1-0/+2
2011-06-09Recognize a few esoteric formats.José Fonseca1-0/+4
2011-06-09More assorted description fixes.José Fonseca1-0/+9
2011-06-09(Re)trace glClearBuffer*v properly.José Fonseca1-0/+19
2011-06-09Uniformize the debug messages.José Fonseca1-8/+8
2011-06-04Support glMulti*.José Fonseca1-6/+18
2011-06-04Support glMap*José Fonseca1-16/+48
2011-06-03Consider glPixelStore state in image size computation.José Fonseca1-4/+51
2011-05-09Handle user pointer arrays in more draw calls.José Fonseca1-7/+53
2011-05-08Trace right number of parameters in GL_EXT_direct_state_access.José Fonseca1-112/+69
2011-05-08Texture border has no relevance to texture image size.José Fonseca1-8/+8
2011-04-30Handle EXT_vertex_arrays and EXT_draw_range_elements.José Fonseca1-0/+4
2011-04-30Use glstate.py parameter table for determining parameter sizes.José Fonseca1-1103/+40
2011-04-29Recognize more pixel formats.José Fonseca1-0/+9
2011-04-29Don't overflow the max index when the app isn't rendering anything.Zack Rusin1-0/+7
2011-04-28Fix bits_per_pixel for 5_6_5putsman1-2/+2
2011-04-24Add another enum.Zack Rusin1-0/+1
2011-04-20Add the half float format.Zack Rusin1-0/+1
2011-04-20Add various sizing enums.Zack Rusin1-0/+18
2011-04-19Handle GL_CURRENT_PROGRAM when the app gets it.Zack Rusin1-0/+1
2011-04-17Determine number of channels of GL_RG.José Fonseca1-5/+1
2011-04-12Dump stencil buffer too.José Fonseca1-7/+11
2011-04-11Support GL_ARB_sync.José Fonseca1-0/+2
2011-04-06Fix argument order of __glVertexAttribPointer_size.José Fonseca1-1/+1
2011-04-02Recognize GL_LUMINANCE.Zack Rusin1-2/+3
2011-04-01Basic glVertexAttribPointer support.José Fonseca1-0/+1
2011-03-29Remove redundant break statements.José Fonseca1-5/+0
2011-03-24Merge branch 'drawarrays'José Fonseca1-9/+108
2011-03-23Silence some warnings.José Fonseca1-2/+2
2011-03-23Unbreak tracing glDrawElements with VBOs.José Fonseca1-15/+40
2011-03-23Handle glget*(GL_PIXEL_{PACK,UNPACK}_BUFFER_BINDING)José Fonseca1-0/+2
2011-03-22More complete glDrawArrays and glDrawElements support.José Fonseca1-0/+55
2011-03-09Compute WGL attribute list sizes.José Fonseca1-0/+20
2011-02-22Basic DrawArrays support.José Fonseca1-9/+26
2010-11-30Add brief comments.José Fonseca1-0/+9
2010-11-30Handle unknown enums more gracefully.José Fonseca1-57/+59
2010-11-25More extensions.José Fonseca1-0/+8