Implement query object interface.
[mesa.git] / src / mesa / main / api_validate.c
2007-08-20 Briandon't map element buffer in _mesa_validate_DrawElements...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-08 BrianCheck if 'indices' parameter is NULL (bug 11314)
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-02-24 Brian PaulglDrawArrays loop was wrong
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-11-25 Brian Paulcasts for g++
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-21 Brian Paulremove unneeded unsigned int / zero comparisons
2002-10-24 Brian PaulHeader file clean-up:
2002-04-21 Brian Paulcheck for vertex program mode
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian Paulinclude state.h
2000-12-26 Keith WhitwellMajor rework of tnl module