summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Stop bounds-checking pushed UBOsJason Ekstrand2019-11-201-36/+10
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-203-3/+6
* i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaroundDanylo Piliaiev2019-11-201-2/+35
* llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker2019-11-201-1/+15
* radeonsi: fix shader disk cache keyPierre-Eric Pelloux-Prayer2019-11-201-2/+3
* radeonsi: tell the shader disk cache what IR is usedPierre-Eric Pelloux-Prayer2019-11-201-7/+10
* radeonsi: disable sdma for gfx10Pierre-Eric Pelloux-Prayer2019-11-201-1/+7
* tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodesMarek Olšák2019-11-201-0/+3
* tgsi_to_nir: fix masked out image loadsMarek Olšák2019-11-191-2/+1
* mesa/main: Ignore filter state for MS texture completenessIllia Iorin2019-11-191-3/+22
* nir/algebraic: Mark other comparison exact when removing a == aIan Romanick2019-11-191-2/+2
* nir/algebraic: Add the ability to mark a replacement as exactIan Romanick2019-11-194-3/+13
* intel/compiler: fix nir_op_{i,u}*32 on ICLPaulo Zanoni2019-11-191-1/+1
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-196-1/+12
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-191-4/+20
* anv: remove list items on batch finiLionel Landwerlin2019-11-191-1/+4
* anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin2019-11-191-2/+4
* egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom2019-11-131-9/+0
* spirv: Don't leak GS initialization to other stagesCaio Marcelo de Oliveira Filho2019-11-131-1/+2
* gallium: dri2: Use index as plane number.Lepton Wu2019-11-131-1/+1
* mesa: check framebuffer completeness only after state updateLionel Landwerlin2019-11-131-6/+6
* meson: Add dep_glvnd to egl deps when building with glvndDylan Baker2019-11-051-1/+2
* intel/compiler: remove the operand restriction for src1 on GLKPaulo Zanoni2019-11-051-2/+1
* iris: Fix "Force Zero RTA Index Enable" setting againKenneth Graunke2019-11-051-1/+1
* nir: correct use of identity check in pythonDylan Baker2019-11-051-2/+2
* Fix timespec_from_nsec test for 32-bit time_tJon Turney2019-11-041-1/+1
* mesa: check draw buffer completeness on glClearBufferfi/glClearBufferivLionel Landwerlin2019-11-041-0/+12
* anv/tests: Zero-initialize instancesJason Ekstrand2019-11-046-6/+14
* anv: Fix a potential BO handle leakJason Ekstrand2019-11-041-1/+3
* mesa: enable msaa in clear_with_quad if neededPierre-Eric Pelloux-Prayer2019-11-041-0/+1
* anv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-11-041-3/+0
* turnip: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-11-041-3/+0
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-11-041-3/+0
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-11-041-1/+1
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-11-041-0/+6
* etnaviv: fix depth biasJonathan Marek2019-10-312-1/+2
* intel/blorp: Assign correct view while clearing depth stencilSagar Ghuge2019-10-301-1/+1
* anv: Fix output of INTEL_DEBUG=bat for chained batchesCaio Marcelo de Oliveira Filho2019-10-291-1/+1
* iris: Disallow incomplete resource creationNanley Chery2019-10-291-2/+6
* iris: Don't leak the resource for unsupported modifierNanley Chery2019-10-291-1/+1
* iris: Clear ::has_hiz when disabling auxNanley Chery2019-10-291-0/+1
* intel/blorp: Disable depth testing for slow depth clearsNanley Chery2019-10-291-5/+1
* anv: Properly allocate aux-tracking space for CCS_ENanley Chery2019-10-292-3/+5
* glsl: Initialize all fields of ir_variable in constructorDanylo Piliaiev2019-10-281-0/+23
* i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORMTapani Pälli2019-10-281-1/+9
* Revert "mesa/main: Fix multisample texture initialize"Illia Iorin2019-10-281-25/+13
* rbug: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2019-10-251-0/+2
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-251-1/+4
* svga: Fix banded DMA upload unmapThomas Hellstrom2019-10-251-1/+1
* util/u_queue: skip util_queue_finish if num_threads is 0Marek Olšák2019-10-251-0/+7