aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* virgl: fix const warning on debug flags.Dave Airlie2018-12-042-3/+3
* nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-022-16/+12
* d3dadapter9: use snprintf(..., "%s", ...) instead of strncpyAndre Heider2018-12-012-13/+22
* st/xvmc: Add X11 include path.Vinson Lee2018-11-301-0/+1
* virgl: don't mark buffers as unclean after a writeGurchetan Singh2018-11-302-1/+10
* virgl: avoid large inline transfersGurchetan Singh2018-11-301-1/+5
* virgl: quadruple command buffer sizeGurchetan Singh2018-11-301-1/+1
* Revert "winsys/amdgpu: overallocate buffers for faster address translation on...Marek Olšák2018-11-291-24/+0
* draw: fix infinite loop in line stipplingRoland Scheidegger2018-11-291-11/+15
* amd/addrlib: update Mesa's copy of addrlibNicolai Hähnle2018-11-291-1/+1
* winsys/svga: Fix a memory leakThomas Hellstrom2018-11-291-0/+2
* st/xa: Fix a memory leakThomas Hellstrom2018-11-291-0/+1
* 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