| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: new validation functions for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 1 | -1/+106 |
* | mesa: minor reformatting, new comments | Brian Paul | 2010-03-05 | 1 | -2/+9 |
* | Fix comparison of unsigned value against < 0. | Michel Dänzer | 2010-03-05 | 1 | -1/+1 |
* | Revert "mesa: Fix unsigned comparison." | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | mesa: Fix unsigned comparison. | Vinson Lee | 2010-03-04 | 1 | -1/+1 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-01-31 | 1 | -1/+0 |
* | mesa: do state validation in _mesa_valid_to_render() | Brian Paul | 2010-01-29 | 1 | -9/+0 |
* | mesa: make max_buffer_index() a non-static function | Brian Paul | 2009-09-21 | 1 | -0/+45 |
* | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | 2009-09-08 | 1 | -67/+41 |
* | mesa: call _mesa_valid_to_render() | Brian Paul | 2009-08-14 | 1 | -4/+2 |
* | mesa: minor error string changes | Brian Paul | 2009-08-14 | 1 | -5/+5 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -3/+4 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 1 | -1/+1 |
|\ |
|
| * | mesa: Use integer type with appropriate sign. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
* | | mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement | Brian Paul | 2009-05-21 | 1 | -4/+4 |
* | | mesa: issue warning for out of bounds array indexes | Brian Paul | 2009-05-08 | 1 | -0/+2 |
* | | mesa: remove unnecessary buffer size check | Brian Paul | 2009-05-06 | 1 | -8/+0 |
* | | mesa: code consolidation in glDraw[Range]Elements() validation | Brian Paul | 2009-05-06 | 1 | -26/+22 |
* | | mesa: new comments, minor reformatting | Brian Paul | 2009-05-06 | 1 | -7/+20 |
* | | mesa: use elementBuf local var instead of ctx->Array.ElementArrayBufferObj | Brian Paul | 2009-05-06 | 1 | -1/+1 |
|/ |
|
* | mesa: don't draw arrays if vertex position array is not enabled | Brian Paul | 2009-03-02 | 1 | -3/+12 |
* | mesa: check frambuffer complete status before rendering | Alan Hourihane | 2009-01-15 | 1 | -13/+20 |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -1/+7 |
|\ |
|
| * | mesa: fix vertex array validation test for attribute 0 (vert pos) | Brian Paul | 2008-07-02 | 1 | -8/+12 |
| * | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 1 | -1/+1 |
| * | don't map element buffer in _mesa_validate_DrawElements() unless necessary | Brian | 2007-08-20 | 1 | -12/+19 |
* | | mesa: fix vertex array validation test for attribute 0 (vert pos) | Brian Paul | 2008-07-02 | 1 | -11/+12 |
* | | check for count==0 in _mesa_validate_DrawArrays() | Brian | 2007-10-31 | 1 | -2/+3 |
* | | fix DrawRangeElements error msg | Brian | 2007-09-23 | 1 | -1/+1 |
* | | refactor bounds checking code | Brian | 2007-08-20 | 1 | -67/+81 |
* | | don't map buffer in _mesa_validate_DrawElements() unless needed | Brian | 2007-08-20 | 1 | -32/+19 |
* | | Fix an error in _mesa_validate_DrawElements | Xiang, Haihao | 2007-07-30 | 1 | -7/+27 |
|/ |
|
* | Check if 'indices' parameter is NULL (bug 11314) | Brian | 2007-07-08 | 1 | -2/+17 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -5/+5 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -4/+3 |
* | glDrawArrays loop was wrong | Brian Paul | 2004-02-24 | 1 | -2/+1 |
* | Fix some problems with glDrawElements and vertex buffer objects. | Brian Paul | 2003-12-04 | 1 | -0/+37 |
* | casts for g++ | Brian Paul | 2003-11-25 | 1 | -1/+1 |
* | Redo array element checking for vertex array buffers. | Brian Paul | 2003-11-10 | 1 | -88/+76 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -5/+80 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -0/+1 |
* | remove unneeded unsigned int / zero comparisons | Brian Paul | 2003-04-21 | 1 | -8/+5 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -1/+2 |
* | check for vertex program mode | Brian Paul | 2002-04-21 | 1 | -12/+16 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -18/+16 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -13/+13 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -1/+2 |
* | include state.h | Brian Paul | 2001-01-02 | 1 | -2/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+137 |