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: Move buffers-unmapped earlier in check_valid_to_render().
Kenneth Graunke
2016-09-16
1
-6
/
+6
*
mesa: Document reasons for allowing XFB drawing modes in GLES 3.1 w/GL_OES_ge...
Ian Romanick
2016-08-26
1
-2
/
+31
*
mesa: Remove duplicate include.
Mathias Fröhlich
2016-08-15
1
-1
/
+0
*
mesa: Move check for vbo mapping into api_validate.c.
Mathias Fröhlich
2016-08-15
1
-0
/
+7
*
mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.
Kenneth Graunke
2016-08-08
1
-1
/
+17
*
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
Kenneth Graunke
2016-08-08
1
-64
/
+25
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
1
-6
/
+7
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-2
/
+4
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
1
-2
/
+4
*
glsl/mesa: stop duplicating tes layout values
Timothy Arceri
2016-06-23
1
-5
/
+6
*
mesa: remove remaining tabs in api_validate.c
Timothy Arceri
2016-06-17
1
-11
/
+11
*
mesa: allow xfb to be active in GLES when geometry shader is enabled.
Ilia Mirkin
2016-05-23
1
-2
/
+4
*
mesa: don't use genned but unnamed xfb objects.
Dave Airlie
2016-05-10
1
-0
/
+9
*
mesa/compute: Fix indirect dispatch buffer size check on 32-bit systems
Jordan Justen
2016-05-09
1
-1
/
+1
*
mesa/compute: drop pointless casts.
Dave Airlie
2016-05-05
1
-3
/
+3
*
mesa: Fix indirect draw buffer size check on 32-bit systems.
Kenneth Graunke
2016-04-28
1
-1
/
+1
*
mesa: add support for ARB_indirect_parameters draw functions
Ilia Mirkin
2016-01-07
1
-0
/
+115
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-1
/
+1
*
mesa: error out in indirect draw when vertex bindings mismatch
Tapani Pälli
2015-11-26
1
-0
/
+14
*
mesa: Add spec citations for DispatchCompute*
Jordan Justen
2015-11-02
1
-5
/
+29
*
mesa: Update DispatchComputeIndirect errors for indirect parameter
Jordan Justen
2015-11-02
1
-6
/
+5
*
mesa/sso: Add compute shader support
Jordan Justen
2015-11-01
1
-1
/
+1
*
mesa: Draw indirect is not allowed if the default VAO is bound.
Marta Lofstedt
2015-10-27
1
-0
/
+12
*
mesa: Draw indirect is not allowed when xfb is active and unpaused
Marta Lofstedt
2015-10-27
1
-0
/
+9
*
mesa: Draw Indirect return wrong error code on unalinged
Marta Lofstedt
2015-10-27
1
-4
/
+6
*
mesa/cs: Implement glDispatchComputeIndirect
Jordan Justen
2015-09-24
1
-0
/
+64
*
mesa/cs: Add _mesa_validate_DispatchCompute
Jordan Justen
2015-09-24
1
-0
/
+44
*
mesa: don't allow drawing with tess ctrl shader and without tess eval shader
Marek Olšák
2015-07-23
1
-0
/
+19
*
mesa: take tessellation into account when validating GS input primitive mode
Marek Olšák
2015-07-23
1
-2
/
+20
*
mesa: allow drawing of patch primitives
Chris Forbes
2015-07-23
1
-0
/
+45
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
mesa: Micro-optimize _mesa_is_valid_prim_mode
Ian Romanick
2015-01-14
1
-18
/
+12
*
mesa: Check for vertex program the same way in desktop GL and ES
Ian Romanick
2015-01-14
1
-11
/
+3
*
mesa: Drop index buffer bounds check
Ian Romanick
2015-01-14
1
-48
/
+7
*
mesa: Only check for a current vertex shader in core profile
Ian Romanick
2015-01-14
1
-1
/
+13
*
mesa: Use current Mesa coding style in check_valid_to_render
Ian Romanick
2014-12-02
1
-25
/
+24
*
mesa: Use unreachable instead of assert in check_valid_to_render
Ian Romanick
2014-12-02
1
-1
/
+1
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
1
-7
/
+5
*
mesa: Refactor common validation code to validate_DrawElements_common
Ian Romanick
2014-12-02
1
-125
/
+43
*
mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profile
Ian Romanick
2014-12-02
1
-1
/
+9
*
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
[next]