summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swr: Add missing headers for package inclusionChuck Atkins2016-06-131-1/+9
* automake: get in-tree `make distclean' working again.Emil Velikov2016-06-131-1/+1
* gallivm: Fix trivial sign warningsJan Vesely2016-06-138-21/+22
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce2016-06-131-7/+1
* glsl: fix component overlap validation for doublesTimothy Arceri2016-06-121-5/+5
* glsl: fix max varyings count for ARB_enhanced_layoutsTimothy Arceri2016-06-123-20/+43
* i965: Use the correct number of threads for compute shaders.Kenneth Graunke2016-06-121-1/+3
* i965: Assert that the scratch spaces are in range.Kenneth Graunke2016-06-121-0/+14
* i965: Fix CS scratch size calculations on Ivybridge and Baytrail.Kenneth Graunke2016-06-122-2/+10
* i965: Fix Haswell CS per-thread scratch space encoding.Kenneth Graunke2016-06-122-3/+25
* i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke2016-06-121-1/+20
* i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke2016-06-121-1/+3
* i965: Set subslice_total on Gen7/7.5 platforms.Kenneth Graunke2016-06-121-1/+4
* i965: Fix shared local memory size for Gen9+.Kenneth Graunke2016-06-124-27/+37
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-115-29/+50
* nv50: enable indirect addressing of fragment shader inputsIlia Mirkin2016-06-112-1/+2
* mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin2016-06-103-3/+4
* llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* llvmpipe: don't use 3-component formats, except 32-bit x 3 formatsBrian Paul2016-06-101-11/+12
* softpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* softpipe: don't use 3-component formatsBrian Paul2016-06-101-0/+18
* st/mesa: tweak surface format mapping tableBrian Paul2016-06-101-9/+11
* util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul2016-06-101-20/+95
* gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* mesa: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* gallivm: more 64-bit integer prep work.Dave Airlie2016-06-111-8/+8
* radeonsi: convert to 64-bitness checks instead of doubles.Dave Airlie2016-06-113-31/+33
* gallivm: make non-float return code bitcast consistent.Dave Airlie2016-06-111-12/+6
* gallium/gallivm: use 64-bit test instead of doubles.Dave Airlie2016-06-111-37/+36
* gallium/tgsi: add 64-bitness type check function.Dave Airlie2016-06-111-0/+7
* anv/entrypoints: Rework #if guardsJason Ekstrand2016-06-101-7/+9
* anv/entrypoints: Use the function pointer types provided by vulkan.hJason Ekstrand2016-06-101-1/+1
* st/mesa: use base level size as "guess" when availableNicolai Hähnle2016-06-101-6/+27
* anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand2016-06-101-2/+0
* anv/pipeline_cache: Allow for an zero-sized cacheJason Ekstrand2016-06-101-1/+4
* anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand2016-06-105-15/+25
* anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand2016-06-101-0/+13
* anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2016-06-102-0/+10
* anv/descriptor_set: Set array_size to zero for non-existant descriptorsJason Ekstrand2016-06-101-0/+1
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-103-5/+10
* gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2016-06-102-1/+7
* gallivm: Use llvm.fmuladd.*.Jose Fonseca2016-06-107-68/+98
* util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca2016-06-104-0/+13
* radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen2016-06-103-3/+15
* mesa: Wrap extensions.h declarations with extern "C".Jose Fonseca2016-06-101-0/+8
* st/mesa: fix type confusion with reladdrsIlia Mirkin2016-06-091-5/+5
* glsl/ir: remove TABs in ir_constant_expression.cppDave Airlie2016-06-101-535/+535
* i965/gen9: Don't change halign and valign to fit in fast copy blitAnuj Phogat2016-06-091-4/+2