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_lower_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
1
-4
/
+2
*
nir: Add floating point atomic min, max, and compare-swap instrinsics
Ian Romanick
2018-08-22
1
-0
/
+9
*
nir: Add floating point atomic add instrinsics
Ian Romanick
2018-08-22
1
-0
/
+3
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-2
/
+0
*
nir: Convert lower_io to deref instructions
Jason Ekstrand
2018-06-22
1
-68
/
+37
*
nir/lower_io: Convert atomic lowering to deref instructions
Jason Ekstrand
2018-06-22
1
-23
/
+27
*
nir: Support deref instructions in lower_io
Jason Ekstrand
2018-06-22
1
-22
/
+48
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+2
*
compiler: fix typo
Eric Engestrom
2017-11-28
1
-1
/
+1
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-2
/
+2
*
nir: make various getters take const pointers
Grazvydas Ignotas
2017-06-10
1
-1
/
+1
*
nir: Return progress from nir_lower_io().
Matt Turner
2017-03-23
1
-5
/
+14
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
1
-1
/
+1
*
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
2016-12-30
1
-8
/
+8
*
nir: Add a "compact array" flag and IO lowering code.
Kenneth Graunke
2016-11-22
1
-12
/
+32
*
nir: Generalize the "is per-vertex variable?" helpers and export them.
Kenneth Graunke
2016-11-11
1
-18
/
+15
*
nir: stop adjusting driver location for varying packing
Timothy Arceri
2016-10-26
1
-46
/
+2
*
nir: Remove some no longer needed asserts
Jason Ekstrand
2016-10-06
1
-1
/
+0
*
nir: Use the correct infos structure for copying atomic sources
Jason Ekstrand
2016-10-05
1
-1
/
+1
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
1
-6
/
+14
*
nir: Lower interp_var_at_* like a normal load_var for flat inputs.
Kenneth Graunke
2016-07-22
1
-0
/
+4
*
nir: add doubles component packing support
Timothy Arceri
2016-07-21
1
-0
/
+20
*
nir: Add nir_load_interpolated_input lowering code.
Kenneth Graunke
2016-07-20
1
-5
/
+92
*
nir: Add new intrinsics for fragment shader input interpolation.
Kenneth Graunke
2016-07-20
1
-0
/
+1
*
nir: Fix uninitialized use of 'replacement'.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
nir: Use dest.ssa.num_components rather than intrin->num_components.
Kenneth Graunke
2016-07-15
1
-1
/
+1
*
nir: Use nir_intrinsic_set_base in atomic lowering.
Kenneth Graunke
2016-07-15
1
-2
/
+2
*
nir: Split nir_lower_io's input/output/atomic handling into helpers.
Kenneth Graunke
2016-07-15
1
-91
/
+87
*
nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().
Kenneth Graunke
2016-07-15
1
-1
/
+0
*
nir: Share destination rewriting and replacement code in IO lowering.
Kenneth Graunke
2016-07-15
1
-25
/
+19
*
nir: Share get_io_offset handling in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-24
/
+9
*
nir: Make a 'var' temporary in nir_lower_io.
Kenneth Graunke
2016-07-15
1
-16
/
+12
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
1
-2
/
+26
*
nir: add new intrinsic field for storing component offset
Timothy Arceri
2016-07-07
1
-0
/
+8
*
nir: Silence unused parameter warnings
Ian Romanick
2016-05-12
1
-3
/
+2
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir/lower_io: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-4
/
+5
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
nir/lower_io: Add UBOs and SSBOs to get_io_offset_src
Jason Ekstrand
2016-04-14
1
-0
/
+3
*
nir: Add another index to load_uniform to specify the range read
Jason Ekstrand
2016-04-14
1
-0
/
+5
*
nir/lower_io: Allow for a full bitmask of modes
Jason Ekstrand
2016-04-13
1
-6
/
+6
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-2
/
+4
*
nir: Lower shared var atomics during nir_lower_io
Jordan Justen
2016-03-17
1
-2
/
+85
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
1
-7
/
+28
*
nir: use const_index helpers
Rob Clark
2016-02-09
1
-7
/
+5
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+350