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: 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
*
nir: Add scoped_memory_barrier intrinsic
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+36
*
nir: improve nir_variable packing
Timothy Arceri
2019-10-24
1
-1
/
+3
*
nir: fix nir_variable_data packing
Timothy Arceri
2019-10-24
1
-8
/
+8
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+13
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
1
-0
/
+10
*
nir/search: fix the PoT helpers
Rob Clark
2019-10-18
1
-1
/
+1
*
nir: Add new texop nir_texop_tex_prefetch
Eduardo Lima Mitev
2019-10-18
1
-0
/
+1
*
freedreno/ir3: Implement lowering passes for VS and GS
Kristian H. Kristensen
2019-10-17
1
-0
/
+4
*
nir: support feeding state to nir_lower_clip_[vg]s
Erik Faye-Lund
2019-10-17
1
-2
/
+4
*
nir: support lowering clipdist to arrays
Erik Faye-Lund
2019-10-17
1
-3
/
+7
*
nir: add lowering-pass for point-size mov
Erik Faye-Lund
2019-10-17
1
-0
/
+3
[next]