aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle2017-03-011-7/+53
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-03-011-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-03-012-1/+18
* winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle2017-03-011-2/+4
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-03-015-6/+14
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-03-012-101/+0
* radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák2017-03-011-2/+2
* i965/fs: fix uninitialized memory accessLionel Landwerlin2017-03-011-3/+2
* radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen2017-03-012-2/+6
* i965/fs: Fix the inline nir_op_pack_double optimizationJason Ekstrand2017-03-011-29/+0
* bin/get-fixes-pick-list.sh: add new scriptEmil Velikov2017-02-231-0/+61
* bin/get-pick-list.sh: remove ancient way of nominating patchesEmil Velikov2017-02-231-1/+1
* bin/get-pick-list.sh: limit `git grep ...' only as neededEmil Velikov2017-02-231-2/+5
* bin/get-typod-pick-list.sh: limit `git grep ...' to only as neededEmil Velikov2017-02-231-2/+5
* bin/get-extra-pick-list: rework to use already_picked listEmil Velikov2017-02-231-8/+11
* bin/get-extra-pick-list: use git merge-base to get the branchpointEmil Velikov2017-02-231-2/+1
* 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
* docs: add sha256 checksums for 17.0.0Emil Velikov2017-02-131-1/+2
* docs: Update 17.0.0 release notesmesa-17.0.0Emil Velikov2017-02-131-2/+211
* Update version to 17.0.0(final)Emil Velikov2017-02-131-1/+1
* util/disk_cache: use stat() to check if entry is a directoryTimothy Arceri2017-02-131-9/+24
* configure.ac: correctly manage llvm auto-detectionEmil Velikov2017-02-101-4/+8
* configure.ac: disable enable_gallium_llvm in the !x86 caseEmil Velikov2017-02-101-0/+1
* configure.ac: set LLVM_{C, CXX, LD}FLAGS only as neededEmil Velikov2017-02-101-5/+6
* configure.ac: Only define HAVE_LLVM if LLVM is usedTobias Droste2017-02-101-8/+11
* configure.ac: Rework MESA_LLVM and LLVM detectionTobias Droste2017-02-101-12/+15
* configure.ac: move enable-gallium-llvm dependency with-gallium-driversEmil Velikov2017-02-101-4/+1
* configure.ac: Mandate --enable-gallium-llvm when checking LLVM versionEmil Velikov2017-02-101-6/+6
* configure.ac: Rename the gallium_require_llvm helperEmil Velikov2017-02-101-11/+8
* configure.ac: Don't check LLVM version in require_llvmTobias Droste2017-02-101-3/+1
* configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further upEmil Velikov2017-02-101-18/+18
* anv/blorp: Disable resolves for transparent black clearsNanley Chery2017-02-101-2/+8