summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-19hack: disable do_swizzle_swizzle()fp64_uniformTopi Pohjolainen1-0/+2
2014-09-19dbg: Print actual uniform valuesTopi Pohjolainen1-0/+1
2014-09-19i965/fs: Emit a clone for instructions with double operandsTopi Pohjolainen1-0/+6
2014-09-19i965/fs: Add helper for cloning instructions dealing with doublesTopi Pohjolainen2-0/+14
2014-09-19i965/fs: Add support for double precision uniform loadingTopi Pohjolainen1-7/+17
2014-09-19i965/fs: Prepare live interval analysis for double precisionTopi Pohjolainen1-1/+6
2014-09-19i965/gen7: Add support for double precision constant operandsTopi Pohjolainen1-0/+4
2014-09-19i965/gen8: Add support for double precision constant operandsTopi Pohjolainen5-0/+26
2014-09-19i965/fs: Add support for ir_unop_pack_double_2x32Topi Pohjolainen3-0/+30
2014-09-19i965/fs: Add pack_double_2x32 virtual opcodeTopi Pohjolainen3-0/+27
2014-09-19i965/fs: Double precision to single conversion supportTopi Pohjolainen2-2/+27
2014-09-19i965/fs: Generator support for converting double to floatTopi Pohjolainen2-0/+14
2014-09-19i965/fs: Prepare register allocator for double precision (64-bits)Topi Pohjolainen1-1/+4
2014-09-19i965: Tell backend register about double precision typeTopi Pohjolainen1-1/+2
2014-09-19i965: Determine size of double precision float registerTopi Pohjolainen1-0/+2
2014-09-19mesa: Teach uniform update to take into account double precisionTopi Pohjolainen1-1/+1
2014-09-19glsl: set correct size for double array uniformsTapani Pälli2-2/+4
2014-09-11glsl: support double in 420pack vector constructorTapani Pälli1-2/+2
2014-09-11glsl: double support for uniform buffer objectsTapani Pälli2-15/+34
2014-09-03glsl: support double when constructing matrix from scalarTapani Pälli2-9/+21
2014-09-01glsl: support array constructors for double arraysTapani Pälli1-5/+9
2014-09-01st_glsl_to_tgsi: handle fp64 constants betterDave Airlie1-32/+51
2014-09-01tgsi: add support for flt64 constantsDave Airlie8-6/+85
2014-09-01glsl: support double in ir_binop_vector_extractTapani Pälli1-0/+3
2014-09-01glsl: support double increment in ir_loop controlsTapani Pälli1-4/+15
2014-09-01glsl: add double support to constant propagation passTapani Pälli1-0/+3
2014-09-01glsl: fixes to implicit conversions required by GL_ARB_gpu_shader_fp64Tapani Pälli6-0/+38
2014-08-25glsl: validate output types for shader stagesTapani Pälli1-0/+47
2014-08-25st/glsl: add st fp64 support (v2)Dave Airlie2-147/+551
2014-08-25draw/gs: don't assert on nan/inf for inputsDave Airlie1-1/+1
2014-08-25tgsi: expose doubles for softpipe.Dave Airlie1-1/+1
2014-08-25gallium: add double opcodes and TGSI execution (v2)Dave Airlie3-14/+779
2014-08-25i965: just avoid warnings with fp64Dave Airlie4-0/+38
2014-08-25glsl: lower double optional passesDave Airlie2-0/+210
2014-08-25glsl: implement double builtin functionsDave Airlie1-259/+492
2014-08-25glsl/lower_instructions: add double lowering passesDave Airlie1-0/+83
2014-08-25glsl: enable/disable certain lowering passes for doublesDave Airlie1-3/+3
2014-08-25glsl: add double supportDave Airlie24-67/+697
2014-08-25glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)Dave Airlie4-0/+7
2014-08-25mesa: add double uniform support. (v2)Dave Airlie5-35/+238
2014-08-25glsl: add double typeDave Airlie1-0/+1
2014-08-25mesa: add mesa_type_is_double helper function (v2)Dave Airlie1-0/+22
2014-08-25mesa: add ARB_gpu_shader_fp64 extension info (v2)Dave Airlie2-0/+2
2014-08-25glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie7-37/+465
2014-08-24freedreno/a2xx: fix segfaultRob Clark1-0/+1
2014-08-24freedreno/a3xx: handle first/last level properlyRob Clark3-9/+13
2014-08-24freedreno: implement pipe_flush_resource()Rob Clark1-1/+5
2014-08-24freedreno: don't ignore src/dst levelRob Clark1-39/+63
2014-08-23vc4: Fix save/restore of the VS/FS in the blitter.Eric Anholt1-2/+2
2014-08-23vc4: Clear padding of ioctl arguments.Eric Anholt1-0/+1