summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_validate.c
AgeCommit message (Expand)Author
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-08-14mesa: call _mesa_valid_to_render()Brian Paul
2009-08-14mesa: minor error string changesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-15mesa: Use integer type with appropriate sign.José Fonseca
2009-05-21mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElementBrian Paul
2009-05-08mesa: issue warning for out of bounds array indexesBrian Paul
2009-05-06mesa: remove unnecessary buffer size checkBrian Paul
2009-05-06mesa: code consolidation in glDraw[Range]Elements() validationBrian Paul
2009-05-06mesa: new comments, minor reformattingBrian Paul
2009-05-06mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObjBrian Paul
2009-03-02mesa: don't draw arrays if vertex position array is not enabledBrian Paul
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul
2008-07-02mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2007-10-31check for count==0 in _mesa_validate_DrawArrays()Brian
2007-09-23fix DrawRangeElements error msgBrian
2007-08-20don't map element buffer in _mesa_validate_DrawElements() unless necessaryBrian
2007-08-20refactor bounds checking codeBrian
2007-08-20don't map buffer in _mesa_validate_DrawElements() unless neededBrian
2007-07-30Fix an error in _mesa_validate_DrawElementsXiang, Haihao
2007-07-08Check if 'indices' parameter is NULL (bug 11314)Brian
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-02-24glDrawArrays loop was wrongBrian Paul
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul
2003-11-25casts for g++Brian Paul
2003-11-10Redo array element checking for vertex array buffers.Brian Paul
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-21remove unneeded unsigned int / zero comparisonsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-04-21check for vertex program modeBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-02include state.hBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell