summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 17.3.1mesa-17.3.1Emil Velikov2017-12-211-0/+190
* Update version to 17.3.1Emil Velikov2017-12-211-1/+1
* travis: disable Meson buildJuan A. Suarez Romero2017-12-181-32/+0
* radv: port merge tess info from anvDave Airlie2017-12-181-0/+40
* cherry-ignore: util: add mesa-sha1 test to mesonEmil Velikov2017-12-181-0/+3
* cherry-ignore: meson: fix strtof locale support checkEmil Velikov2017-12-181-0/+2
* radv: Fix multi-layer blits.Bas Nieuwenhuizen2017-12-181-25/+24
* radeonsi: don't call force_dcc_off for buffersMarek Olšák2017-12-181-1/+1
* util: scons: wire up the sha1 testEmil Velikov2017-12-151-0/+7
* util: Add a SHA1 unit test programMatt Turner2017-12-152-1/+67
* util: Assume little endian in the absence of platform-specific handlingMatt Turner2017-12-151-1/+5
* broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt2017-12-141-16/+27
* glsl: Fix gl_NormalScale.Fabian Bieler2017-12-143-2/+6
* glsl: Match order of gl_LightSourceParameters elements.Fabian Bieler2017-12-141-2/+2
* i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand2017-12-143-29/+11
* radv: Don't advertise VK_EXT_debug_report.Bas Nieuwenhuizen2017-12-141-1/+0
* gallium/aux: include nr_samples in util_resource_size() computationBrian Paul2017-12-141-1/+2
* util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-141-1/+0
* glsl: get correct member type when processing xfb ifc arraysTimothy Arceri2017-12-141-2/+4
* radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle2017-12-141-1/+1
* nvc0/ir: Properly lower 64-bit shifts when the shift value is >32Pierre Moreau2017-12-141-1/+1
* glx/dri3: Remove unused deviceName variableVadym Shovkoplias2017-12-141-4/+1
* compiler: use NDEBUG to guard assertsEric Engestrom2017-12-143-5/+5
* swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.Bruce Cherniak2017-12-141-2/+1
* xlib: call _mesa_warning() instead of fprintf()Brian Paul2017-12-141-1/+2
* winsys/amdgpu: disable local BOs again due to worse performanceMarek Olšák2017-12-141-2/+3
* spirv: Fix loading an entire block at once.Bas Nieuwenhuizen2017-12-141-28/+30
* radeon/vce: move destroy command before feedback commandLeo Liu2017-12-141-1/+1
* docs/llvmpipe: document ppc64le as alternative architecture to x86.Ben Crocker2017-12-141-3/+9
* nir/opcodes: Fix constant-folding of bitfield_insertJames Legg2017-12-141-2/+2
* radv: Add LLVM version to the device name stringAlex Smith2017-12-142-26/+37
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-141-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-141-5/+2
* r600/sb: do not convert if-blocks that contain indirect array accessGert Wollny2017-12-143-2/+5
* radeonsi: allow DMABUF exports for local buffersMarek Olšák2017-12-141-1/+4
* radeonsi: flush the context after resource_copy_region for buffer exportsMarek Olšák2017-12-141-2/+12
* docs: add sha256 checksums for 17.3.0Emil Velikov2017-12-081-1/+2
* docs: Update 17.3.0 release notesmesa-17.3.0Emil Velikov2017-12-081-5/+178
* Update version to 17.3.0(final)Emil Velikov2017-12-081-1/+1
* Update version to 17.3.0-rc6mesa-17.3.0-rc6Emil Velikov2017-12-041-1/+1
* i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-12-012-25/+43
* anv: Check if memfd_create is already defined.Vinson Lee2017-12-013-0/+5
* intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias2017-12-011-2/+2
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-12-018-96/+102
* i965: Don't grow batch/state buffer on every emit after an overflow.Kenneth Graunke2017-12-011-23/+19
* i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.Kenneth Graunke2017-12-011-0/+3
* i965: Use old_bo->align when growing batch/state buffer instead of 4096.Kenneth Graunke2017-12-011-1/+2
* i965: Program the dynamic state heap size to MAX_STATE_SIZE.Kenneth Graunke2017-12-013-10/+10
* radeonsi/gfx9: fix importing shared textures with DCCMarek Olšák2017-12-011-1/+1
* gallium/wgl: fix default pixel format issueFrank Richter2017-11-291-2/+21