summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-177-8/+18
* svga: whitespace clean-up in svga_winsys.hBrian Paul2017-07-171-67/+66
* svga: add some const qualifiersBrian Paul2017-07-171-3/+3
* svga: add comment about 'extra' constant locationsBrian Paul2017-07-171-1/+5
* anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand2017-07-171-0/+1
* anv: Stop leaking the no_aux sampler surface stateJason Ekstrand2017-07-171-0/+5
* anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand2017-07-171-12/+11
* radeonsi/gfx9: add VM fault dmesg parser supportMarek Olšák2017-07-171-6/+23
* radeonsi: automatically resize shader compiler thread queues when they are fullMarek Olšák2017-07-171-8/+4
* radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* util/u_queue: add an option to resize the queue when it's fullMarek Olšák2017-07-172-3/+36
* radeonsi: expose ARB_timer_query unconditionallyMarek Olšák2017-07-171-5/+2
* ac/gpu_info: if clock crystal frequency is 0, print an error and set 1Marek Olšák2017-07-171-0/+4
* radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2Marek Olšák2017-07-171-1/+1
* radeonsi: prevent a crash with DBG_CHECK_VM and u_threaded_contextMarek Olšák2017-07-171-4/+6
* ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILEMarek Olšák2017-07-171-1/+3
* radeonsi: simplify computation of tessellation offchip buffersMarek Olšák2017-07-171-15/+4
* radeonsi/gfx9: add workarounds to avoid VGPR indexing completelyMarek Olšák2017-07-173-8/+21
* radeonsi: emit param exports after position exportsMarek Olšák2017-07-171-3/+3
* radeonsi: move building parameter exports into a separate functionMarek Olšák2017-07-171-84/+78
* radeonsi: don't use info.num_inputs when it's unusedMarek Olšák2017-07-171-1/+1
* radeonsi: add si_build_fs_interp helperMarek Olšák2017-07-171-61/+39
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-175-53/+12
* gallivm: inline gallivm_init_llvm_targetsMarek Olšák2017-07-172-18/+8
* radeonsi: don't call gallivm_init_llvm_targetsMarek Olšák2017-07-171-1/+0
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-172-1/+28
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-173-7/+49
* radv: advertise v6 of the wayland surface extensionEmil Velikov2017-07-171-1/+1
* anv: advertise v6 of the wayland surface extensionEmil Velikov2017-07-171-1/+1
* i965: use strtol to convert the integer deviceID overrideEmil Velikov2017-07-171-1/+1
* gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák2017-07-171-4/+6
* anv: ensure device name contains terminating characterLionel Landwerlin2017-07-171-2/+2
* i965: miptree: silence coverity warningLionel Landwerlin2017-07-171-1/+1
* mesa: flag _NEW_TEXTURE_OBJECT for GL_TEXTURE_LOD_BIAS_EXTMarek Olšák2017-07-171-1/+1
* meta: Actually initialize ImmutableLevels to 1.Kenneth Graunke2017-07-171-0/+1
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-175-6/+7
* ddebug: fix parsing of the pipelined modeSamuel Pitoiset2017-07-171-1/+1
* radv: predicate cmask eliminate when using DCC.Dave Airlie2017-07-176-7/+153
* radv/clear: add r32g32b32a32 fast clear support (v2)Dave Airlie2017-07-172-2/+26
* amd/addrlib: fix typo in api name.Dave Airlie2017-07-1711-16/+16
* radv: set cb base tile swizzles for MRT speedups (v4)Dave Airlie2017-07-175-2/+34
* radv: allow clear merging for depth/stencil with no care stencilDave Airlie2017-07-171-0/+3
* radv: Remove NV dedicated alloc extension.Bas Nieuwenhuizen2017-07-151-4/+0
* radv: Use the KHR dedicated alloc for the WSI.Bas Nieuwenhuizen2017-07-151-2/+2
* radv: Implement VK_KHR_external_memoryJason Ekstrand2017-07-155-3/+199
* radv: Add support for VK_KHR_dedicated_allocation.Bas Nieuwenhuizen2017-07-152-2/+35
* radv: Add support for VK_KHR_get_memory_requirements2.Bas Nieuwenhuizen2017-07-152-0/+32
* anv: Implement VK_KHR_external_memory_*Jason Ekstrand2017-07-153-5/+163
* anv: Implement VK_KHR_dedicated_allocationJason Ekstrand2017-07-152-0/+19