summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen2018-12-064-2/+19
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-067-195/+38
* gallium: Android build fixesKristian H. Kristensen2018-12-052-1/+2
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-4/+4
* drisw: Use separate drisw_loader_funcs for shmMichal Srb2018-12-051-3/+11
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-054-5/+5
* nouveau: set texture upload budgetIlia Mirkin2018-12-033-3/+6
* nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2018-12-032-0/+4
* nv50: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* 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