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_print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/print: fix coverity error
Rob Clark
2015-09-20
1
-1
/
+1
*
nir/print: print variable names
Rob Clark
2015-09-17
1
-0
/
+30
*
nir/print: print symbolic names from shader-enum
Rob Clark
2015-09-16
1
-3
/
+42
*
nir/print: bit of state refactoring
Rob Clark
2015-09-16
1
-109
/
+152
*
nir: add nir_texop_texture_samples and convert from glsl
Ilia Mirkin
2015-09-10
1
-0
/
+3
*
nir: add nir_var_shader_storage
Iago Toral Quiroga
2015-07-14
1
-2
/
+3
*
nir/print: Print the closing paren on load_const instructions
Jason Ekstrand
2015-04-22
1
-0
/
+2
*
nir/print: Correctly print swizzles for explicitly sized alu sources
Jason Ekstrand
2015-04-02
1
-12
/
+12
*
nir/print: Don't print extra swizzzle components
Jason Ekstrand
2015-04-01
1
-7
/
+19
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-8
/
+6
*
nir: Make the printer include nir_variable::location too.
Kenneth Graunke
2015-03-09
1
-1
/
+1
*
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
2015-03-08
1
-4
/
+0
*
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
2015-02-10
1
-2
/
+2
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
1
-2
/
+7
*
nir: When asked to print with a NULL state, just use bare variable names.
Eric Anholt
2015-01-23
1
-6
/
+16
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-1
/
+1
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
1
-4
/
+4
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir/print: Various cleanups recommended by Eric
Jason Ekstrand
2015-01-15
1
-33
/
+12
*
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-26
/
+6
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-30
/
+0
*
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
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
-13
/
+22
*
nir: Add a concept of a wildcard array dereference
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-3
/
+6
*
nir/print: Don't reindex things
Jason Ekstrand
2015-01-15
1
-4
/
+0
*
nir: Add a parallel copy instruction type
Jason Ekstrand
2015-01-15
1
-0
/
+21
*
nir: add a printer
Connor Abbott
2015-01-15
1
-0
/
+912