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: 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
*
nir/from_ssa: Only chain movs when a src is also a dest
Jason Ekstrand
2020-04-02
1
-5
/
+7
*
nir: check shader type before writing to shaderinfo.tess union
Mark Janes
2020-04-01
1
-2
/
+2
*
nir/algebraic: Remove a redundant fabs pattern
Ian Romanick
2020-04-01
1
-1
/
+0
*
nir/algebraic: Use value range analysis to convert fmax to fsat
Ian Romanick
2020-04-01
1
-0
/
+10
*
nir/algebraic: Distribute source modifiers into instructions
Ian Romanick
2020-04-01
2
-0
/
+36
*
nir/algebraic: Change the default cursor location when replacing a unary op
Ian Romanick
2020-04-01
1
-1
/
+35
*
nir: fix crash in varying packing on interface mismatch
Timothy Arceri
2020-03-31
1
-2
/
+22
*
nir: Handle vec8/16 in nir_shrink_array_vars
Jason Ekstrand
2020-03-31
1
-3
/
+1
*
nir: Handle vec8/16 in opt_undef_vecN
Jason Ekstrand
2020-03-31
1
-4
/
+1
*
nir: Treat vec8/16 as select in opt_peephole_select
Jason Ekstrand
2020-03-31
1
-0
/
+2
*
nir: Handle vec8/16 in opt_split_alu_of_phi
Jason Ekstrand
2020-03-31
1
-4
/
+1
*
nir: Handle vec8/16 in lower_regs_to_ssa
Jason Ekstrand
2020-03-31
1
-7
/
+1
*
nir: Handle vec8/16 in lower_phis_to_scalar
Jason Ekstrand
2020-03-31
1
-10
/
+2
*
nir: Handle vec8/16 in gather_ssa_types
Jason Ekstrand
2020-03-31
1
-0
/
+2
*
nir: Handle vec8/16 in bool_to_bitsize
Jason Ekstrand
2020-03-31
1
-0
/
+4
[next]