summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-29i965/miptree: recurse to miptree_map for depth in map_depthstencilscottScott D Phillips1-24/+35
2018-11-29i965/miptree: Split miptree_{, un}map logic and state managementChris Wilson1-27/+64
2018-11-28freedreno: Fix autotools build.Vinson Lee1-0/+2
2018-11-28radeonsi: add memory management stress tests for GDSMarek Olšák2-0/+48
2018-11-28winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák2-23/+36
2018-11-28radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák4-31/+33
2018-11-28winsys/amdgpu: use optimal VM alignment for CPU allocationsMarek Olšák1-2/+4
2018-11-28winsys/amdgpu: use optimal VM alignment for imported buffersMarek Olšák1-20/+29
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák7-5/+15
2018-11-28winsys/amdgpu: overallocate buffers for faster address translation on Gfx9Marek Olšák1-0/+24
2018-11-28winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9Marek Olšák1-1/+11
2018-11-28winsys/amdgpu: use >= instead of > for VM address alignmentMarek Olšák1-1/+1
2018-11-28winsys/amdgpu: clean up code around BO VM alignmentMarek Olšák1-2/+7
2018-11-28winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tablesMarek Olšák3-2/+10
2018-11-28radeonsi: generalize the slab allocator code to allow layered slab allocatorsMarek Olšák3-24/+86
2018-11-28winsys/amdgpu: always reclaim/release slabs if there is not enough memoryMarek Olšák1-7/+13
2018-11-28radeonsi: fix is_oneway_access_only for bindless imagesMarek Olšák1-6/+23
2018-11-28radeonsi/nir: parse more information about bindless usageMarek Olšák1-4/+32
2018-11-28tgsi/scan: add more information about bindless usageMarek Olšák2-2/+33
2018-11-28radeonsi: small cleanup for memory opcodesMarek Olšák1-9/+4
2018-11-28radeonsi: fix is_oneway_access_only for image storesMarek Olšák1-12/+37
2018-11-28radeonsi: use structured buffer intrinsics for image viewsMarek Olšák2-10/+42
2018-11-28radeonsi: clean up primitive binning enablementMarek Olšák1-11/+16
2018-11-29virgl: fix undefined shift to use unsigned.Dave Airlie1-1/+1
2018-11-29r600: make suballocator 256-bytes alignDave Airlie1-1/+1
2018-11-28intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke1-1/+1
2018-11-28nir/derefs: Add a nir_derefs_do_not_alias enum valueJason Ekstrand2-3/+4
2018-11-28egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh1-1/+1
2018-11-28gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner1-1/+1
2018-11-28docs: update calendar, add news item and link release notes for 18.2.6Juan A. Suarez Romero3-7/+8
2018-11-28docs: add sha256 checksums for 18.2.6Juan A. Suarez Romero1-1/+2
2018-11-28docs: add release notes for 18.2.6Juan A. Suarez Romero1-0/+178
2018-11-28egl/wayland: rather obvious build fixNicolai Hähnle1-2/+2
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle17-62/+140
2018-11-28winsys/amdgpu: add amdgpu_winsys_bo::lockNicolai Hähnle3-13/+20
2018-11-28vulkan/wsi: fix s/,/;/ typoEric Engestrom1-2/+2
2018-11-28egl/wayland: plug memory leak in drm_handle_device()Emil Velikov1-0/+2
2018-11-28egl/wayland: bail out when drmGetMagic failsEmil Velikov1-1/+8
2018-11-28wsi/display: fix mem leak when freeing swapchainsEric Engestrom1-0/+2
2018-11-28i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8Gert Wollny1-3/+10
2018-11-28i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8Gert Wollny1-3/+7
2018-11-28virgl: Don't try handling server fences when they are not supportedGert Wollny1-2/+4
2018-11-28virgl,vtest: Initialize return valueGert Wollny1-1/+1
2018-11-28intel/compiler: fix register allocation in opt_peephole_selIago Toral Quiroga1-2/+1
2018-11-27glsl: Remove unused member variableMatt Turner1-4/+0
2018-11-27nir: Call fflush() at the end of nir_print_shader()Matt Turner1-0/+1
2018-11-27v3d: Add renderonly support.Eric Anholt6-5/+77
2018-11-27gallium: Remove unused variable in u_tests.Eric Anholt1-1/+0
2018-11-27radv: Align large buffers to the fragment size.Bas Nieuwenhuizen1-1/+5
2018-11-27freedreno: implements get_sample_positionHyunjun Ko1-0/+45