mesa: add infra for ARB_shader_clock
[mesa.git] / src / mesa / main / pipelineobj.c
2015-10-01 Brian Paulmesa: clean up #includes in pipelineobj.c
2015-09-17 Tapani Pällimesa: return initial value for VALIDATE_STATUS if pipe...
2015-07-22 Chris Forbesmesa: require VS if TCS or TES is present in pipeline
2015-07-22 Chris Forbesmesa: allow tess stages in glUseProgramStages
2015-07-22 Fabian Bielermesa: support tess stages in glGetProgramPipelineiv
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-18 Ilia Mirkinmesa: add GL_PROGRAM_PIPELINE support in KHR_debug...
2015-06-16 Chris Forbesmesa: generalize sso stage interleaving check
2015-05-28 Ian RomanickRevert "mesa: Add ARB_direct_state_access checks in...
2015-05-14 Fredrik Höglundmesa: Add ARB_direct_state_access checks in program...
2015-03-25 Martin Peresmain: Added entry point for glCreateProgramPipelines
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-09-12 Brian Paulmesa: fix _mesa_free_pipeline_data() use-after-free bug
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-05-02 Ian Romanickmesa/sso: Refactor new function _mesa_bind_pipeline
2014-03-25 Brian Paulmesa: move GLbitfield any_valid_stages declaration...
2014-03-25 Gregory Hainautmesa/sso: Implement ValidateProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object::InfoLog support
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_BindProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_UseProgramStages
2014-03-25 Gregory Hainautmesa/sso: replace Shader binding point with _Shader
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2014-02-22 Vinson Leemesa/sso: Fix typo of 'unsigned'.
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GetProgramPipelineiv
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_ActiveShaderProgram
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_IsProgramPipeline
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_GenProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Implement _mesa_DeleteProgramPipelines
2014-02-21 Gregory Hainautmesa/sso: Add pipeline container/state
2014-02-21 Gregory Hainautmesa/sso: Add extension entry points for GL_ARB_separat...