index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-13
glsl: dfloor_to_arith WIP
fp64_floor
Tapani Pälli
3
-1
/
+130
2014-12-31
glsl: do DSQRT_TO_FSQRT only for doubles
Tapani Pälli
1
-1
/
+1
2014-12-31
topin fiksi, fs_visitor::visit(ir_constant *ir)
Tapani Pälli
1
-1
/
+1
2014-11-20
i965/fs: Support for u2d, i2d
Tapani Pälli
2
-4
/
+9
2014-11-20
i965/fs: Allow d2i and d2u
Tapani Pälli
2
-11
/
+15
2014-11-11
dbg/fs: Dump instructions before double lowering
Topi Pohjolainen
1
-0
/
+4
2014-11-11
i965/eu: Use simd8 for treating hi/lo 32-bits of 16-width doubles
Topi Pohjolainen
1
-0
/
+2
2014-11-11
i965/eu: Allow 3-src float ops with doubles
Topi Pohjolainen
1
-6
/
+14
2014-11-11
i965/vec4: Make sure math isn't tried with doubles
Topi Pohjolainen
1
-0
/
+5
2014-11-11
i965/vec4: Treat double precision floats as any other basic type
Topi Pohjolainen
1
-1
/
+1
2014-11-11
i965/fs: Double precision to single conversion support
Topi Pohjolainen
2
-2
/
+2
2014-11-11
lower df
Topi Pohjolainen
1
-0
/
+40
2014-11-11
i965: Add lowering pass splitting df-ops into two
Topi Pohjolainen
4
-0
/
+194
2014-11-11
i965/fs: Generator support for packing d2f results
Topi Pohjolainen
1
-0
/
+27
2014-11-11
i965: Add new opcode for packing d2f results
Topi Pohjolainen
2
-0
/
+14
2014-11-11
i965/fs: Add support for ir_unop_unpack_double_2x32
Topi Pohjolainen
2
-1
/
+13
2014-11-11
i965/fs: Add unpack_double_2x32 virtual opcode
Topi Pohjolainen
4
-0
/
+93
2014-11-11
i965/fs: Lower double precision scalars into vectors
Topi Pohjolainen
1
-4
/
+39
2014-11-11
i965: Add helper telling if uniform is double and requires special load
Topi Pohjolainen
2
-0
/
+38
2014-11-11
i965/fs/gen7: Add generator support for loading double precision uniforms
Topi Pohjolainen
4
-0
/
+39
2014-11-11
i965/gen7: Add support for loading double float scalars in 16-width
Topi Pohjolainen
2
-0
/
+28
2014-11-11
i965/gen7: Add support for double precision constant operands
Topi Pohjolainen
1
-0
/
+5
2014-11-11
i965/gen8: Add support for double precision constant operands
Topi Pohjolainen
5
-0
/
+26
2014-11-11
i965/fs: Add support for ir_unop_pack_double_2x32
Topi Pohjolainen
3
-0
/
+25
2014-11-11
i965/fs: Add pack_double_2x32 virtual opcode
Topi Pohjolainen
4
-0
/
+85
2014-11-11
i965: Add helper telling if a register is scalar
Topi Pohjolainen
1
-0
/
+8
2014-11-11
i965/fs: Add support for double precision uniform loading
Topi Pohjolainen
1
-7
/
+9
2014-11-11
i965/fs: Prepare live interval analysis for double precision
Topi Pohjolainen
1
-1
/
+6
2014-11-11
i965/fs: Take double float into account in register offsets
Topi Pohjolainen
2
-3
/
+9
2014-11-11
i965/fs: Prepare virtual registers for double precision floats
Topi Pohjolainen
1
-1
/
+4
2014-11-11
i965: Tell backend register about double precision type
Topi Pohjolainen
1
-1
/
+2
2014-11-11
i965: Determine size of double precision float register
Topi Pohjolainen
1
-0
/
+2
2014-11-11
i965: Lower DFSQRT
Topi Pohjolainen
1
-1
/
+2
2014-11-11
glsl: Add lowering pass approximating sqrt(double) with sqrt(float)
Topi Pohjolainen
2
-0
/
+213
2014-11-11
i965: Lower DFRACEXP/DLDEXP
Topi Pohjolainen
1
-1
/
+2
2014-11-11
glsl: add a lowering pass for frexp/ldexp with double arguments
Ilia Mirkin
2
-2
/
+280
2014-11-11
glsl: handle d2f/f2d in mat to vec visitor
Ilia Mirkin
1
-0
/
+2
2014-11-11
st_glsl_to_tgsi: handle fp64 constants better
Dave Airlie
1
-32
/
+51
2014-11-11
tgsi: add support for flt64 constants
Dave Airlie
8
-6
/
+85
2014-11-11
st/glsl: add st fp64 support (v2)
Dave Airlie
2
-139
/
+539
2014-11-11
tgsi: expose doubles for softpipe.
Dave Airlie
1
-1
/
+1
2014-11-11
gallium: add double opcodes and TGSI execution (v2)
Dave Airlie
3
-14
/
+779
2014-11-11
i965: just avoid warnings with fp64
Dave Airlie
4
-0
/
+38
2014-11-11
glsl: lower double optional passes
Dave Airlie
2
-0
/
+211
2014-11-11
glsl: implement double builtin functions
Dave Airlie
1
-259
/
+492
2014-11-11
glsl/lower_instructions: add double lowering passes
Dave Airlie
1
-0
/
+83
2014-11-11
glsl: enable/disable certain lowering passes for doubles
Dave Airlie
1
-3
/
+3
2014-11-11
SQUASH: support double when constructing matrix from scalar
Tapani Pälli
2
-9
/
+21
2014-11-11
SQUASH: set correct size for double array uniforms
Tapani Pälli
2
-2
/
+4
2014-11-11
SQUASH: support double in 420pack vector constructor
Tapani Pälli
1
-2
/
+2
[next]