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
/
glsl
/
link_uniforms.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1330
/
+0
*
Revert "glsl: move uniform calculation to link_uniforms"
Tapani Pälli
2016-01-20
1
-77
/
+10
*
glsl: move uniform calculation to link_uniforms
Tapani Pälli
2016-01-20
1
-10
/
+77
*
glsl: combine if blocks
Timothy Arceri
2016-01-11
1
-6
/
+3
*
glsl: set image access qualifiers for AoA
Timothy Arceri
2015-10-31
1
-28
/
+49
*
glsl: check for arrays of arrays when assigning explicit locations
Timothy Arceri
2015-10-21
1
-1
/
+2
*
glsl: fix record type detection in explicit location assign
Tapani Pälli
2015-10-21
1
-1
/
+1
*
glsl: skip buffer variables when filling UniformRemapTable
Tapani Pälli
2015-10-21
1
-2
/
+5
*
glsl: initialise record array count to 1
Timothy Arceri
2015-10-17
1
-0
/
+1
*
glsl: Add support for linking uniform arrays of arrays
Timothy Arceri
2015-10-15
1
-5
/
+11
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-11
/
+11
*
glsl: whitespace/formatting/typo fixes in link_uniforms.cpp
Brian Paul
2015-10-06
1
-6
/
+9
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-23
/
+18
*
glsl: avoid leaking hiddenUniforms map when there are no uniforms
Ilia Mirkin
2015-10-02
1
-4
/
+4
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-2
/
+2
*
glsl: clean-up link uniform code
Timothy Arceri
2015-09-26
1
-11
/
+6
*
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+3
*
glsl: ignore buffer variables when counting uniform components
Samuel Iglesias Gonsalvez
2015-09-25
1
-5
/
+11
*
glsl: Add std430 support to program_resource_visitor's member functions
Samuel Iglesias Gonsalvez
2015-09-25
1
-32
/
+66
*
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+8
*
glsl: make variables private
Timothy Arceri
2015-09-17
1
-11
/
+11
*
glsl: store uniform slot id in var location field
Timothy Arceri
2015-09-17
1
-3
/
+21
*
glsl: assign hidden uniforms their slot id earlier
Timothy Arceri
2015-09-17
1
-49
/
+41
*
glsl: order indices for samplers inside a struct array
Timothy Arceri
2015-09-17
1
-17
/
+100
*
glsl: remove specical case subroutine type counting
Timothy Arceri
2015-08-31
1
-3
/
+2
*
glsl: add uniform and program resource support (v2)
Dave Airlie
2015-07-23
1
-4
/
+99
*
glsl: link buffer variables and shader storage buffer interface blocks
Kristian Høgsberg
2015-07-14
1
-3
/
+5
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-3
/
+3
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-29
/
+26
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-05-04
1
-3
/
+3
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
glsl: avoid calling base_alignment when samplers are involved
Ilia Mirkin
2015-03-24
1
-0
/
+4
*
glsl: ensure that enter/leave record get a record type
Ilia Mirkin
2015-02-21
1
-0
/
+2
*
glsl: fix uniform linking logic in the presence of structs
Ilia Mirkin
2015-02-19
1
-6
/
+31
*
glsl: Uniform linking support for doubles
Dave Airlie
2015-02-19
1
-1
/
+6
*
glsl: Add infrastructure for "hidden" uniforms.
Kenneth Graunke
2014-11-06
1
-0
/
+50
*
glsl: remove unused link_assign_uniform_block_offsets
Tapani Pälli
2014-09-26
1
-34
/
+0
*
glsl: use ptrdiff_t cast to silence g++ sign warning
Brian Paul
2014-09-22
1
-1
/
+1
*
glsl: Use bit-flags image attributes and uint16_t for the image format
Ian Romanick
2014-08-29
1
-2
/
+2
*
glsl: Use UniformBooleanTrue value for uniform initializers.
Matt Turner
2014-08-18
1
-2
/
+3
*
linker: Use the matrix layout information in ir_variable and glsl_type for UB...
Ian Romanick
2014-08-04
1
-10
/
+5
*
glsl: Track matrix layout of variables using two bits
Ian Romanick
2014-08-04
1
-7
/
+24
*
glsl: Track matrix layout of structure fields using two bits
Ian Romanick
2014-08-04
1
-1
/
+2
*
linker: Add padding after the last field of a structure
Ian Romanick
2014-08-04
1
-1
/
+4
*
linker: Add a last_field parameter to various program_resource_visitor methods
Ian Romanick
2014-08-04
1
-13
/
+18
*
glsl: Use the without_array predicate to simplify some code
Ian Romanick
2014-08-04
1
-15
/
+8
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-8
/
+8
*
glsl/linker: assign explicit uniform locations
Tapani Pälli
2014-06-16
1
-5
/
+56
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
1
-2
/
+2
*
glsl: the number of samplers is already calculated so use it
Timothy Arceri
2014-05-13
1
-2
/
+1
[next]