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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix wrong assignment to buffer in xfb_varyings_info
Hyunjun Ko
2020-04-06
1
-5
/
+5
*
Revert "spirv: Rewrite CFG construction"
Jason Ekstrand
2020-04-04
2
-503
/
+294
*
glsl: don't limit fp16 lowering to frag
Rob Clark
2020-04-04
1
-1
/
+1
*
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
*
spirv: Rewrite CFG construction
Jason Ekstrand
2020-04-03
2
-294
/
+503
*
spirv: Add a parent field to vtn_cf_node
Jason Ekstrand
2020-04-03
2
-10
/
+21
*
spirv: Make vtn_function a vtn_cf_node
Jason Ekstrand
2020-04-03
3
-6
/
+11
*
spirv: Make vtn_case a vtn_cf_node
Jason Ekstrand
2020-04-03
2
-8
/
+15
*
spirv: Add cast and loop helpers for vtn_cf_node
Jason Ekstrand
2020-04-03
2
-5
/
+21
*
spirv: Add a vtn_block() helper
Jason Ekstrand
2020-04-03
1
-20
/
+16
*
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
*
glsl/lower_precision: Use vector.back() instead of vector.end()[-1]
Neil Roberts
2020-04-03
1
-13
/
+13
*
nir/from_ssa: Only chain movs when a src is also a dest
Jason Ekstrand
2020-04-02
1
-5
/
+7
*
glsl_to_nir: remove dead code
Timothy Arceri
2020-04-02
1
-142
/
+11
*
nir: place aligned members after bitfields in shader_info.tess
Mark Janes
2020-04-01
1
-4
/
+4
*
nir: check shader type before writing to shaderinfo.tess union
Mark Janes
2020-04-01
1
-2
/
+2
*
Revert "spirv: Implement OpCopyObject and OpCopyLogical as blind copies"
Jason Ekstrand
2020-04-01
1
-23
/
+3
*
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
*
spirv: Implement OpCopyObject and OpCopyLogical as blind copies
Jason Ekstrand
2020-03-31
1
-3
/
+23
*
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
*
nir: Copy propagate through vec8s and vec16s
Jason Ekstrand
2020-03-31
1
-3
/
+2
*
nir: Add a nir_op_is_vec helper
Jason Ekstrand
2020-03-31
1
-0
/
+16
*
nir/algebraic: Add downcast-of-pack opts
Jason Ekstrand
2020-03-31
1
-0
/
+9
*
nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64
Jason Ekstrand
2020-03-31
1
-0
/
+8
*
nir/opt_loop_unroll: Fix has_nested_loop handling
Jason Ekstrand
2020-03-30
1
-1
/
+1
*
glsl: fix race in instance getters
Rhys Perry
2020-03-30
1
-5
/
+15
*
nir: Set UBO alignments in lower_uniforms_to_ubo
Jason Ekstrand
2020-03-30
1
-0
/
+2
*
nir: Validate that memory load/store ops work on whole bytes
Jason Ekstrand
2020-03-30
1
-0
/
+27
*
nir: Insert b2b1s around booleans in nir_lower_to
Jason Ekstrand
2020-03-30
1
-0
/
+15
*
nir: Use b2b opcodes for shared and constant memory
Jason Ekstrand
2020-03-30
3
-17
/
+24
*
nir: Add b2b opcodes
Jason Ekstrand
2020-03-30
5
-2
/
+22
*
nir/algebraic: add fexp2(fmul(flog2(a), 0.5) -> fsqrt(a) optimization
Samuel Pitoiset
2020-03-30
1
-0
/
+1
*
nir: Collect if shader uses cross-invocation or indirect I/O.
Timur Kristóf
2020-03-30
2
-13
/
+110
*
nir: Fix breakage of foreach_list_typed_safe assumptions in loop unrolling
Danylo Piliaiev
2020-03-30
1
-12
/
+70
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
5
-21
/
+21
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
15
-16
/
+14
[next]