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/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
*
nir: fix packing of TCS varyings not read by the TES
Timothy Arceri
2020-03-27
1
-4
/
+68
*
glsl: fix varying packing for 64bit integers
Timothy Arceri
2020-03-27
1
-1
/
+1
*
glsl: set error_emitted true if type not ok for assignment
Tapani Pälli
2020-03-26
1
-2
/
+5
*
vtn/opencl: add rint-support
Boris Brezillon
2020-03-26
1
-0
/
+2
*
vtn/opencl: add native exp2/log2-support
Erik Faye-Lund
2020-03-26
1
-0
/
+4
*
vtn/opencl: add native exp10/log10-support
Erik Faye-Lund
2020-03-26
1
-0
/
+6
*
vtn/opencl: add native exp/log-support
Erik Faye-Lund
2020-03-26
1
-0
/
+6
*
compiler/nir: move build_log helper into builtin-builder
Erik Faye-Lund
2020-03-26
2
-16
/
+13
*
compiler/nir: move build_exp helper into builtin-builder
Erik Faye-Lund
2020-03-26
2
-18
/
+15
*
vtn/opencl: fully enable OpenCLstd_Clz
Erik Faye-Lund
2020-03-26
1
-0
/
+1
*
nir: add and gather shader_info::writes_memory
Marek Olšák
2020-03-26
2
-0
/
+97
*
nir: update uses_demote flag in discard_to_demote pass
Pierre-Eric Pelloux-Prayer
2020-03-25
1
-0
/
+2
*
glsl/lower_precision: Lower builtins depending on arguments
Neil Roberts
2020-03-24
1
-2
/
+105
*
glsl: Inline builtins in a separate pass
Neil Roberts
2020-03-24
6
-5
/
+68
*
nir: add a bool bitsize lowering pass
Iago Toral Quiroga
2020-03-24
4
-0
/
+434
*
glsl: Add unit tests for the lower_precision pass
Neil Roberts
2020-03-24
2
-0
/
+400
*
glsl/standalone: Add an option to lower the precision
Neil Roberts
2020-03-24
3
-0
/
+10
*
glsl: Add an IR lowering pass to convert mediump operations to 16-bit
Neil Roberts
2020-03-24
6
-0
/
+630
*
glsl/hierarchical_visitor: Call leave_callback on leaf nodes
Neil Roberts
2020-03-24
2
-12
/
+20
*
glsl: Add a method to get precision from a deref instruction
Neil Roberts
2020-03-24
1
-0
/
+28
[next]