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
/
pipelineobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+1
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
1
-8
/
+8
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
1
-0
/
+3
*
mesa: add active_shader_program() helper
Samuel Pitoiset
2017-07-25
1
-31
/
+32
*
mesa: add bind_program_pipeline() helper
Samuel Pitoiset
2017-07-25
1
-34
/
+21
*
mesa: add KHR_no_error support for gl*ProgramPipelines()
Samuel Pitoiset
2017-06-28
1
-0
/
+14
*
mesa: prepare create_program_pipelines() for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-12
/
+17
*
mesa: flush vertices before updating ctx->_Shader
Marek Olšák
2017-06-22
1
-2
/
+2
*
mesa: fix KHR_no_error SSO support
Timothy Arceri
2017-05-13
1
-1
/
+1
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
1
-2
/
+0
*
mesa: add KHR_no_error support for glBindProgramPipeline()
Timothy Arceri
2017-05-11
1
-0
/
+26
*
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
2017-05-11
1
-0
/
+18
*
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
2017-05-11
1
-0
/
+21
*
mesa: create use_program_stages() helper
Timothy Arceri
2017-05-11
1
-32
/
+39
*
mesa: don't lock hashtables that are not shared across contexts
Timothy Arceri
2017-04-22
1
-3
/
+3
*
mesa: Remove deleteFlag pattern from container objects.
Matt Turner
2017-04-22
1
-3
/
+1
*
mesa: Remove unnecessary locking from container objects.
Matt Turner
2017-04-22
1
-6
/
+0
*
mesa: remove fallback RefCount == 0 pattern
Timothy Arceri
2017-04-22
1
-10
/
+4
*
mesa: retain gl_shader_programs after glDeleteProgram if they are in use
Timothy Arceri
2017-02-16
1
-2
/
+4
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-33
/
+43
*
mesa: change init subroutine defaults helper to work per gl_program
Timothy Arceri
2017-01-19
1
-2
/
+8
*
mesa: make _CurrentFragmentProgram a gl_program struct pointer
Timothy Arceri
2017-01-06
1
-1
/
+1
*
mesa: optimise interleaved sso validation
Timothy Arceri
2016-11-30
1
-11
/
+14
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-2
/
+2
*
mesa: fix empty program log length
Tapani Pälli
2016-11-18
1
-1
/
+2
*
mesa/subroutines: start adding per-context subroutine index support (v1.1)
Dave Airlie
2016-08-23
1
-1
/
+1
*
mesa: remove dd_function_table::UseProgram
Marek Olšák
2016-07-30
1
-3
/
+0
*
mesa: Silence unused parameter warning
Ian Romanick
2016-06-20
1
-1
/
+1
*
mesa: If validation fails in a debug context just emit a debug message
Ian Romanick
2016-06-16
1
-2
/
+15
*
mesa: Only validate SSO shader IO in OpenGL ES or debug context
Ian Romanick
2016-05-26
1
-2
/
+16
*
mesa/subroutines: fix reset on bindpipeline
Dave Airlie
2016-05-23
1
-0
/
+4
*
mesa/main: removing double semi-colons
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
mesa: avoid segfault in GetProgramPipelineInfoLog when no length
Ilia Mirkin
2016-02-12
1
-4
/
+1
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-2
/
+2
*
mesa: invalidate pipeline status after glUseProgramStages
Tapani Pälli
2015-12-10
1
-0
/
+2
*
mesa: move GL_INVALID_OPERATION error to rendering call
Timothy Arceri
2015-12-07
1
-21
/
+9
*
mesa: move pipeline input/output validation inside _mesa_validate_program_pip...
Timothy Arceri
2015-12-07
1
-15
/
+15
*
glsl: don't generate extra errors in ValidateProgramPipeline
Timothy Arceri
2015-11-27
1
-2
/
+5
*
glsl: implement recent spec update to SSO validation
Timothy Arceri
2015-11-24
1
-0
/
+24
*
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
Timothy Arceri
2015-11-24
1
-2
/
+1
*
mesa: validate precision of varyings during ValidateProgramPipeline
Tapani Pälli
2015-11-12
1
-0
/
+15
*
mesa/sso: Add compute shader support
Jordan Justen
2015-11-01
1
-0
/
+11
*
mesa/sso: Add MESA_VERBOSE=api trace support
Jordan Justen
2015-11-01
1
-0
/
+33
*
mesa: clean up #includes in pipelineobj.c
Brian Paul
2015-10-01
1
-3
/
+3
*
mesa: return initial value for VALIDATE_STATUS if pipe not bound
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: require VS if TCS or TES is present in pipeline
Chris Forbes
2015-07-23
1
-1
/
+3
*
mesa: allow tess stages in glUseProgramStages
Chris Forbes
2015-07-23
1
-4
/
+9
*
mesa: support tess stages in glGetProgramPipelineiv
Fabian Bieler
2015-07-23
1
-4
/
+11
[next]