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
/
compiler
/
glsl
/
gl_nir_link_uniforms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add subroutine support to nir linker
Timothy Arceri
2020-03-06
1
-1
/
+99
*
glsl: dont try to assign uniform storage for uniform blocks
Timothy Arceri
2020-03-06
1
-2
/
+4
*
glsl: add support for builtins to the nir uniform linker
Timothy Arceri
2020-03-06
1
-2
/
+11
*
glsl: set ShaderStorageBlocksWriteAccess in the nir linker
Timothy Arceri
2020-03-06
1
-6
/
+32
*
glsl: nir linker fix setting of ssbo top level array
Timothy Arceri
2020-03-06
1
-6
/
+19
*
glsl: find the base offset for block members from unnamed blocks
Timothy Arceri
2020-03-06
1
-1
/
+95
*
glsl: correctly set explicit offsets for struct members
Timothy Arceri
2020-03-06
1
-3
/
+11
*
glsl: add std140 and std430 layouts to nir uniform linker
Timothy Arceri
2020-03-06
1
-4
/
+29
*
glsl: correctly find block index when linking glsl with nir linker
Timothy Arceri
2020-03-06
1
-4
/
+30
*
glsl: add name support to nir uniform linker
Timothy Arceri
2020-03-06
1
-42
/
+248
*
glsl: move get_next_index() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-34
/
+34
*
glsl: move add_parameter() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-54
/
+54
*
glsl: move nir link uniforms struct defs earlier
Timothy Arceri
2020-03-06
1
-47
/
+47
*
nir/linker: remove reference to just SPIR-V linking
Alejandro Piñeiro
2020-03-06
1
-5
/
+2
*
glsl: add some error checks to the nir uniform linker
Timothy Arceri
2020-02-28
1
-0
/
+16
*
glsl: fix sampler index calculation in nir linker
Timothy Arceri
2020-02-28
1
-13
/
+19
*
glsl: reset next_image_index count for each shader stage
Timothy Arceri
2020-02-28
1
-1
/
+2
*
glsl: fix resizing of the uniform remap table
Timothy Arceri
2020-02-28
1
-4
/
+8
*
glsl: set the correct number of images in a shader
Timothy Arceri
2020-02-28
1
-1
/
+4
*
glsl: set the correct number of samplers in a shader
Timothy Arceri
2020-02-28
1
-1
/
+4
*
glsl: fix possible memory leak in nir uniform linker
Timothy Arceri
2020-02-28
1
-1
/
+1
*
glsl: count uniform components and storage better in nir linking
Timothy Arceri
2020-01-23
1
-4
/
+13
*
glsl: fix check for matrices in blocks when using nir uniform linker
Timothy Arceri
2020-01-23
1
-4
/
+3
*
glsl: remove bogus assert in nir uniform linking
Timothy Arceri
2020-01-23
1
-1
/
+0
*
glsl: fix potential bug in nir uniform linker
Timothy Arceri
2020-01-12
1
-7
/
+3
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
nir: fix unused variable warning in find_and_update_previous_uniform_storage
Kai Wasserbäch
2019-11-07
1
-1
/
+1
*
glsl/nir: Fill in the Parameters in NIR linker
Caio Marcelo de Oliveira Filho
2019-09-10
1
-1
/
+68
*
glsl/nir: Avoid overflow when setting max_uniform_location
Caio Marcelo de Oliveira Filho
2019-09-10
1
-1
/
+2
*
nir/linker: Initialize UniformDataDefaults when using SPIR-V
Arcady Goldmints-Orlov
2019-07-12
1
-0
/
+4
*
nir/linker: Fill TOP_LEVEL_ARRAY_SIZE and STRIDE
Antia Puentes
2019-07-12
1
-3
/
+25
*
nir/linker: Compute the offset for non-trivial uniform types.
Antia Puentes
2019-07-12
1
-10
/
+23
*
nir/linker: Fill the uniform's BLOCK_INDEX
Antia Puentes
2019-07-12
1
-1
/
+22
*
nir/linker: update already processed uniforms search for UBOs/SSBOs
Alejandro Piñeiro
2019-06-30
1
-10
/
+71
*
nir/linker: fill up uniform_storage with explicit data
Alejandro Piñeiro
2019-06-30
1
-5
/
+47
*
nir/linker: use only the array element type for array of ssbo/ubo
Alejandro Piñeiro
2019-06-30
1
-2
/
+42
*
nir/linker: fill is_shader_storage for uniforms
Alejandro Piñeiro
2019-06-30
1
-1
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-5
/
+5
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-5
/
+7
*
glsl/link,i965: Make ImageAccess four-state
Jason Ekstrand
2018-08-29
1
-3
/
+5
*
nir/linker: take into account hidden uniforms
Alejandro Piñeiro
2018-08-13
1
-1
/
+4
*
nir/linker: handle uniforms without explicit location
Alejandro Piñeiro
2018-07-03
1
-2
/
+62
*
nir/linker: Set the uniform initial values
Neil Roberts
2018-06-21
1
-0
/
+1
*
nir/linker: Add gl_nir_link_uniforms()
Eduardo Lima Mitev
2018-06-21
1
-0
/
+461