| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/main: Check for 0 size draws after validation. | Fabian Bieler | 2013-08-27 | 1 | -21/+30 |
* | mesa: Validate the drawing primitive against the geometry shader input primit... | Fabian Bieler | 2013-08-01 | 1 | -0/+68 |
* | main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4. | Paul Berry | 2013-08-01 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: refactor _mesa_valid_prim_mode() | Brian Paul | 2013-05-02 | 1 | -13/+20 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -7/+0 |
* | mesa: Make a function is_transform_feedback_active_and_unpaused. | Paul Berry | 2012-12-18 | 1 | -13/+7 |
* | mesa/gles3: Generate error on draw call if transform feedback would overflow. | Paul Berry | 2012-12-18 | 1 | -0/+51 |
* | mesa/gles3: Generate error on DrawElements* calls if transform feedback active. | Paul Berry | 2012-12-18 | 1 | -0/+45 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -2/+2 |
* | mesa: remove ASSERT_NO_FEATURE macro | Brian Paul | 2012-10-16 | 1 | -1/+1 |
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | mesa: remove FEATURE_es2_glsl and related defines. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa/es: Validate primitive modes in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -2/+5 |
* | mesa: Refactor _mesa_valid_prim_mode to use a switch-statement | Ian Romanick | 2012-08-29 | 1 | -5/+27 |
* | mesa: Refactor element type checking into its own function | Ian Romanick | 2012-08-24 | 1 | -23/+25 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -0/+1 |
* | mesa: implement new DrawTransformFeedback functions | Marek Olšák | 2012-07-12 | 1 | -5/+21 |
* | mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_* | Marek Olšák | 2012-07-02 | 1 | -7/+14 |
* | vbo: optimize validation for glMultiDrawElements | Marek Olšák | 2012-06-28 | 1 | -0/+70 |
* | vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way around | Marek Olšák | 2012-06-28 | 1 | -6/+6 |
* | mesa: Validate the drawing primitive against the transform feedback mode. | Eric Anholt | 2012-03-19 | 1 | -2/+43 |
* | mesa: Fold error generation into _mesa_valid_prim_mode(). | Eric Anholt | 2012-03-19 | 1 | -15/+9 |
* | mesa: Add missing error check for first < 0 in glDrawArraysInstanced(). | Eric Anholt | 2012-02-29 | 1 | -0/+6 |
* | mesa: Fix display list handling for GL_ARB_draw_instanced. | Eric Anholt | 2012-02-29 | 1 | -6/+0 |
* | mesa: check_index_bounds off-by-one fix | Roland Scheidegger | 2012-02-06 | 1 | -1/+1 |
* | vbo: introduce vbo_get_minmax_indices function | Yuanhan Liu | 2012-01-12 | 1 | -1/+1 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -0/+34 |
* | mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. | Mathias Fröhlich | 2011-11-29 | 1 | -3/+3 |
* | mesa: move ElementArrayBufferObj to gl_array_object | Yuanhan Liu | 2011-11-29 | 1 | -7/+7 |
* | mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode() | Brian Paul | 2011-09-21 | 1 | -5/+26 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+2 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -2/+1 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | mesa: add implementation of glDrawElementsInstancedBaseVertex | Pierre-Eric Pelloux-Prayer | 2011-06-02 | 1 | -2/+3 |
* | mesa: fix vertex array enable checking in check_valid_to_render() | Brian Paul | 2011-05-19 | 1 | -6/+28 |
* | mesa: s/primcount/numInstances/ | Brian Paul | 2011-01-17 | 1 | -8/+8 |
* | mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols. | Vinson Lee | 2010-11-06 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -8/+8 |
* | mesa: GL_TRIANGLE_STRIP_ADJACENCY_ARB is the last valid primitive | Zack Rusin | 2010-07-10 | 1 | -5/+5 |
* | mesa: Handle FEATURE_es2_glsl differences at runtime too | Kristian Høgsberg | 2010-05-24 | 1 | -12/+22 |
* | 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 |