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
Commit message (
Expand
)
Author
Age
Files
Lines
*
soft-fp64/fsat: Micro-optimize x >= 1 test
Ian Romanick
2020-03-18
1
-1
/
+19
*
soft-fp64/fsat: Micro-optimize x < 0 test
Ian Romanick
2020-03-18
1
-1
/
+3
*
soft-fp64/fsat: Correctly handle NaN
Ian Romanick
2020-03-18
1
-2
/
+3
*
soft-fp64/flt: Perform checks in a different order
Ian Romanick
2020-03-18
2
-16
/
+67
*
soft-fp64/fneg: Don't treat NaN specially
Ian Romanick
2020-03-18
1
-4
/
+1
*
soft-fp64: Store sign value as 0 or 0x80000000
Ian Romanick
2020-03-18
1
-16
/
+16
*
soft-fp64: Pick a single idiom for treating sign value as a Boolean
Ian Romanick
2020-03-18
1
-10
/
+10
*
soft-fp64: Simplify __countLeadingZeros32 function
Ian Romanick
2020-03-18
1
-3
/
+1
*
soft-fp64: Don't open-code umulExtended
Ian Romanick
2020-03-18
1
-32
/
+8
*
soft-fp64/b2f: Reimplement using bitwise logic ops
Ian Romanick
2020-03-18
1
-1
/
+1
*
nir/algebraic: Simplify a contradiction that can occur in __flt64_nonnan
Ian Romanick
2020-03-18
1
-0
/
+1
*
nir/algebraic: Constant reassociation for bitwise operations too
Ian Romanick
2020-03-18
1
-0
/
+3
*
nir/algebraic: Generalize some and-of-shift-right patterns [v2]
Ian Romanick
2020-03-18
1
-2
/
+19
*
nir/algebraic: optimize ior(ine(a, 0), ine(b, 0)) to ine(ior(a, b), 0)
Ian Romanick
2020-03-18
1
-1
/
+5
*
nir/algebraic: Simplify logic to detect sign of an integer
Ian Romanick
2020-03-18
1
-0
/
+15
*
meson: Avoid duplicate symbols.
Jose Fonseca
2020-03-16
2
-4
/
+13
*
nir/glsl: gather bitmask of images used by program
Tapani Pälli
2020-03-16
2
-0
/
+21
*
glsl: do not crash if string literal is used outside of #include/#line
Danylo Piliaiev
2020-03-13
1
-0
/
+1
*
glsl/tests: Fix waiting for disk_cache_put() to finish.
Eric Anholt
2020-03-12
1
-42
/
+11
*
glsl/tests: Catch mkdir errors to help explain when they happen.
Eric Anholt
2020-03-12
1
-2
/
+14
*
nir: Add pass to combine adjacent scoped memory barriers
Caio Marcelo de Oliveira Filho
2020-03-12
4
-0
/
+95
*
nir: Reorder nir_scopes so wider scope has larger numeric value
Caio Marcelo de Oliveira Filho
2020-03-12
1
-4
/
+4
*
nir: Don't skip a bit in nir_memory_semantics
Caio Marcelo de Oliveira Filho
2020-03-12
1
-2
/
+2
*
nir/algebraic: coalesce fmod lowering
Juan A. Suarez Romero
2020-03-12
1
-2
/
+1
*
nir/lower_double_ops: relax lower mod()
Juan A. Suarez Romero
2020-03-12
1
-9
/
+22
*
nir: Add ability to lower non-const quad broadcasts to const ones.
Timur Kristóf
2020-03-12
2
-1
/
+42
*
glsl/list: use uintptr_t for exec_node_data()'s subtraction
Rhys Perry
2020-03-12
1
-1
/
+1
*
nir/print: show variable precision
Rob Clark
2020-03-10
1
-0
/
+10
*
glsl/opt_minmax: Add support for float16
Neil Roberts
2020-03-09
1
-0
/
+19
*
glsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
Kristian H. Kristensen
2020-03-09
1
-4
/
+5
*
glsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
Hyunjun Ko
2020-03-09
1
-1
/
+1
*
glsl/lower_instructions: Use float16 constants when appropriate
Neil Roberts
2020-03-09
1
-5
/
+31
*
glsl/validate: Allow float16 in the expression tree
Neil Roberts
2020-03-09
1
-27
/
+18
*
glsl: Add type queries for fp16+float and fp16+float+double
Kristian H. Kristensen
2020-03-09
1
-0
/
+16
*
glsl: Handle fp16 unary operations when lowering matrix operations
Hyunjun Ko
2020-03-09
1
-0
/
+3
*
glsl: Add ir_unop_f2fmp
Neil Roberts
2020-03-09
4
-0
/
+8
*
glsl: Add b2f16 and f162b conversion operations
Neil Roberts
2020-03-09
4
-0
/
+17
*
glsl: Add IR conversion ops for 16-bit float types
Neil Roberts
2020-03-09
4
-0
/
+22
*
glsl: Expand fp16 to float before constant expression evaluation
Kristian H. Kristensen
2020-03-09
1
-0
/
+26
*
glsl: Implement constant propagation for fp16
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add fp16 case for ir_triop_lrp optimization
Kristian H. Kristensen
2020-03-09
1
-0
/
+3
*
glsl: Add support for float16 types in the IR tree
Neil Roberts
2020-03-09
5
-12
/
+86
*
glsl: Add ir_constant constructor for fp16
Kristian H. Kristensen
2020-03-09
2
-0
/
+15
*
nir: add pass to lower discard() to demote()
Daniel Schürmann
2020-03-09
4
-0
/
+73
*
nir: gather info whether a shader uses demote_to_helper
Daniel Schürmann
2020-03-09
2
-0
/
+4
*
nir: fix compilation warning on glsl_get_internal_ifc_packing
Tapani Pälli
2020-03-09
2
-2
/
+2
*
glsl: add subroutine support to nir linker
Timothy Arceri
2020-03-06
1
-1
/
+99
*
glsl: dont try to assign uniform storage for uniform blocks
Timothy Arceri
2020-03-06
1
-2
/
+4
*
glsl: add support for builtins to the nir uniform linker
Timothy Arceri
2020-03-06
1
-2
/
+11
*
glsl: set ShaderStorageBlocksWriteAccess in the nir linker
Timothy Arceri
2020-03-06
1
-6
/
+32
[next]