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-10-20
i965/vec4: Make sure math isn't tried with doubles
fp64
Topi Pohjolainen
1
-0
/
+5
2014-10-20
i965/eu: Allow 3-src float ops with doubles
Topi Pohjolainen
1
-6
/
+14
2014-10-20
i965/vec4: Treat double precision floats as any other basic type
Topi Pohjolainen
1
-1
/
+1
2014-10-20
i965/fs: Add support for ir_unop_unpack_double_2x32
Topi Pohjolainen
2
-1
/
+9
2014-10-20
i965/fs: Add unpack_double_2x32 virtual opcode
Topi Pohjolainen
3
-0
/
+59
2014-10-20
i965/fs: Lower double precision scalars into vectors
Topi Pohjolainen
1
-4
/
+39
2014-10-20
i965: Add helper telling if uniform is double and requires special load
Topi Pohjolainen
2
-0
/
+38
2014-10-20
i965/fs/gen7: Add generator support for loading double precision uniforms
Topi Pohjolainen
3
-0
/
+36
2014-10-20
i965/gen7: Add support for loading double float scalars in 16-width
Topi Pohjolainen
2
-0
/
+28
2014-10-20
i965/fs: Collect results for double precision conditionals
Topi Pohjolainen
2
-0
/
+46
2014-10-20
i965/fs: Generate two instructions for double precision comparison
Topi Pohjolainen
2
-3
/
+10
2014-10-20
i965/fs: Make generator to emit two instructions for double floats
Topi Pohjolainen
1
-0
/
+39
2014-10-20
i965/gen7: Add support for double precision constant operands
Topi Pohjolainen
1
-0
/
+5
2014-10-20
i965/gen8: Add support for double precision constant operands
Topi Pohjolainen
5
-0
/
+26
2014-10-20
i965/fs: Add support for ir_unop_pack_double_2x32
Topi Pohjolainen
3
-0
/
+25
2014-10-16
i965/fs: Add pack_double_2x32 virtual opcode
Topi Pohjolainen
3
-0
/
+102
2014-10-16
i965: Add helper telling if a register is scalar
Topi Pohjolainen
1
-0
/
+8
2014-10-16
i965/fs: Prepare register allocator for double precision floats
Topi Pohjolainen
2
-0
/
+30
2014-10-16
i965/fs: Double precision to single conversion support
Topi Pohjolainen
2
-2
/
+13
2014-10-16
i965/fs: Generator support for converting double to float
Topi Pohjolainen
2
-0
/
+47
2014-10-16
i965/fs: Add support for double precision uniform loading
Topi Pohjolainen
1
-7
/
+9
2014-10-16
i965/fs: Prepare live interval analysis for double precision
Topi Pohjolainen
1
-1
/
+6
2014-10-16
i965/fs: Take double float into account in register offsets
Topi Pohjolainen
2
-3
/
+9
2014-10-16
i965/fs: Prepare virtual registers for double precision floats
Topi Pohjolainen
1
-1
/
+4
2014-10-15
i965: Tell backend register about double precision type
Topi Pohjolainen
1
-1
/
+2
2014-10-15
i965: Determine size of double precision float register
Topi Pohjolainen
1
-0
/
+2
2014-10-15
mesa: Teach uniform update to take into account double precision
Topi Pohjolainen
1
-1
/
+1
2014-10-15
i965: Lower DFRACEXP/DLDEXP
Topi Pohjolainen
1
-1
/
+2
2014-10-15
glsl: add a lowering pass for frexp/ldexp with double arguments
Ilia Mirkin
2
-2
/
+280
2014-10-15
glsl: handle d2f/f2d in mat to vec visitor
Ilia Mirkin
1
-0
/
+2
2014-10-15
glsl: set correct size for double array uniforms
Tapani Pälli
2
-2
/
+4
2014-10-15
glsl: support double in 420pack vector constructor
Tapani Pälli
1
-2
/
+2
2014-10-15
glsl: double support for uniform buffer objects
Tapani Pälli
2
-15
/
+34
2014-10-15
glsl: support double when constructing matrix from scalar
Tapani Pälli
2
-9
/
+21
2014-10-15
glsl: support array constructors for double arrays
Tapani Pälli
1
-5
/
+9
2014-10-15
st_glsl_to_tgsi: handle fp64 constants better
Dave Airlie
1
-32
/
+51
2014-10-15
tgsi: add support for flt64 constants
Dave Airlie
8
-6
/
+85
2014-10-15
glsl: support double in ir_binop_vector_extract
Tapani Pälli
1
-0
/
+3
2014-10-15
glsl: support double increment in ir_loop controls
Tapani Pälli
1
-4
/
+15
2014-10-15
glsl: add double support to constant propagation pass
Tapani Pälli
1
-0
/
+3
2014-10-15
glsl: fixes to implicit conversions required by GL_ARB_gpu_shader_fp64
Tapani Pälli
6
-0
/
+38
2014-10-15
glsl: validate output types for shader stages
Tapani Pälli
1
-0
/
+47
2014-10-15
st/glsl: add st fp64 support (v2)
Dave Airlie
2
-139
/
+539
2014-10-15
tgsi: expose doubles for softpipe.
Dave Airlie
1
-1
/
+1
2014-10-15
gallium: add double opcodes and TGSI execution (v2)
Dave Airlie
3
-14
/
+779
2014-10-15
i965: just avoid warnings with fp64
Dave Airlie
4
-0
/
+38
2014-10-15
glsl: lower double optional passes
Dave Airlie
2
-0
/
+211
2014-10-15
glsl: implement double builtin functions
Dave Airlie
1
-259
/
+492
2014-10-15
glsl/lower_instructions: add double lowering passes
Dave Airlie
1
-0
/
+83
2014-10-15
glsl: enable/disable certain lowering passes for doubles
Dave Airlie
1
-3
/
+3
[next]