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-09-19
hack: disable do_swizzle_swizzle()
fp64_uniform
Topi Pohjolainen
1
-0
/
+2
2014-09-19
dbg: Print actual uniform values
Topi Pohjolainen
1
-0
/
+1
2014-09-19
i965/fs: Emit a clone for instructions with double operands
Topi Pohjolainen
1
-0
/
+6
2014-09-19
i965/fs: Add helper for cloning instructions dealing with doubles
Topi Pohjolainen
2
-0
/
+14
2014-09-19
i965/fs: Add support for double precision uniform loading
Topi Pohjolainen
1
-7
/
+17
2014-09-19
i965/fs: Prepare live interval analysis for double precision
Topi Pohjolainen
1
-1
/
+6
2014-09-19
i965/gen7: Add support for double precision constant operands
Topi Pohjolainen
1
-0
/
+4
2014-09-19
i965/gen8: Add support for double precision constant operands
Topi Pohjolainen
5
-0
/
+26
2014-09-19
i965/fs: Add support for ir_unop_pack_double_2x32
Topi Pohjolainen
3
-0
/
+30
2014-09-19
i965/fs: Add pack_double_2x32 virtual opcode
Topi Pohjolainen
3
-0
/
+27
2014-09-19
i965/fs: Double precision to single conversion support
Topi Pohjolainen
2
-2
/
+27
2014-09-19
i965/fs: Generator support for converting double to float
Topi Pohjolainen
2
-0
/
+14
2014-09-19
i965/fs: Prepare register allocator for double precision (64-bits)
Topi Pohjolainen
1
-1
/
+4
2014-09-19
i965: Tell backend register about double precision type
Topi Pohjolainen
1
-1
/
+2
2014-09-19
i965: Determine size of double precision float register
Topi Pohjolainen
1
-0
/
+2
2014-09-19
mesa: Teach uniform update to take into account double precision
Topi Pohjolainen
1
-1
/
+1
2014-09-19
glsl: set correct size for double array uniforms
Tapani Pälli
2
-2
/
+4
2014-09-11
glsl: support double in 420pack vector constructor
Tapani Pälli
1
-2
/
+2
2014-09-11
glsl: double support for uniform buffer objects
Tapani Pälli
2
-15
/
+34
2014-09-03
glsl: support double when constructing matrix from scalar
Tapani Pälli
2
-9
/
+21
2014-09-01
glsl: support array constructors for double arrays
Tapani Pälli
1
-5
/
+9
2014-09-01
st_glsl_to_tgsi: handle fp64 constants better
Dave Airlie
1
-32
/
+51
2014-09-01
tgsi: add support for flt64 constants
Dave Airlie
8
-6
/
+85
2014-09-01
glsl: support double in ir_binop_vector_extract
Tapani Pälli
1
-0
/
+3
2014-09-01
glsl: support double increment in ir_loop controls
Tapani Pälli
1
-4
/
+15
2014-09-01
glsl: add double support to constant propagation pass
Tapani Pälli
1
-0
/
+3
2014-09-01
glsl: fixes to implicit conversions required by GL_ARB_gpu_shader_fp64
Tapani Pälli
6
-0
/
+38
2014-08-25
glsl: validate output types for shader stages
Tapani Pälli
1
-0
/
+47
2014-08-25
st/glsl: add st fp64 support (v2)
Dave Airlie
2
-147
/
+551
2014-08-25
draw/gs: don't assert on nan/inf for inputs
Dave Airlie
1
-1
/
+1
2014-08-25
tgsi: expose doubles for softpipe.
Dave Airlie
1
-1
/
+1
2014-08-25
gallium: add double opcodes and TGSI execution (v2)
Dave Airlie
3
-14
/
+779
2014-08-25
i965: just avoid warnings with fp64
Dave Airlie
4
-0
/
+38
2014-08-25
glsl: lower double optional passes
Dave Airlie
2
-0
/
+210
2014-08-25
glsl: implement double builtin functions
Dave Airlie
1
-259
/
+492
2014-08-25
glsl/lower_instructions: add double lowering passes
Dave Airlie
1
-0
/
+83
2014-08-25
glsl: enable/disable certain lowering passes for doubles
Dave Airlie
1
-3
/
+3
2014-08-25
glsl: add double support
Dave Airlie
24
-67
/
+697
2014-08-25
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
4
-0
/
+7
2014-08-25
mesa: add double uniform support. (v2)
Dave Airlie
5
-35
/
+238
2014-08-25
glsl: add double type
Dave Airlie
1
-0
/
+1
2014-08-25
mesa: add mesa_type_is_double helper function (v2)
Dave Airlie
1
-0
/
+22
2014-08-25
mesa: add ARB_gpu_shader_fp64 extension info (v2)
Dave Airlie
2
-0
/
+2
2014-08-25
glapi: add ARB_gpu_shader_fp64 (v2)
Dave Airlie
7
-37
/
+465
2014-08-24
freedreno/a2xx: fix segfault
Rob Clark
1
-0
/
+1
2014-08-24
freedreno/a3xx: handle first/last level properly
Rob Clark
3
-9
/
+13
2014-08-24
freedreno: implement pipe_flush_resource()
Rob Clark
1
-1
/
+5
2014-08-24
freedreno: don't ignore src/dst level
Rob Clark
1
-39
/
+63
2014-08-23
vc4: Fix save/restore of the VS/FS in the blitter.
Eric Anholt
1
-2
/
+2
2014-08-23
vc4: Clear padding of ioctl arguments.
Eric Anholt
1
-0
/
+1
[next]