summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: wsi: report presentation error per image requestLionel Landwerlin2017-02-231-8/+15
* glx/glvnd: Fix GLXdispatchIndex sortingHans de Goede2017-02-231-4/+4
* anv: fix Get*MemoryRequirements for !LLCConnor Abbott2017-02-231-6/+8
* radv: adopt some init config workarounds from radeonsi.Dave Airlie2017-02-231-2/+9
* radv: fix cik macroModeIndex.Dave Airlie2017-02-231-0/+14
* radv: change base aligmment for allocated memory.Dave Airlie2017-02-231-1/+1
* nvc0: disable linked tsc mode in compute launch descriptorIlia Mirkin2017-02-232-2/+6
* tgsi: fix memory leak in tgsi sanity checkDave Airlie2017-02-231-3/+5
* intel/blorp: Swizzle clear colors on the CPUJason Ekstrand2017-02-231-18/+30
* mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke2017-02-231-19/+26
* i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2017-02-232-1/+20
* i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand2017-02-231-6/+4
* i965/sampler_state: Clamp min/max LOD to 14 on gen7+Jason Ekstrand2017-02-231-2/+5
* st/mesa: don't pass compare mode for stencil-sampled texturesIlia Mirkin2017-02-231-1/+1
* nvc0: set the render condition in the compute objectIlia Mirkin2017-02-231-2/+10
* gm107/ir: fix address offset bitfield for ATOMSIlia Mirkin2017-02-231-1/+1
* glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1Jose Maria Casanova Crespo2017-02-231-4/+7
* vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt2017-02-235-4/+20
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-231-1/+13
* util/disk_cache: use stat() to check if entry is a directoryTimothy Arceri2017-02-131-9/+24
* anv/blorp: Disable resolves for transparent black clearsNanley Chery2017-02-101-2/+8
* gallium/radeon: fix performance of buffer readbacksMarek Olšák2017-02-101-8/+9
* tgsi-dump: dump label if instruction has oneMarc-André Lureau2017-02-101-11/+13
* nvc0/ir: fix ubo max clamp, reset file indexIlia Mirkin2017-02-101-1/+3
* nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ computeIlia Mirkin2017-02-101-25/+22
* nvc0: increase number of ubo binding pointsIlia Mirkin2017-02-101-3/+2
* glsl: correct compute shader checks for memoryBarrier functionsMarc Di Luzio2017-02-101-6/+12
* Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke2017-02-101-31/+0
* i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke2017-02-103-48/+5
* i965: Use a better guardband calculation.Jason Ekstrand2017-02-104-82/+126
* i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke2017-02-103-57/+30
* radv: pass FMASK alignment to applicationDave Airlie2017-02-101-0/+1
* radv: Pass DCC alignment to application.Bas Nieuwenhuizen2017-02-101-0/+1
* radv: Pass CMASK alignment to application.Bas Nieuwenhuizen2017-02-101-0/+1
* radv/ac: avoid the fmask path when doing txs.Dave Airlie2017-02-101-1/+2
* swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak2017-02-101-39/+0
* dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle2017-02-101-0/+12
* glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2017-02-102-3/+19
* glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle2017-02-101-0/+4
* glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle2017-02-101-0/+2
* radv: fix shared memory load/stores.Dave Airlie2017-02-101-0/+6
* radv/ac: correctly size shared memory usage.Dave Airlie2017-02-081-1/+1
* winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset2017-02-081-7/+10
* st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin2017-02-081-1/+1
* vbo: process buffer binding state changes on draw when recordingIlia Mirkin2017-02-081-0/+7
* Revert "radeonsi: decrease the number of texture slots to 24"Marek Olšák2017-02-081-1/+1
* anv/pass: Store the depth-stencil attachment's last subpass indexNanley Chery2017-02-081-0/+1
* vulkan: Don't install vk_platform.h or vulkan.h.Matt Turner2017-02-071-3/+5
* etnaviv: force vertex buffers through the MMULucas Stach2017-02-031-1/+4
* st/va: make sure that we call begin_frame() only once v2Christian König2017-02-032-3/+9