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
/
nir
/
nir_print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a no wrapping bits to nir_alu_instr
Caio Marcelo de Oliveira Filho
2019-06-26
1
-0
/
+4
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
1
-26
/
+36
*
nir: Add reorderable memory access enum
Connor Abbott
2019-06-19
1
-1
/
+2
*
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
2019-06-19
1
-0
/
+2
*
nir: add intrinsics for AMD_shader_ballot
Daniel Schürmann
2019-06-13
1
-0
/
+14
*
nir: add type information to load uniform/input and store output intrinsics
Jonathan Marek
2019-05-31
1
-0
/
+16
*
nir: fix nir tex print harder
Rob Clark
2019-05-02
1
-6
/
+5
*
nir: add pass to lower fb reads
Rob Clark
2019-05-02
1
-5
/
+10
*
nir: rework tex instruction printing
Rob Clark
2019-05-02
1
-8
/
+10
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-15
/
+15
*
nir/print: Use nir_src_as_int for array indices
Jason Ekstrand
2019-04-14
1
-3
/
+2
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
1
-0
/
+2
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-8
/
+1
*
nir: Get rid of nir_register::is_packed
Jason Ekstrand
2019-04-09
1
-2
/
+0
*
nir: print var name for load_interpolated_input too
Rob Clark
2019-03-30
1
-0
/
+1
*
nir/print: fix printing the image_array intrinsic index
Karol Herbst
2019-03-29
1
-2
/
+2
*
nir: Add texture sources and intrinsics for bindless
Jason Ekstrand
2019-03-25
1
-0
/
+6
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
1
-0
/
+8
*
nir: Improve printing of load_input/store_output variable names.
Eric Anholt
2019-03-05
1
-2
/
+4
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-5
/
+2
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
1
-0
/
+2
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-4
/
+4
*
nir/vulkan: Add a descriptor type to vulkan resource intrinsics
Jason Ekstrand
2019-01-08
1
-0
/
+25
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
1
-1
/
+5
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-3
/
+6
*
nir: add a way to print the deref chain
Caio Marcelo de Oliveira Filho
2019-01-02
1
-4
/
+13
*
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
2018-12-16
1
-1
/
+10
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
1
-0
/
+3
*
nir: Print the format of image variables.
Eric Anholt
2018-12-13
1
-0
/
+47
*
spirv: Add support for MinLod
Jason Ekstrand
2018-12-11
1
-0
/
+3
*
nir: Fix assert in print_intrinsic_instr().
Józef Kucia
2018-11-29
1
-1
/
+1
*
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
2018-11-27
1
-0
/
+1
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
1
-0
/
+2
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-1
/
+0
*
nir: Add handle/index-based image intrinsics
Jason Ekstrand
2018-08-29
1
-0
/
+22
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-5
/
+6
*
nir: remove wrong assertion in print_var_decl()
Samuel Pitoiset
2018-07-26
1
-1
/
+0
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-4
/
+5
*
nir: fix printing of vec16 type
Karol Herbst
2018-07-15
1
-0
/
+1
*
nir/print: Print texture and sampler indices
Jason Ekstrand
2018-07-07
1
-0
/
+11
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-97
/
+0
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-59
/
+4
*
nir: Add deref sources to texture instructions
Jason Ekstrand
2018-06-22
1
-0
/
+6
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
1
-2
/
+130
[next]