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
/
shaderobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
1
-1
/
+1
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
1
-3
/
+3
*
glsl/main: remove unused params and make function static
Timothy Arceri
2016-06-30
1
-4
/
+4
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-3
/
+29
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
1
-3
/
+3
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
1
-4
/
+2
*
glsl: Use Geom.VerticesOut == -1 to specify unset
Ian Romanick
2016-06-01
1
-1
/
+1
*
glsl: fully split apart buffer block arrays
Timothy Arceri
2016-04-06
1
-3
/
+7
*
glsl: store stage reference in gl_uniform_block
Timothy Arceri
2016-04-02
1
-4
/
+0
*
glsl: Initialize gl_shader_program::EmptyUniformLocations.
Matt Turner
2016-03-01
1
-0
/
+2
*
mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndex
Jordan Justen
2015-11-03
1
-2
/
+2
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-2
/
+2
*
mesa: remove Driver.DeleteShaderProgram
Marek Olšák
2015-10-03
1
-5
/
+4
*
mesa: remove Driver.NewShaderProgram
Marek Olšák
2015-10-03
1
-3
/
+1
*
mesa: remove Driver.DeleteShader
Marek Olšák
2015-10-03
1
-5
/
+3
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+1
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
1
-12
/
+0
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-2
/
+2
*
mesa/glsl: build list of program resources during linking
Tapani Pälli
2015-04-16
1
-0
/
+6
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: make _mesa_reference_shader_program() an inline function
Brian Paul
2015-01-05
1
-3
/
+3
*
mesa: Remove context parameter from dd_function_table::NewShaderProgram
Ian Romanick
2014-10-24
1
-1
/
+1
*
mesa: Make _mesa_init_shader_program static
Ian Romanick
2014-10-24
1
-3
/
+3
*
mesa: Remove context parameter from _mesa_init_shader_program
Ian Romanick
2014-10-24
1
-2
/
+2
*
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
1
-3
/
+2
*
mesa: Add some missing clean-up to _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
1
-1
/
+14
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
glsl: Store info about geometry shaders that emit vertices to non-zero streams.
Iago Toral Quiroga
2014-06-30
1
-0
/
+1
*
mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean
Iago Toral Quiroga
2014-06-23
1
-1
/
+1
*
mesa: Init Geom.UsesEndPrimitive in shader programs.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
mesa/glsl: introduce a remap table for uniform locations
Tapani Pälli
2014-03-10
1
-1
/
+6
*
main: Avoid double-free of shader Label
Carl Worth
2014-02-14
1
-0
/
+1
*
mesa: use _mesa_validate_shader_target() more frequently.
Paul Berry
2014-01-21
1
-2
/
+2
*
mesa: Store gl_shader_stage enum in gl_shader objects.
Paul Berry
2014-01-08
1
-0
/
+1
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-2
/
+2
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+3
*
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
2013-06-12
1
-0
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBS
Matt Turner
2012-11-27
1
-0
/
+2
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+3
*
mesa: move variable declaration out of loop to fix MSVC build
Brian Paul
2012-06-12
1
-1
/
+2
*
mesa: Free uniforms correclty.
Antoine Labour
2012-06-12
1
-1
/
+2
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-0
/
+6
*
mesa: Fix leak of uniform storage records on shader program link/free.
Eric Anholt
2012-01-18
1
-0
/
+2
*
mesa: Remove the dead Varyings list in the program.
Eric Anholt
2012-01-05
1
-5
/
+0
*
linker: Use app-specified fragment data location during linking
Ian Romanick
2011-11-08
1
-0
/
+6
[next]