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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
st/mesa: disallow deferred flush if there are multiple contexts
Pierre-Eric Pelloux-Prayer
2020-03-18
1
-1
/
+2
*
anv: Use isl_drm_modifier_get_default_aux_state()
Chad Versace
2020-03-18
1
-18
/
+21
*
intel/isl: Don't align linear images to 64K on Gen12+
Jason Ekstrand
2020-03-18
1
-3
/
+12
*
radv: fix random depth range unrestricted failures due to a cache issue
Samuel Pitoiset
2020-03-18
1
-2
/
+6
*
turnip: Do gathering xfb info after nir_remove_dead_variables
Hyunjun Ko
2020-03-18
1
-3
/
+5
*
turnip: Fix wrong assignment of xfb output's offset.
Hyunjun Ko
2020-03-18
1
-1
/
+1
*
intel/decoder: don't consider header fields past dword0
Lionel Landwerlin
2020-03-18
1
-2
/
+4
*
lima: decode depth/stencil write bits in RSW
Vasily Khoruzhick
2020-03-18
1
-2
/
+10
*
lima: implement zsbuf reload
Icenowy Zheng
2020-03-18
7
-38
/
+84
*
lima: disable Z16 format
Vasily Khoruzhick
2020-03-18
2
-3
/
+0
*
gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.
Eric Anholt
2020-03-17
1
-52
/
+2
*
amd/llvm: Fix divergent descriptor regressions with radeonsi.
Bas Nieuwenhuizen
2020-03-17
1
-11
/
+13
*
gallium: fix build with latest meson and gcc10
Dave Airlie
2020-03-17
1
-1
/
+1
*
ac: don't set old denormals flags with LLVM >= 11
Marek Olšák
2020-03-17
1
-1
/
+2
*
ac: set new LLVM denormal flags
Marek Olšák
2020-03-17
1
-0
/
+9
*
ac: unify denorm setting enforcement
Marek Olšák
2020-03-17
3
-32
/
+14
*
gallium/u_vbuf: simplify the first if statement in u_vbuf_upload_buffers
Marek Olšák
2020-03-17
1
-6
/
+8
*
gallium/u_threaded: don't sync the thread for all unsychronized mappings
Marek Olšák
2020-03-17
1
-0
/
+3
*
freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2020-03-17
2
-155
/
+10
*
ci: Enable testing GLES2-3 on a530 (Dragonboard 820c).
Eric Anholt
2020-03-17
7
-8
/
+2636
*
ci: Enable ccaching of CMake builds as well.
Eric Anholt
2020-03-17
1
-0
/
+5
[next]