summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08radeonsi: enable ARB_sparse_bufferARB_sparse_bufferNicolai Hähnle1-0/+6
2017-02-08gallium/radeon: implement pipe->resource_commitNicolai Hähnle1-0/+35
2017-02-08gallium/radeon: transfers and invalidation for sparse buffersNicolai Hähnle1-10/+24
2017-02-08gallium/radeon: implement sparse buffer creationNicolai Hähnle1-0/+2
2017-02-08winsys/amdgpu: take fences when freeing a backing bufferNicolai Hähnle1-3/+11
2017-02-08winsys/amdgpu: add sparse buffers to CSNicolai Hähnle2-14/+137
2017-02-08winsys/amdgpu: sparse buffer creation / destruction / commitmentNicolai Hähnle1-1/+580
2017-02-08winsys/amdgpu: add sparse buffer data structuresNicolai Hähnle2-1/+52
2017-02-08winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fencesNicolai Hähnle2-11/+27
2017-02-08winsys/amdgpu: build handles and flags list late on submit threadNicolai Hähnle2-17/+28
2017-02-08winsys/amdgpu: share common code in amdgpu_add_fence_dependenciesNicolai Hähnle1-21/+17
2017-02-08winsys/amdgpu: extract amdgpu_do_add_real_bufferNicolai Hähnle1-8/+18
2017-02-08winsys/radeon: sparse buffers will not be supportedNicolai Hähnle1-0/+2
2017-02-08radeon/winsys: add sparse buffer interfaceNicolai Hähnle1-0/+17
2017-02-08st/mesa: plumbing for sparse buffersNicolai Hähnle1-0/+20
2017-02-08st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle1-0/+4
2017-02-08gallium: add sparse buffer interface and capabilityNicolai Hähnle5-1/+27
2017-02-08mesa: implement sparse buffer commitmentNicolai Hähnle2-0/+76
2017-02-08mesa: implement sparse storage buffer allocationNicolai Hähnle1-2/+15
2017-02-08mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARBNicolai Hähnle3-0/+7
2017-02-08mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle8-0/+59
2017-02-08mesa: use PRId64/PRIu64 when printing 64-bit intsTimothy Arceri1-2/+2
2017-02-08mesa/st: fix strict aliasing issue in int64 code.Dave Airlie1-4/+2
2017-02-08mesa/uniform: fix strict aliasing issues with int64 code.Dave Airlie1-12/+26
2017-02-07radv: handle dcc in explicit image resolve path. (v2)Dave Airlie1-3/+8
2017-02-07radv: Enable fast clears by default.Bas Nieuwenhuizen3-4/+4
2017-02-07spirv: Add more asserts in vtn_vector_constructJason Ekstrand1-0/+15
2017-02-07configure.ac: remove src/gallium/winsys/intel/drm/Makefile referenceEmil Velikov1-1/+0
2017-02-07docs: reword ilo removal noteEmil Velikov1-2/+1
2017-02-07configure.ac: Remove redundant libglvnd stanzaBoyan Ding1-49/+32
2017-02-07travis: use both cores for make/make checkEmil Velikov1-0/+1
2017-02-07travis: add nearly all gallium drivers to the listEmil Velikov1-2/+2
2017-02-07travis: correct libdrm required regex to also track libdrm itselfEmil Velikov1-1/+1
2017-02-07configure.ac: add swr to the gallium drivers list.Emil Velikov1-1/+1
2017-02-07configure.ac: list all the dri-drivers in the help stringEmil Velikov1-1/+1
2017-02-06glsl: correct compute shader checks for memoryBarrier functionsMarc Di Luzio1-6/+12
2017-02-07gallium/tgsi: fix oob access in parse instructionLi Qiang1-1/+1
2017-02-06Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke1-31/+0
2017-02-06i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke3-48/+5
2017-02-06i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-02-06i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-02-07radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-02-07radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-07radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-06radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-02-06swr: [rasterizer core] Removed unused clip code.Bruce Cherniak2-26/+0
2017-02-06swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak1-39/+0
2017-02-06gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt2-21/+0
2017-02-06loader: Add an environment variable to override driver name choice.Eric Anholt1-0/+11
2017-02-06targets: Use a macro to reduce cut and paste in driver setup.Eric Anholt1-111/+22