summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_validate.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-02mesa: don't draw arrays if vertex position array is not enabledBrian Paul1-3/+12
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane1-13/+20
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+7
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul1-8/+12
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul1-11/+12
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2007-10-31check for count==0 in _mesa_validate_DrawArrays()Brian1-2/+3
2007-09-23fix DrawRangeElements error msgBrian1-1/+1
2007-08-20don't map element buffer in _mesa_validate_DrawElements() unless necessaryBrian1-12/+19
2007-08-20refactor bounds checking codeBrian1-67/+81
2007-08-20don't map buffer in _mesa_validate_DrawElements() unless neededBrian1-32/+19
2007-07-30Fix an error in _mesa_validate_DrawElementsXiang, Haihao1-7/+27
2007-07-08Check if 'indices' parameter is NULL (bug 11314)Brian1-2/+17
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-5/+5
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-4/+3
2004-02-24glDrawArrays loop was wrongBrian Paul1-2/+1
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul1-0/+37
2003-11-25casts for g++Brian Paul1-1/+1
2003-11-10Redo array element checking for vertex array buffers.Brian Paul1-88/+76
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-5/+80
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-0/+1
2003-04-21remove unneeded unsigned int / zero comparisonsBrian Paul1-8/+5
2002-10-24Header file clean-up:Brian Paul1-1/+2
2002-04-21check for vertex program modeBrian Paul1-12/+16
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-18/+16
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-13/+13
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-1/+2
2001-01-02include state.hBrian Paul1-2/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-0/+137