index
:
~tpohjola/mesa
16_bit_gles
81828
96743
arb_texture_stencil8
b2b_with_surf_array
blorp_flat_inputs
blorp_flush
blorp_tex_upload
blorp_w_tiled_as_linear
daimler
dbg/blorp_push_const
debug-intel-aux-surfaces
depth_align_wa_for_arrayed
depth_state_cleanup
df_scalar_test
dump-isl-surf
ext_memory_object
fast_clear_vbo
fast_lod
fast_lod_isl
fastlod_isl_wip
foo
fp64
fp64_common
fp64_lower_df
fp64_lower_df_hsw
fp64_pack32x2
fp64_split
fp64_uniform
fp64_uniform_lower_df_uni
gen6_hiz_wip
gen6_no_hiz_mt
gen8_blorp
i965_isl
i965_isl_05062017
i965_isl_2017_1
i965_isl_rebase
icl
icl_dbg
icl_fcc
icl_fcc_2
img_ext_yuv420
import_rework
isl_depth_stencil_wip
jenkins
master
meta_with_blorp
meta_with_blorp_17042015
misc_wa
mordor_fix
mordor_rbc
multi_lod
no_frag_depth
non_comp_fast_clear
rbc
rbc_rebase_ben_hiz
release_aux_when_sharing
skl_bug
skl_hacks
stencil-texture
stencil_hack
stencil_meta_blit_wip
surf_state_refactor
uniform_tracking
uniform_updates_by_stage
vec4_pull_const_opt
vf_packing_dbg
y_only
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
i965: Use df uniform loading for hsw also
fp64_lower_df_hsw
Topi Pohjolainen
3
-7
/
+0
2014-11-14
i965/hsw: Support for df register regions
Topi Pohjolainen
1
-8
/
+24
2014-11-13
Revert "denorm wip"
Topi Pohjolainen
4
-7
/
+1
2014-11-13
denorm wip
Topi Pohjolainen
4
-1
/
+7
2014-11-12
Revert "wip"
Topi Pohjolainen
1
-4
/
+0
2014-11-12
wip
Topi Pohjolainen
1
-0
/
+4
2014-11-11
dbg/fs: Dump instructions before double lowering
fp64_lower_df
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
[next]