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
*
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
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
Ilia Mirkin
2015-06-18
1
-10
/
+11
*
mesa: generalize sso stage interleaving check
Chris Forbes
2015-06-16
1
-17
/
+38
*
Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions"
Ian Romanick
2015-05-28
1
-6
/
+0
*
mesa: Add ARB_direct_state_access checks in program pipeline functions
Fredrik Höglund
2015-05-14
1
-0
/
+6
*
main: Added entry point for glCreateProgramPipelines
Martin Peres
2015-03-25
1
-6
/
+29
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-12
1
-2
/
+2
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa/sso: Refactor new function _mesa_bind_pipeline
Ian Romanick
2014-05-02
1
-3
/
+10
*
mesa: move GLbitfield any_valid_stages declaration before code
Brian Paul
2014-03-25
1
-1
/
+2
[next]