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: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
1
-1442
/
+0
*
mesa: move vbo_count_tessellated_primitives() to api_validate.c
Brian Paul
2018-01-24
1
-3
/
+65
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-3
/
+5
*
mesa: don't check mapped buffers in every draw call if drivers allow it
Marek Olšák
2017-05-17
1
-1
/
+14
*
mesa: move DispatchCompute() validation to compute.c
Timothy Arceri
2017-05-17
1
-234
/
+0
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
1
-1
/
+1
*
mesa: add const qualifier on _mesa_valid_to_render()
Brian Paul
2017-05-03
1
-1
/
+1
*
mesa/vbo: move some Draw checks out of validation
Timothy Arceri
2017-04-19
1
-41
/
+2
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-19
1
-0
/
+54
*
mesa: extract need_xfb_remaining_prims_check
Nicolai Hähnle
2017-04-19
1
-20
/
+28
*
mesa: fix remaining xfb prims check for GLES with multiple instances
Nicolai Hähnle
2017-04-19
1
-1
/
+1
*
mesa: Add support for GL_NV_fill_rectangle
Lyude
2017-03-31
1
-0
/
+13
*
mesa/main: fix MultiDrawElements[BaseVertex] validation of primcount
Nicolai Hähnle
2017-03-22
1
-2
/
+22
*
mesa: Use _mesa_has_OES_geometry_shader() when validating draws
Tomasz Figa
2017-03-02
1
-1
/
+2
*
mesa: Do a draw time check for TES && !TCS in ES 3.x.
Kenneth Graunke
2017-02-12
1
-0
/
+14
*
mesa: Do (TCS && !TES) draw time validation in ES as well.
Kenneth Graunke
2017-02-12
1
-19
/
+26
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-35
/
+22
*
mesa: make _CurrentFragmentProgram a gl_program struct pointer
Timothy Arceri
2017-01-06
1
-4
/
+2
*
mesa/glsl: move BlendSupport bitfield to gl_program
Timothy Arceri
2016-12-30
1
-1
/
+1
*
mesa: move _Used to gl_program
Timothy Arceri
2016-12-30
1
-4
/
+4
*
mesa: pass gl_program to _mesa_append_uniforms_to_file()
Timothy Arceri
2016-12-30
1
-1
/
+1
*
mesa: add support for GL_INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-07
1
-0
/
+42
*
mesa: only verify that enabled arrays have backing buffers
Ilia Mirkin
2016-12-01
1
-1
/
+1
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa/main: add support for ARB_compute_variable_groups_size
Samuel Pitoiset
2016-10-07
1
-0
/
+109
*
mesa: move _mesa_valid_to_render() to api_validate.c
Brian Paul
2016-09-30
1
-1
/
+190
*
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
[next]