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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add pass to lower disjoint wrmask's
Rob Clark
2020-05-13
3
-0
/
+235
*
nir: add helper to copy const_index[]
Rob Clark
2020-05-13
1
-0
/
+27
*
nir: fix indices for ir3 ssbo_atomic intrinsics
Rob Clark
2020-05-13
1
-10
/
+10
*
freedreno/ir3: Drop wrmask for ir3 local and global store intrinsics
Kristian H. Kristensen
2020-05-13
1
-2
/
+2
*
nir: Add some docs to the metadata types
Jason Ekstrand
2020-05-14
1
-0
/
+51
*
nir: Include num_ubos in the printed shader (if nonzero).
Eric Anholt
2020-05-14
1
-0
/
+2
*
nir: reset ssa-defs as non-divergent during divergence analysis instead of up...
Daniel Schürmann
2020-05-13
1
-21
/
+36
*
nir: simplify phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-113
/
+116
*
nir: rework phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-173
/
+214
*
nir: refactor divergence analysis state
Daniel Schürmann
2020-05-13
1
-35
/
+37
*
nir: add nir_intrinsic_elect to divergence analysis
Daniel Schürmann
2020-05-13
1
-0
/
+1
*
nir: Make "divergent" a property of an SSA value
Jason Ekstrand
2020-05-13
3
-64
/
+94
*
turnip: Execute ir3_nir_lower_gs pass again
Brian Ho
2020-05-12
1
-2
/
+5
*
nir: Fix count when we didn't lower load_uniforms but did shift load_ubos.
Eric Anholt
2020-05-12
1
-1
/
+1
*
nir/algebraic: Eliminate useless extract before unpack
Ian Romanick
2020-05-11
1
-0
/
+5
*
nir/algebraic: Add some half packing optimizations for pack_half_2x16_split
Ian Romanick
2020-05-11
1
-0
/
+7
*
nir/algebraic: Optimize ushr of pack_half, not ishr
Ian Romanick
2020-05-11
1
-1
/
+1
*
nir: do not vectorize load/store if offset can overflow and robustness enabled
Samuel Pitoiset
2020-05-11
3
-5
/
+44
*
nir/algebraic: Optimize some bfe patterns
Ian Romanick
2020-05-07
1
-0
/
+18
*
nir/algebraic: Split ibfe and ubfe with two constant sources
Ian Romanick
2020-05-07
2
-0
/
+35
*
nir/algebraic: Recognize open-coded byte or word extract from bfe
Ian Romanick
2020-05-07
1
-7
/
+21
*
nir: make fsat return 0.0 with NaN instead of passing it through
Rhys Perry
2020-05-07
2
-5
/
+14
*
nir: add missing group_memory_barrier handling
Rhys Perry
2020-05-05
2
-0
/
+2
*
nir: Always create UBO variable when lowering uniforms to ubo
Louis-Francis Ratté-Boulianne
2020-05-05
1
-2
/
+27
*
compiler/nir: move tan-calculation to helper
Erik Faye-Lund
2020-05-04
1
-0
/
+6
*
intel/fs: Add and use a new load_simd_width_intel intrinsic
Caio Marcelo de Oliveira Filho
2020-05-01
1
-0
/
+3
*
nir: Add new linking helper to set linked driver locations.
Timur Kristóf
2020-04-29
2
-0
/
+108
*
nir/combine_stores: Handle volatile
Jason Ekstrand
2020-04-28
2
-1
/
+66
*
nir/dead_write_vars: Handle volatile
Jason Ekstrand
2020-04-28
2
-0
/
+61
*
nir/copy_prop_vars: Report progress when deleting self-copies
Jason Ekstrand
2020-04-28
2
-0
/
+138
*
nir/copy_prop_vars: Handle volatile better
Jason Ekstrand
2020-04-28
1
-16
/
+18
*
nir/algebraic: Require operands to iand be 32-bit
Ian Romanick
2020-04-28
1
-4
/
+4
*
nir: add pack_32_2x16_split/unpack_32_2x16_split lowering
Jonathan Marek
2020-04-27
2
-5
/
+17
*
nir: Move nir_lower_mediump_outputs from ir3
Alyssa Rosenzweig
2020-04-27
3
-0
/
+80
*
nir/algebraic: Detect some kinds of malformed variable names
Ian Romanick
2020-04-27
1
-2
/
+6
*
nir/lower_subgroups: Mask off unused bits in ballot ops
Jason Ekstrand
2020-04-24
1
-0
/
+26
*
nir/opt_deref: Remove certain sampler type casts
Jason Ekstrand
2020-04-24
1
-0
/
+77
*
nir/lower_clip: Fix picking of unused driver locations.
Eric Anholt
2020-04-23
1
-38
/
+17
*
nir/lower_two_sided_color: Fix picking of new driver location.
Eric Anholt
2020-04-23
1
-15
/
+4
*
nir: Add umad24 and umul24 opcodes
Gert Wollny
2020-04-23
4
-16
/
+23
*
nir: Add r600 specific intrinsics for tesselation shader IO
Gert Wollny
2020-04-23
1
-0
/
+12
*
nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bit
Rhys Perry
2020-04-23
2
-12
/
+23
*
nir/lower_bit_size: fix lowering of {imul,umul}_high
Rhys Perry
2020-04-23
1
-2
/
+12
*
nir/lower_bit_size: fix lowering of shifts
Rhys Perry
2020-04-23
1
-4
/
+9
*
nir: Actually do load/store vectorization beyond vec2
Kenneth Graunke
2020-04-22
1
-1
/
+2
*
nir: add nir_tex_instr_need_sampler helper
Alejandro Piñeiro
2020-04-22
1
-0
/
+24
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+0
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
2
-8
/
+1
*
nir: convert_ycbcr: preserve alpha channel
Jonathan Marek
2020-04-20
1
-2
/
+2
*
nir: add common convert_ycbcr for vulkan csc
Jonathan Marek
2020-04-20
3
-0
/
+156
[next]