summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-10llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul1-1/+2
2016-06-10llvmpipe: don't use 3-component formats, except 32-bit x 3 formatsBrian Paul1-11/+12
2016-06-10softpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul1-1/+2
2016-06-10softpipe: don't use 3-component formatsBrian Paul1-0/+18
2016-06-10st/mesa: tweak surface format mapping tableBrian Paul1-9/+11
2016-06-10util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul1-20/+95
2016-06-10gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat1-4/+4
2016-06-10mesa: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat1-4/+4
2016-06-11gallivm: more 64-bit integer prep work.Dave Airlie1-8/+8
2016-06-11radeonsi: convert to 64-bitness checks instead of doubles.Dave Airlie3-31/+33
2016-06-11gallivm: make non-float return code bitcast consistent.Dave Airlie1-12/+6
2016-06-11gallium/gallivm: use 64-bit test instead of doubles.Dave Airlie1-37/+36
2016-06-11gallium/tgsi: add 64-bitness type check function.Dave Airlie1-0/+7
2016-06-10anv/entrypoints: Rework #if guardsJason Ekstrand1-7/+9
2016-06-10anv/entrypoints: Use the function pointer types provided by vulkan.hJason Ekstrand1-1/+1
2016-06-10st/mesa: use base level size as "guess" when availableNicolai Hähnle1-6/+27
2016-06-10anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand1-2/+0
2016-06-10anv/pipeline_cache: Allow for an zero-sized cacheJason Ekstrand1-1/+4
2016-06-10anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand5-15/+25
2016-06-10anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand1-0/+13
2016-06-10anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2-0/+10
2016-06-10anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand1-0/+1
2016-06-10vl/dri3: support receiving new pixmap for front bufferLeo Liu1-1/+6
2016-06-10vl/dri3: get Makefile properlyLeo Liu3-5/+10
2016-06-10gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2-1/+7
2016-06-10gallivm: Use llvm.fmuladd.*.Jose Fonseca7-68/+98
2016-06-10util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca4-0/+13
2016-06-10radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen3-3/+15
2016-06-10mesa: Wrap extensions.h declarations with extern "C".Jose Fonseca1-0/+8
2016-06-09st/mesa: fix type confusion with reladdrsIlia Mirkin1-5/+5
2016-06-10glsl/ir: remove TABs in ir_constant_expression.cppDave Airlie1-535/+535
2016-06-09i965/gen9: Don't change halign and valign to fit in fast copy blitAnuj Phogat1-4/+2
2016-06-09mesa: Add a helper function for shared code in get_tex_rgba_{un}compressedAnuj Phogat1-45/+38
2016-06-09mesa: Let compute shaders work in compatibility profilesSamuel Pitoiset1-1/+1
2016-06-09swr: implement clipPlanes/clipVertex/clipDistance/cullDistanceTim Rowley5-2/+94
2016-06-09glx: fix crash with bad fbconfigDaniel Czarnowski1-0/+23
2016-06-09st/vdpau: implement luma keyingNayan Deshmukh2-12/+39
2016-06-09vl: Apply luma key filter before CSC conversionNayan Deshmukh7-20/+42
2016-06-08i965: Emit surface states for extra planes prior to gen8Jason Ekstrand2-0/+18
2016-06-09virgl: fix checking fencesMarc-André Lureau2-2/+2
2016-06-09glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.Dave Airlie5-10/+10
2016-06-09st/glsl_to_tgsi: move to checking 64-bitness instead of doubleDave Airlie1-16/+14
2016-06-09st/glsl_to_tgsi: use enum glsl_base_type instead of unsignedDave Airlie1-12/+12
2016-06-09mesa: use new 64-bit checks instead of explicit double checks.Dave Airlie2-5/+5
2016-06-09glsl/link_varyings: switch to 64bit check instead of double.Dave Airlie2-3/+3
2016-06-09glsl: use new interfaces for 64-bit checks.Dave Airlie5-14/+14
2016-06-09compiler: use 64bit check for sizing instead of double check.Dave Airlie1-5/+5
2016-06-09compiler/types: add 64-bitness queries.Dave Airlie1-0/+13
2016-06-08glapi/glx: Add overflow checks to the client-side indirect codeAdam Jackson1-0/+9
2016-06-08radeonsi: improve the computation and comment of scratch_wavesMarek Olšák1-4/+18