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
/
nir
/
nir_lower_samplers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix sampler lowering pass for arrays
Tapani Pälli
2015-05-12
1
-19
/
+12
*
nir/nir: Use a linked list instead of a hash set for use/def sets
Jason Ekstrand
2015-05-08
1
-10
/
+19
*
nir: Add and use initializer #defines for nir_src and nir_dest
Jason Ekstrand
2015-05-08
1
-3
/
+2
*
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
2015-04-10
1
-5
/
+5
*
nir: Remove linker_error calls from nir_lower_samplers().
Kenneth Graunke
2015-04-10
1
-7
/
+2
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
1
-14
/
+12
*
nir/lower_samplers: Use the right memory context for realloc'ing tex sources
Jason Ekstrand
2015-04-03
1
-1
/
+1
*
nir: Remove unused has_indirect variable.
Matt Turner
2015-02-10
1
-4
/
+0
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
1
-1
/
+1
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-4
/
+7
*
nir: Rework the way samplers are lowered
Jason Ekstrand
2015-01-15
1
-75
/
+78
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-31
/
+34
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/lower_samplers: Use the nir_instr_rewrite_src function
Jason Ekstrand
2015-01-15
1
-1
/
+10
*
nir: add a pass to lower sampler instructions
Connor Abbott
2015-01-15
1
-0
/
+170