index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
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
[next]