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
/
glsl
/
float64.glsl
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
1
-16
/
+56
*
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
*
glsl: Fix software 64-bit integer to 32-bit float conversions.
Francisco Jerez
2020-01-10
1
-22
/
+14
*
glsl: Fix round64 conversion function
Sagar Ghuge
2019-06-25
1
-9
/
+12
*
compiler: Add lowering support for 64-bit saturate operations to software
Anuj Phogat
2019-05-15
1
-0
/
+12
*
glsl: Add "built-in" functions to do fp32_to_int64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+31
*
glsl: Add "built-in" functions to do fp32_to_uint64(fp32)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add "built-in" functions to do fp64_to_int64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+29
*
glsl: Add utility function to round and pack int64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+36
*
glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
Sagar Ghuge
2019-01-09
1
-0
/
+27
*
glsl: Add utility function to round and pack uint64_t value
Sagar Ghuge
2019-01-09
1
-0
/
+32
*
glsl: Add "built-in" functions to do int64_to_fp32(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do int64_to_fp64(int64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)
Sagar Ghuge
2019-01-09
1
-0
/
+18
*
glsl: Add "built-in" functions to convert bool to double
Matt Turner
2019-01-09
1
-0
/
+12
*
glsl: Add "built-in" functions to do ffract(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" function to do ffloor(fp64)
Matt Turner
2019-01-09
1
-0
/
+13
*
glsl: Add "built-in" functions to do fmin/fmax(fp64)
Matt Turner
2019-01-09
1
-0
/
+20
*
glsl: Add "built-in" functions to do ffma(fp64)
Matt Turner
2019-01-09
1
-0
/
+6
*
glsl: Add "built-in" functions to do round(fp64)
Elie Tournier
2019-01-09
1
-0
/
+42
*
glsl: Add "built-in" functions to do trunc(fp64)
Elie Tournier
2019-01-09
1
-0
/
+22
*
glsl: Add "built-in" functions to do sqrt(fp64)
Elie Tournier
2019-01-09
1
-0
/
+272
*
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
Elie Tournier
2019-01-09
1
-0
/
+38
*
glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
Elie Tournier
2019-01-09
1
-0
/
+101
*
glsl: Add "built-in" functions to do int_to_fp64(int)
Elie Tournier
2019-01-09
1
-0
/
+23
*
glsl: Add "built-in" functions to do fp64_to_int(fp64)
Elie Tournier
2019-01-09
1
-0
/
+41
*
glsl: Add "built-in" functions to do uint_to_fp64(uint)
Elie Tournier
2019-01-09
1
-0
/
+22
[next]