index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
api_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]