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/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
*
mesa/sso: Implement ValidateProgramPipeline
Gregory Hainaut
2014-03-25
1
-3
/
+188
*
mesa/sso: Add gl_pipeline_object::InfoLog support
Gregory Hainaut
2014-03-25
1
-3
/
+22
*
mesa/sso: Implement _mesa_BindProgramPipeline
Gregory Hainaut
2014-03-25
1
-0
/
+69
*
mesa/sso: Implement _mesa_UseProgramStages
Gregory Hainaut
2014-03-25
1
-0
/
+102
*
mesa/sso: replace Shader binding point with _Shader
Gregory Hainaut
2014-03-25
1
-0
/
+8
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-6
/
+6
*
mesa/sso: Fix typo of 'unsigned'.
Vinson Lee
2014-02-21
1
-1
/
+1
*
mesa/sso: Implement _mesa_GetProgramPipelineiv
Gregory Hainaut
2014-02-21
1
-0
/
+58
*
mesa/sso: Implement _mesa_ActiveShaderProgram
Gregory Hainaut
2014-02-21
1
-0
/
+28
*
mesa/sso: Implement _mesa_IsProgramPipeline
Gregory Hainaut
2014-02-21
1
-1
/
+7
*
mesa/sso: Implement _mesa_GenProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+30
*
mesa/sso: Implement _mesa_DeleteProgramPipelines
Gregory Hainaut
2014-02-21
1
-0
/
+33
*
mesa/sso: Add pipeline container/state
Gregory Hainaut
2014-02-21
1
-1
/
+158
*
mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects
Gregory Hainaut
2014-02-21
1
-0
/
+133