summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-11st/glsl: add st fp64 support (v2)Dave Airlie2-139/+539
2014-11-11tgsi: expose doubles for softpipe.Dave Airlie1-1/+1
2014-11-11gallium: add double opcodes and TGSI execution (v2)Dave Airlie3-14/+779
2014-11-11i965: just avoid warnings with fp64Dave Airlie4-0/+38
2014-11-11glsl: lower double optional passesDave Airlie2-0/+211
2014-11-11glsl: implement double builtin functionsDave Airlie1-259/+492
2014-11-11glsl/lower_instructions: add double lowering passesDave Airlie1-0/+83
2014-11-11glsl: enable/disable certain lowering passes for doublesDave Airlie1-3/+3
2014-11-11SQUASH: support double when constructing matrix from scalarTapani Pälli2-9/+21
2014-11-11SQUASH: set correct size for double array uniformsTapani Pälli2-2/+4
2014-11-11SQUASH: support double in 420pack vector constructorTapani Pälli1-2/+2
2014-11-11SQUASH: glsl: double support for uniform buffer objectsTapani Pälli3-13/+28
2014-10-31SQUASH: support double in ir_binop_vector_extractTapani Pälli1-0/+3
2014-10-31SQUASH: support double increment in ir_loop controlsTapani Pälli1-4/+15
2014-10-31SQUASH: add double support to constant propagation passTapani Pälli1-0/+3
2014-10-31SQUASH: validate output types for shader stagesTapani Pälli1-0/+47
2014-10-31SQUASH: Fixes to implicit conversions required by GL_ARB_gpu_shader_fp64Tapani Pälli6-0/+38
2014-10-31SQUASH: Remove new the tokens used in the grammar from unused listTopi Pohjolainen1-2/+2
2014-10-31SQUASH/rebase: s/glsl_strtod/_mesa_strtod/Topi Pohjolainen1-5/+5
2014-10-31SQUASH: support array constructors for double arraysTapani Pälli1-5/+9
2014-10-31glsl: add double supportDave Airlie24-65/+694
2014-10-31glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)Dave Airlie4-0/+7
2014-10-31SQUASH: Also take the double size into account in the array offsetTopi Pohjolainen1-1/+1
2014-10-31mesa: add double uniform support. (v2)Dave Airlie5-35/+238
2014-10-31glsl: add double typeDave Airlie1-0/+1
2014-10-31mesa: add mesa_type_is_double helper function (v2)Dave Airlie1-0/+22
2014-10-31mesa: add ARB_gpu_shader_fp64 extension info (v2)Dave Airlie2-0/+2
2014-10-31glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie7-37/+465
2014-10-30r300g: remove enabled/disabled hyperz and AA compression messagesMarek Olšák1-2/+0
2014-10-30r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param'Dieter Nützel1-1/+0
2014-10-30mesa: protect the debug state with a mutexChia-I Wu2-47/+126
2014-10-30glsl: protect glsl_type with a mutexChia-I Wu2-10/+62
2014-10-30glsl: protect anonymous struct id with a mutexChia-I Wu1-2/+8
2014-10-30util: initialize locale_t with a static objectChia-I Wu1-10/+8
2014-10-30configure: check for xlocale.h and strtofChia-I Wu3-8/+11
2014-10-30util: add _mesa_strtod and _mesa_strtofChia-I Wu10-40/+21
2014-10-30mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.Mathias Fröhlich2-13/+6
2014-10-29Revert "i965/compaction: Disable compaction on SNB temporarily."Matt Turner1-6/+0
2014-10-29i965/vec4: Perform CSE on MAD instructions with final arguments switched.Matt Turner1-1/+5
2014-10-29i965/fs: Perform CSE on MAD instructions with final arguments switched.Matt Turner1-1/+5
2014-10-29glsl: Drop constant 0.0 components from dot products.Matt Turner1-0/+27
2014-10-29glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.Kenneth Graunke2-2/+36
2014-10-29i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke5-5/+4
2014-10-29i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke5-5/+5
2014-10-29i965: Rename intel_bufferobj_* functions to match GL and DD hooks.Kenneth Graunke1-65/+64
2014-10-29configure: fix typosJan Vesely1-2/+2
2014-10-29configure: include llvm systemlibs when using static llvmJan Vesely1-1/+6
2014-10-29radeon/llvm: Dynamically allocate branch/loop stack arraysMichel Dänzer2-6/+37
2014-10-29mesa: Fix order of errors for glDrawTransformFeedbackStreamChris Forbes1-5/+5
2014-10-28vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.Eric Anholt10-34/+407