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
/
pipelineobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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