summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix autotools build.Vinson Lee2018-11-281-0/+2
* radeonsi: add memory management stress tests for GDSMarek Olšák2018-11-282-0/+48
* winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák2018-11-282-23/+36
* radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák2018-11-284-31/+33
* winsys/amdgpu: use optimal VM alignment for CPU allocationsMarek Olšák2018-11-281-2/+4
* winsys/amdgpu: use optimal VM alignment for imported buffersMarek Olšák2018-11-281-20/+29
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-287-5/+15
* winsys/amdgpu: overallocate buffers for faster address translation on Gfx9Marek Olšák2018-11-281-0/+24
* winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9Marek Olšák2018-11-281-1/+11
* winsys/amdgpu: use >= instead of > for VM address alignmentMarek Olšák2018-11-281-1/+1
* winsys/amdgpu: clean up code around BO VM alignmentMarek Olšák2018-11-281-2/+7
* winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tablesMarek Olšák2018-11-283-2/+10
* radeonsi: generalize the slab allocator code to allow layered slab allocatorsMarek Olšák2018-11-283-24/+86
* winsys/amdgpu: always reclaim/release slabs if there is not enough memoryMarek Olšák2018-11-281-7/+13
* radeonsi: fix is_oneway_access_only for bindless imagesMarek Olšák2018-11-281-6/+23
* radeonsi/nir: parse more information about bindless usageMarek Olšák2018-11-281-4/+32
* tgsi/scan: add more information about bindless usageMarek Olšák2018-11-282-2/+33
* radeonsi: small cleanup for memory opcodesMarek Olšák2018-11-281-9/+4
* radeonsi: fix is_oneway_access_only for image storesMarek Olšák2018-11-281-12/+37
* radeonsi: use structured buffer intrinsics for image viewsMarek Olšák2018-11-282-10/+42
* radeonsi: clean up primitive binning enablementMarek Olšák2018-11-281-11/+16
* virgl: fix undefined shift to use unsigned.Dave Airlie2018-11-291-1/+1
* r600: make suballocator 256-bytes alignDave Airlie2018-11-291-1/+1
* gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner2018-11-281-1/+1
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-2817-62/+140
* winsys/amdgpu: add amdgpu_winsys_bo::lockNicolai Hähnle2018-11-283-13/+20
* virgl: Don't try handling server fences when they are not supportedGert Wollny2018-11-281-2/+4
* virgl,vtest: Initialize return valueGert Wollny2018-11-281-1/+1
* v3d: Add renderonly support.Eric Anholt2018-11-276-5/+77
* gallium: Remove unused variable in u_tests.Eric Anholt2018-11-271-1/+0
* freedreno: implements get_sample_positionHyunjun Ko2018-11-271-0/+45
* freedreno/a3xx: also set FSSUPERTHREADENABLERob Clark2018-11-271-0/+1
* freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek2018-11-271-1/+3
* freedreno: use GENERIC instead of TEXCOORD for blit programJonathan Marek2018-11-271-1/+1
* freedreno: a2xx texture updateJonathan Marek2018-11-279-20/+212
* freedreno/a2xx: Compute depth base in gmem correctlyJonathan Marek2018-11-271-5/+7
* freedreno/a2xx: set VIZ_QUERY_ID on a20xJonathan Marek2018-11-271-0/+5
* freedreno: add missing a20x idsJonathan Marek2018-11-271-0/+2
* freedreno/a2xx: fix POINT_MINMAX_MAX overflowJonathan Marek2018-11-271-1/+1
* freedreno: a2xx: fd2_draw updateJonathan Marek2018-11-276-20/+114
* freedreno: update generated headersRob Clark2018-11-277-39/+287
* freedreno/a6xx: set guardband clipRob Clark2018-11-274-7/+57
* freedreno/a6xx: disable LRZ for z32Rob Clark2018-11-271-1/+13
* freedreno/a6xx: Clear gmem buffers at flush timeKristian H. Kristensen2018-11-274-178/+180
* freedreno/a6xx: Move resolve blits to an IBKristian H. Kristensen2018-11-273-8/+29
* freedreno/a6xx: Move restore blits to IBKristian H. Kristensen2018-11-273-19/+49
* freedreno: move ir3 to common locationRob Clark2018-11-2740-13732/+37
* freedreno/ir3: remove u_inlines usageRob Clark2018-11-271-10/+10
* freedreno/ir3: split up ir3_shaderRob Clark2018-11-2714-667/+766
* freedreno/ir3: remove pipe_stream_output_info dependencyRob Clark2018-11-278-17/+68