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
...
*
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
*
nir: Print the components referenced for split or packed shader in/outs.
Eric Anholt
2017-10-20
1
-1
/
+25
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-3
/
+3
*
nir: don't segfault when printing variables with no name
Connor Abbott
2017-07-13
1
-1
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-9
/
+9
*
nir: fix (hopefully) windows build
Rob Clark
2017-05-08
1
-4
/
+0
*
nir/print: add compute shader info
Rob Clark
2017-04-14
1
-0
/
+13
*
nir: Add 64-bit integer constant support
Ian Romanick
2017-01-20
1
-0
/
+11
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-2
/
+2
*
nir: Only float and double types can be matrices
Ian Romanick
2016-12-12
1
-5
/
+6
*
nir: Get rid of nir_constant_data
Jason Ekstrand
2016-12-02
1
-11
/
+18
*
nir: print var binding in dumps.
Dave Airlie
2016-11-29
1
-1
/
+1
*
nir: Add a "compact array" flag and IO lowering code.
Kenneth Graunke
2016-11-22
1
-1
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-4
/
+4
*
nir: Delete open coded type printing.
Kenneth Graunke
2016-10-06
1
-8
/
+6
*
nir: Always print non-identity swizzles.
Matt Turner
2016-08-08
1
-1
/
+9
*
nir: Add new intrinsics for fragment shader input interpolation.
Kenneth Graunke
2016-07-20
1
-0
/
+1
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-1
/
+1
*
nir: add new intrinsic field for storing component offset
Timothy Arceri
2016-07-07
1
-0
/
+3
*
nir: Add new 'plane' texture source type
Kristian Høgsberg Kristensen
2016-05-24
1
-0
/
+3
*
nir/print: add support for print annotations
Rob Clark
2016-05-17
1
-1
/
+34
[prev]
[next]