index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
link_uniforms.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
glsl: Count builtin uniforms against uniform component limits.
Eric Anholt
1
-1
/
+4
2012-08-23
glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field
Stéphane Marchesin
1
-1
/
+1
2012-08-07
glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.
Eric Anholt
1
-1
/
+13
2012-08-07
glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
Eric Anholt
1
-3
/
+13
2012-08-07
glsl: Fix a reference to UniformBlocks during uniform linking.
Eric Anholt
1
-3
/
+3
2012-07-31
glsl: Assign array and matrix stride values according to std140 layout.
Eric Anholt
1
-4
/
+15
2012-07-20
glsl: Assign locations for uniforms in UBOs using the std140 rules.
Eric Anholt
1
-2
/
+32
2012-07-20
glsl: Propagate uniform block information into gl_uniform_storage.
Eric Anholt
1
-1
/
+40
2012-07-20
glsl: Set the uniform_block index for the linked shader variables.
Eric Anholt
1
-0
/
+45
2012-07-20
glsl: Merge the lists of uniform blocks into the linked shader program.
Eric Anholt
1
-0
/
+61
2012-05-23
glsl: Initialize samplers to 0, propagate sampler values to the gl_program
Ian Romanick
1
-3
/
+10
2012-05-23
glsl: Set initial values for uniforms in the linker
Ian Romanick
1
-0
/
+2
2012-03-31
linker: Fix memory leak in count_uniform_size::visit_field.
Vinson Lee
1
-2
/
+1
2012-02-28
ralloc: Make rewrite_tail increase "start" by the new text's length.
Kenneth Graunke
1
-8
/
+7
2012-01-18
glsl: Fix leak of linked uniform names at relink/free of the shader_program.
Eric Anholt
1
-1
/
+1
2012-01-11
linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
1
-1
/
+44
2012-01-11
linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
1
-1
/
+14
2011-12-30
glsl: fix usage of potentially undefined data_end union
Alexander von Gluck
1
-1
/
+1
2011-11-22
linker: Remove erroneous multiply by 4 in uniform usage calculation
Ian Romanick
1
-5
/
+5
2011-11-14
linker: Count the number of uniform components used by a shader during linking
Ian Romanick
1
-2
/
+17
2011-11-14
linker: Count the number of samplers used by a shader during linking
Ian Romanick
1
-1
/
+28
2011-11-07
linker: Track uniform locations to new tracking structures
Ian Romanick
1
-0
/
+95
2011-11-07
linker: Add helper class for parcelling out backing storage to uniforms
Ian Romanick
1
-0
/
+86
2011-11-07
linker: Add helper class for determining uniform usage
Ian Romanick
1
-0
/
+68
2011-10-25
linker: Add uniform_field_visitor class to process leaf fields of a uniform
Ian Romanick
1
-0
/
+85