index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Remove _mesa_max_buffer_index
Ian Romanick
2014-11-10
1
-46
/
+0
*
mesa: Fix order of errors for glDrawTransformFeedbackStream
Chris Forbes
2014-10-29
1
-5
/
+5
*
mesa: relax draw api validation on ES2
Tapani Pälli
2014-10-02
1
-3
/
+2
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-66
/
+0
*
mesa: In core profile, refuse to draw unless a VAO is bound.
Kenneth Graunke
2014-03-25
1
-1
/
+4
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-5
/
+5
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-2
/
+3
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-1
/
+1
*
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
Kenneth Graunke
2014-02-03
1
-10
/
+10
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-18
/
+18
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-5
/
+5
*
mesa: Add validation helpers for new indirect draws
Chris Forbes
2013-11-25
1
-0
/
+192
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-3
/
+3
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-3
/
+3
*
mesa: fix transform feedback when a geometry shader is active.
Bryan Cain
2013-10-15
1
-18
/
+35
*
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
[next]