index
:
~ab/mesa
9.0-staging
automake-gallium4
automake-gallium5
automake-gallium7
automake-gallium8
build-fixes
docs-cleanup
glsl_arb_gpu_shader_fp64
glsl_arb_gpu_shader_fp64_v2
hw_gl_select2
iframe-layout
remove-api_defines
Andreas' mesa work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
XXX glsl: Handle result type int
glsl_arb_gpu_shader_fp64
Andreas Boll
1
-2
/
+8
2017-05-30
st_glsl_to_tgsi: replace variables tracking list with a hash table
Dave Airlie
1
-13
/
+31
2017-05-30
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
1
-26
/
+25
2017-05-30
st_glsl_to_tgsi: track range for writes in a if/else/endif blocks.
Dave Airlie
1
-14
/
+108
2017-05-30
st_tgsi_to_glsl: bump index back up to 32-bit
Dave Airlie
1
-2
/
+2
2017-05-30
glsl: Use int instead of uint for roundBits
Elie Tournier
2
-604
/
+620
2017-05-30
glsl: fix fp64_to_fp32 zero conversion
Elie Tournier
2
-2
/
+2
2017-05-30
st/mesa: enable optional i2d lowering
Elie Tournier
1
-1
/
+2
2017-05-30
glsl: Add a lowering pass for 64-bit float i2d()
Elie Tournier
2
-0
/
+9
2017-05-30
glsl: Add "built-in" function to do int_to_double(int)
Elie Tournier
5
-0
/
+362
2017-05-30
st/mesa: enable optional d2i lowering
Elie Tournier
1
-1
/
+2
2017-05-30
glsl: Add a lowering pass for 64-bit float d2i()
Elie Tournier
2
-0
/
+9
2017-05-30
glsl: Add "built-in" function to do float64_to_int(fp64)
Elie Tournier
4
-3
/
+437
2017-05-30
glsl: Fix conversion
Elie Tournier
2
-2049
/
+2096
2017-05-30
glsl: Fix d2f
Elie Tournier
2
-245
/
+258
2017-05-12
XXX glsl: Handle result type float
Andreas Boll
1
-2
/
+4
2017-05-12
XXX Add debug printf for result type
Andreas Boll
1
-0
/
+2
2017-05-11
glsl: Fix mul
Elie Tournier
2
-3724
/
+3832
2017-05-11
glsl: Fix .y .x
Elie Tournier
2
-12354
/
+12404
2017-05-11
glsl: store Exp inside int instead of uint
Elie Tournier
2
-12944
/
+12808
2017-05-11
XXX print unhandled ops
Andreas Boll
1
-0
/
+2
2017-04-25
float64: swap .x and .y
Elie Tournier
2
-910
/
+910
2017-04-25
XXX glsl: improve printf
Andreas Boll
1
-2
/
+8
2017-04-07
XXX st/mesa: always enable double lowering
Andreas Boll
1
-2
/
+2
2017-04-07
XXX enable equal and less lowering
Andreas Boll
1
-4
/
+5
2017-04-07
XXX handle boolean operations
Andreas Boll
1
-4
/
+12
2017-04-07
XXX ir_binop_lequal is a boolean operation
Andreas Boll
1
-1
/
+2
2017-04-07
XXX use ir_unop_{un,}pack_double_2x32 for type doubles
Andreas Boll
1
-4
/
+6
2017-04-07
XXX add some debug printf
Andreas Boll
1
-1
/
+16
2017-04-07
XXX fix logic
Andreas Boll
1
-1
/
+1
2017-04-07
XXX st/mesa: enable optional double lowering
Andreas Boll
2
-2
/
+20
2017-04-06
glsl: Add a lowering pass for 64-bit float d2f()
Elie Tournier
2
-0
/
+9
2017-04-06
glsl: Add a lowering pass for 64-bit float f2d()
Elie Tournier
2
-0
/
+9
2017-04-06
glsl: Add a lowering pass for 64-bit float div()
Elie Tournier
1
-1
/
+3
2017-04-06
glsl: Add a lowering pass for 64-bit float mul()
Elie Tournier
1
-1
/
+5
2017-04-06
glsl: Add a lowering pass for 64-bit float add()
Elie Tournier
2
-0
/
+10
2017-04-06
glsl: Add a lowering pass for 64-bit float less()
Elie Tournier
2
-0
/
+10
2017-04-06
glsl: Add a lowering pass for 64-bit float lequal()
Elie Tournier
2
-0
/
+10
2017-04-06
glsl: Add a lowering pass for 64-bit float equal()
Elie Tournier
2
-0
/
+10
2017-04-06
glsl: Add a lowering pass for 64-bit float neg()
Elie Tournier
2
-0
/
+10
2017-04-06
glsl: Add a lowering pass for 64-bit float abs()
Elie Tournier
3
-8
/
+30
2017-03-29
glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
Elie Tournier
5
-0
/
+722
2017-03-29
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
Elie Tournier
5
-0
/
+559
2017-03-29
glsl: Add "built-in" functions to do div(fp64,fp64)
Elie Tournier
5
-0
/
+3296
2017-03-29
glsl: Add "built-in" functions to do mul(fp64,fp64)
Elie Tournier
5
-0
/
+2653
2017-03-29
glsl: Add "built-in" functions to do add(fp64,fp64)
Elie Tournier
5
-0
/
+17444
2017-03-28
glsl: Add "built-in" functions to do lt(fp64,fp64)
Elie Tournier
5
-0
/
+212
2017-03-28
glsl: Add "built-in" functions to do le(fp64,fp64)
Elie Tournier
5
-0
/
+237
2017-03-28
glsl: Add "built-in" functions to do eq(fp64,fp64)
Elie Tournier
5
-0
/
+167
2017-03-28
glsl: Add "built-in" functions to do neg(fp64)
Elie Tournier
5
-0
/
+103
[next]