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 a face_sysval argument to nir_lower_two_sided_color
Icecream95
2020-07-17
1
-1
/
+1
*
nir/lower_subgroups: add lower_shuffle_to_swizzle_amd
Rhys Perry
2020-07-13
1
-0
/
+1
*
nir: add lowering pass for fragcolor -> fragdata
Mike Blumenkrantz
2020-07-08
1
-0
/
+1
*
nir: add vec2_index_32bit_offset address format
Connor Abbott
2020-07-06
1
-12
/
+20
*
nir: add lowering pass for clip plane enabling
Mike Blumenkrantz
2020-07-03
1
-0
/
+1
*
nir/scheduler: Add an option to specify what stages share memory for I/O
Neil Roberts
2020-06-22
1
-1
/
+14
*
nir: Add a nir_shader_preserve_all_metadata helper
Jason Ekstrand
2020-06-11
1
-0
/
+2
*
nir: Add a nir_metadata_all enum value
Jason Ekstrand
2020-06-11
1
-0
/
+9
*
nir: get_base_type() should return enum type
Rob Clark
2020-06-03
1
-2
/
+2
*
nir: Replace the scoped_memory barrier by a scoped_barrier
Boris Brezillon
2020-06-03
1
-3
/
+10
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+2
*
nir: add options::vectorize_vec2_16bit to limit vectorization to vec2 16
Marek Olšák
2020-06-02
1
-0
/
+5
*
nir: replace fnv1a hash function with xxhash
Dmitriy Nester
2020-05-25
1
-0
/
+2
*
nir: Add const to nir_intrinsic_src_components
Jason Ekstrand
2020-05-19
1
-1
/
+1
*
nir: Add a new helper for iterating phi sources leaving a block
Jason Ekstrand
2020-05-19
1
-0
/
+3
*
nir: Add documentation for each jump instruction type
Jason Ekstrand
2020-05-19
1
-0
/
+18
*
nir: Use 8-bit types for most info fields
Jason Ekstrand
2020-05-15
1
-10
/
+10
*
nir: add pass to lower disjoint wrmask's
Rob Clark
2020-05-13
1
-0
/
+2
*
nir: add helper to copy const_index[]
Rob Clark
2020-05-13
1
-0
/
+27
*
nir: Add some docs to the metadata types
Jason Ekstrand
2020-05-14
1
-0
/
+51
*
nir: Make "divergent" a property of an SSA value
Jason Ekstrand
2020-05-13
1
-1
/
+21
*
nir: do not vectorize load/store if offset can overflow and robustness enabled
Samuel Pitoiset
2020-05-11
1
-1
/
+2
*
nir/algebraic: Split ibfe and ubfe with two constant sources
Ian Romanick
2020-05-07
1
-0
/
+3
*
nir: Add new linking helper to set linked driver locations.
Timur Kristóf
2020-04-29
1
-0
/
+9
*
nir: add pack_32_2x16_split/unpack_32_2x16_split lowering
Jonathan Marek
2020-04-27
1
-2
/
+2
*
nir: Move nir_lower_mediump_outputs from ir3
Alyssa Rosenzweig
2020-04-27
1
-0
/
+2
*
nir: Add umad24 and umul24 opcodes
Gert Wollny
2020-04-23
1
-0
/
+8
*
nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bit
Rhys Perry
2020-04-23
1
-0
/
+6
*
nir: add nir_tex_instr_need_sampler helper
Alejandro Piñeiro
2020-04-22
1
-0
/
+24
*
nir/dominance: Better handle unreachable blocks
Jason Ekstrand
2020-04-20
1
-1
/
+8
*
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
[next]