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: 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
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
1
-3
/
+1
*
nir/print: fix printing of 8/16 bit constant variables
Karol Herbst
2018-05-29
1
-0
/
+31
*
nir: print 8 and 16 bit constants correctly
Karol Herbst
2018-04-26
1
-2
/
+14
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
1
-1
/
+3
*
nir: Add subgroup arithmetic reduction intrinsics
Jason Ekstrand
2018-03-07
1
-0
/
+5
*
nir: Don't print swizzles when there are more than 4 components
Matt Turner
2017-11-08
1
-1
/
+1
[next]