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
*
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
*
nir/gather_info: fix per-vertex handling in try_mask_partial_io
Rhys Perry
2020-03-24
1
-3
/
+7
*
glsl: Restore the IsES flag on the shader when reading from cache.
Eric Anholt
2020-03-22
1
-0
/
+2
*
nir/gather_info: handle emit_vertex_with_counter
Rhys Perry
2020-03-19
1
-0
/
+1
*
nir: fix clip/cull_distance_array_size in nir_lower_clip_cull_distance_arrays
Marek Olšák
2020-03-19
1
-1
/
+10
*
soft-fp64: Split a block that was missing a cast on a comparison
Ian Romanick
2020-03-18
1
-13
/
+15
*
soft-fp64/fadd: Common code optimization for differing sign case
Ian Romanick
2020-03-18
1
-21
/
+11
*
soft-fp64/fadd: Move common code out of both branches of an if-statement
Ian Romanick
2020-03-18
1
-22
/
+11
*
soft-fp64/fadd: Use absolute value of expDiff
Ian Romanick
2020-03-18
1
-3
/
+4
*
soft-fp64/fadd: Rename aFrac and bFrac variables
Ian Romanick
2020-03-18
1
-6
/
+21
*
soft-fp64/fadd: Combine an if-statement into the preceeding else-clause
Ian Romanick
2020-03-18
1
-4
/
+2
*
soft-fp64/fadd: Reformat after previous commit
Ian Romanick
2020-03-18
1
-19
/
+21
*
soft-fp64/fadd: Delete a redundant condition check
Ian Romanick
2020-03-18
1
-1
/
+1
*
soft-fp64/fadd: Just let the subtraction happen when the result will be zero
Ian Romanick
2020-03-18
1
-4
/
+5
*
soft-fp64/fadd: Pick zero or non-zero result based on subtraction result
Ian Romanick
2020-03-18
1
-6
/
+1
*
soft-fp64/fadd: Massively split the live range of zFrac0 and zFrac1
Ian Romanick
2020-03-18
1
-3
/
+12
*
soft-fp64/fadd: Instead of tracking "b < a", track sign of the difference
Ian Romanick
2020-03-18
1
-5
/
+5
*
soft-fp64: Optimize __fmin64 and __fmax64 by using different evaluation order...
Ian Romanick
2020-03-18
1
-8
/
+16
*
soft-fp64/ffloor: Simplify the >= 0 comparison
Ian Romanick
2020-03-18
1
-1
/
+13
*
soft-fp64: Relax the way NaN is propagated
Ian Romanick
2020-03-18
1
-2
/
+19
*
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
[next]