index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 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
*
nir/linking: fix issue with two compact variables in a row. (v2)
Dave Airlie
2020-04-20
1
-0
/
+8
*
nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
Samuel Pitoiset
2020-04-20
1
-0
/
+4
*
nir/lower_int64: lower imin3/imax3/umin3/umax3/imed3/umed3
Samuel Pitoiset
2020-04-20
1
-0
/
+18
*
nir/gcm: dont move movs unless we can replace them later with their src
Timothy Arceri
2020-04-20
1
-0
/
+67
*
nir/gcm: be more conservative about moving instructions from loops
Timothy Arceri
2020-04-20
1
-1
/
+15
*
nir/gcm: allow derivative dependent intrinisics to be moved earlier
Timothy Arceri
2020-04-20
1
-7
/
+14
*
nir/gcm: Prefer the instruction's original block
Jason Ekstrand
2020-04-20
1
-0
/
+2
*
nir/gcm: Delete dead instructions
Jason Ekstrand
2020-04-20
1
-3
/
+26
*
nir/gcm: Add a real concept of "progress"
Jason Ekstrand
2020-04-20
1
-4
/
+11
*
nir/gcm: Move block choosing into a helper function
Jason Ekstrand
2020-04-20
1
-11
/
+21
*
nir/gcm: Use an array for storing the early block
Jason Ekstrand
2020-04-20
1
-12
/
+40
*
nir/gcm: Loop over blocks in pin_instructions
Jason Ekstrand
2020-04-20
1
-63
/
+58
*
nir/dominance: Better handle unreachable blocks
Jason Ekstrand
2020-04-20
2
-8
/
+38
*
nir: Lower returns correctly inside nested loops
Arcady Goldmints-Orlov
2020-04-19
1
-1
/
+1
*
nir: add matrix_layout to nir_variable data
Timothy Arceri
2020-04-18
1
-0
/
+5
*
spirv,nir: Move the SPIR-V vector insert code to NIR
Jason Ekstrand
2020-04-17
1
-0
/
+55
*
nir/builder: Handle any bit-size selector in nir_extract
Jason Ekstrand
2020-04-17
1
-2
/
+2
*
nir: Add some sanity assertions in opt_large_constants
Jason Ekstrand
2020-04-16
1
-0
/
+2
*
nir: Add an alignment to nir_intrinsic_load_constant
Jason Ekstrand
2020-04-16
3
-2
/
+7
*
ir3: Fix LDC offset units
Connor Abbott
2020-04-15
1
-0
/
+6
*
ir3: Plumb through bindless support
Connor Abbott
2020-04-09
1
-0
/
+6
*
nir: make opt_if_loop_terminator() less strict
Timothy Arceri
2020-04-08
1
-1
/
+1
*
nir: Add per_view attribute to nir_variable
Caio Marcelo de Oliveira Filho
2020-04-07
7
-8
/
+42
*
nir/lower_amul: fix slot calculation
Rob Clark
2020-04-06
1
-10
/
+27
*
nir: add some swizzle helpers
Rob Clark
2020-04-06
1
-0
/
+20
*
nir: Assert memory loads are aligned
Jason Ekstrand
2020-04-06
1
-9
/
+23
*
nir: fix wrong assignment to buffer in xfb_varyings_info
Hyunjun Ko
2020-04-06
1
-5
/
+5
*
nir: fix definition of imadsh_mix16 for vectors
Rob Clark
2020-04-04
1
-3
/
+3
*
nir: fix unpack_64_4x16 in lower_alu_to_scalar()
Daniel Schürmann
2020-04-03
1
-0
/
+1
*
nir/load_store_vectorize: Add support for nir_var_mem_global
Jason Ekstrand
2020-04-03
1
-4
/
+53
*
nir/load_store_vectorize: Use nir_iadd_imm for offsets
Jason Ekstrand
2020-04-03
1
-1
/
+1
*
nir/load_store_vectorize: Fix shared atomic info
Jason Ekstrand
2020-04-03
1
-14
/
+14
[next]