summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-28vc4: Fix mixup of return type in reloc_tex().Eric Anholt1-2/+2
2014-10-28vc4: Drop redundant check for is_tmu_write().Eric Anholt1-3/+0
2014-10-28vc4: Don't forget to validate code that's got PROG_END on it.Eric Anholt1-5/+6
2014-10-28vc4: Add .dir-locals.el for kernel style in the kernel code.Eric Anholt1-0/+12
2014-10-28vc4: Fix a couple missing '\n's in error output.Eric Anholt2-2/+2
2014-10-28st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capabilityBrian Paul1-1/+2
2014-10-28Revert "st/mesa: set MaxUnrollIterations = 255"Marek Olšák1-2/+1
2014-10-28r300g/vdpau: enable againDavid Heidelberger1-0/+1
2014-10-28r300g: only set clip_halfz for chips with HW TCLMarek Olšák1-1/+1
2014-10-28radeonsi: fix incorrect index buffer max size for lowered 8-bit indicesMarek Olšák1-1/+1
2014-10-28radeonsi: fix polygon mode for points and lines and point/line fill modesMarek Olšák1-3/+3