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: 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
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-1
/
+1
*
mesa/glsl: introduce a remap table for uniform locations
Tapani Pälli
2014-03-10
1
-11
/
+24
*
glsl: fix compiler warnings in link_uniforms.cpp
Brian Paul
2014-03-06
1
-1
/
+2
*
glsl/linker: Propagate image uniform access qualifiers to the driver.
Francisco Jerez
2014-02-12
1
-0
/
+35
*
glsl/linker: Assign image uniform indices.
Francisco Jerez
2014-02-12
1
-1
/
+23
*
glsl/linker: Count and check image resources.
Francisco Jerez
2014-02-12
1
-1
/
+18
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-6
/
+6
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-7
/
+7
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-3
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+1
*
glsl: Account for interface block lowering in program_resource_visitor.
Paul Berry
2013-10-24
1
-1
/
+57
*
glsl: Make accessor functions for ir_variable::interface_type.
Paul Berry
2013-10-09
1
-6
/
+7
*
glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...
Francisco Jerez
2013-10-06
1
-2
/
+2
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+4
*
glsl: Use alignment of container record for its first field
Ian Romanick
2013-08-19
1
-1
/
+12
*
glsl: Add new overload of program_resource_visitor::visit_field method
Ian Romanick
2013-08-19
1
-9
/
+34
*
glsl: Initialize member variable is_ubo_var in constructor.
Vinson Lee
2013-06-27
1
-1
/
+1
*
glsl: Generate smaller values for uniform locations
Ian Romanick
2013-06-12
1
-1
/
+13
*
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
2013-06-12
1
-0
/
+2
*
glsl: Fix uniform buffer object counting.
Eric Anholt
2013-06-06
1
-1
/
+11
*
glsl: Make a local variable to avoid restating this array lookup.
Eric Anholt
2013-06-06
1
-8
/
+8
*
glsl: Fix MSVC build.
José Fonseca
2013-05-28
1
-3
/
+3
*
mesa: fix GLSL program objects with more than 16 samplers combined
Marek Olšák
2013-05-28
1
-64
/
+62
*
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
2013-02-04
1
-12
/
+12
*
glsl: Remove ir_variable::uniform_block
Ian Romanick
2013-01-25
1
-1
/
+0
*
glsl: Calculate UBO data at link-time
Ian Romanick
2013-01-25
1
-8
/
+34
*
glsl: Add gl_uniform_buffer_variable::IndexName field
Ian Romanick
2013-01-25
1
-1
/
+7
*
glsl: Make the align function available elsewhere in the linker
Ian Romanick
2013-01-25
1
-10
/
+4
*
glsl: Calculate link-time uniform block data without using compile-time block...
Ian Romanick
2013-01-25
1
-24
/
+54
*
glsl: Assert that interfaces, like structures, are not seen as leaf types
Ian Romanick
2013-01-25
1
-0
/
+4
*
glsl: Add new uniform_field_visitor::process variant
Ian Romanick
2013-01-25
1
-0
/
+22
*
glsl: Recurse into uniform blocks just like uniform structures
Ian Romanick
2013-01-25
1
-4
/
+20
[next]