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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add matrix_layout to nir_variable data
Timothy Arceri
2020-04-18
1
-0
/
+5
*
nir: Add per_view attribute to nir_variable
Caio Marcelo de Oliveira Filho
2020-04-07
1
-0
/
+6
*
nir: add some swizzle helpers
Rob Clark
2020-04-06
1
-0
/
+20
*
nir/algebraic: Distribute source modifiers into instructions
Ian Romanick
2020-04-01
1
-0
/
+1
*
nir: Add a nir_op_is_vec helper
Jason Ekstrand
2020-03-31
1
-0
/
+16
*
nir: add a bool bitsize lowering pass
Iago Toral Quiroga
2020-03-24
1
-0
/
+1
*
nir: Add pass to combine adjacent scoped memory barriers
Caio Marcelo de Oliveira Filho
2020-03-12
1
-0
/
+11
*
nir: Reorder nir_scopes so wider scope has larger numeric value
Caio Marcelo de Oliveira Filho
2020-03-12
1
-4
/
+4
*
nir: Don't skip a bit in nir_memory_semantics
Caio Marcelo de Oliveira Filho
2020-03-12
1
-2
/
+2
*
nir: Add ability to lower non-const quad broadcasts to const ones.
Timur Kristóf
2020-03-12
1
-0
/
+1
*
nir: add pass to lower discard() to demote()
Daniel Schürmann
2020-03-09
1
-0
/
+2
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
1
-3
/
+0
*
nir, intel: Move use_scoped_memory_barrier to nir_options
Caio Marcelo de Oliveira Filho
2020-02-24
1
-0
/
+5
*
nir: Add the alias NIR_MEMORY_ACQ_REL
Caio Marcelo de Oliveira Filho
2020-02-24
1
-0
/
+1
*
nir: Move intel's intrinsic_image_coordinate_components() to core nir.
Eric Anholt
2020-02-24
1
-0
/
+3
*
nir: Add SSBO->global lowering pass
Alyssa Rosenzweig
2020-02-21
1
-0
/
+1
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-1
/
+1
*
compiler/nir: Add support for variable initialization from a pointer
Arcady Goldmints-Orlov
2020-02-12
1
-0
/
+8
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-3
/
+4
*
compiler: add a new explicit interpolation mode
Samuel Pitoiset
2020-01-29
1
-1
/
+1
*
nir: add two new texture ops for multisample fragment color/mask fetches
Samuel Pitoiset
2020-01-23
1
-0
/
+3
*
nir/algebraic: Add lowering for 64-bit usub_sat
Ian Romanick
2020-01-23
1
-0
/
+17
*
nir/algebraic: Add lowering for 64-bit hadd and rhadd
Ian Romanick
2020-01-23
1
-0
/
+21
*
nir: Drop the ssbo_offset to atomic lowering.
Eric Anholt
2020-01-21
1
-1
/
+1
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
1
-0
/
+1
*
nir/sink,nir/move: move/sink nir_op_mov
Rhys Perry
2020-01-14
1
-0
/
+1
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
1
-1
/
+1
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
1
-0
/
+2
*
st/nir: Optionally unify inputs_read/outputs_written when linking.
Kenneth Graunke
2020-01-03
1
-0
/
+6
*
nir+vtn: vec8+vec16 support
Rob Clark
2019-12-21
1
-2
/
+13
*
nir: add option to lower half packing opcodes
Jonathan Marek
2019-12-16
1
-0
/
+2
*
nir: add some fields to nir_variable_data
Timothy Arceri
2019-12-13
1
-0
/
+28
*
nir: Add a scheduler pass to reduce maximum register pressure.
Eric Anholt
2019-11-25
1
-0
/
+4
*
nir: add a load/store vectorization pass
Rhys Perry
2019-11-25
1
-0
/
+7
*
nir: add nir_num_variable_modes and nir_var_mem_push_const
Rhys Perry
2019-11-25
1
-2
/
+4
*
nir: strip as we serialize to remove the nir_shader_clone call
Marek Olšák
2019-11-21
1
-2
/
+0
*
nir: add 64-bit ufind_msb lowering support. (v2)
Dave Airlie
2019-11-22
1
-0
/
+1
*
nir: add nir_variable::index and nir_index_vars
Rhys Perry
2019-11-20
1
-0
/
+8
*
nir: make nir_variable::{num_members,num_state_slots} a uint16_t
Rhys Perry
2019-11-20
1
-2
/
+2
*
nir: Add a 8-bit bool type
Neil Roberts
2019-11-20
1
-0
/
+1
*
nir: Add a 16-bit bool type
Neil Roberts
2019-11-20
1
-0
/
+1
*
nir: don't use GLenum16 in nir.h
Marek Olšák
2019-11-19
1
-2
/
+1
*
nir: move data.descriptor_set above data.index for better packing
Marek Olšák
2019-11-19
1
-4
/
+4
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-5
/
+6
*
nir: fix packing of nir_variable
Samuel Pitoiset
2019-11-06
1
-2
/
+2
*
nir/serialize: don't expand 16-bit variable state slots to 32 bits
Marek Olšák
2019-11-05
1
-1
/
+1
*
nir: pack the rest of nir_variable::data
Marek Olšák
2019-11-05
1
-33
/
+34
*
nir: pack nir_variable::data::xfb_*
Marek Olšák
2019-11-04
1
-19
/
+23
*
nir: pack nir_variable::data::stream
Marek Olšák
2019-11-04
1
-3
/
+4
*
compiler: make variable::data::binding unsigned
Marek Olšák
2019-11-04
1
-1
/
+1
[next]