summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: refactor the fast clear path for better re-useSamuel Pitoiset2018-11-291-38/+40
* radv: simplify a check in emit_fast_color_clear()Samuel Pitoiset2018-11-291-3/+1
* radv: add radv_can_fast_clear_{color,depth}() helpersSamuel Pitoiset2018-11-291-44/+89
* radv: add radv_image_view_can_fast_clear() helperSamuel Pitoiset2018-11-291-20/+27
* radv: add radv_image_can_fast_clear() helperSamuel Pitoiset2018-11-291-29/+39
* radv: remove useless check in emit_fast_color_clear()Samuel Pitoiset2018-11-291-3/+0
* 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
* intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke2018-11-281-1/+1
* nir/derefs: Add a nir_derefs_do_not_alias enum valueJason Ekstrand2018-11-282-3/+4
* egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh2018-11-281-1/+1
* gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner2018-11-281-1/+1
* docs: update calendar, add news item and link release notes for 18.2.6Juan A. Suarez Romero2018-11-283-7/+8
* docs: add sha256 checksums for 18.2.6Juan A. Suarez Romero2018-11-281-1/+2
* docs: add release notes for 18.2.6Juan A. Suarez Romero2018-11-281-0/+178
* egl/wayland: rather obvious build fixNicolai Hähnle2018-11-281-2/+2
* 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
* vulkan/wsi: fix s/,/;/ typoEric Engestrom2018-11-281-2/+2
* egl/wayland: plug memory leak in drm_handle_device()Emil Velikov2018-11-281-0/+2
* egl/wayland: bail out when drmGetMagic failsEmil Velikov2018-11-281-1/+8
* wsi/display: fix mem leak when freeing swapchainsEric Engestrom2018-11-281-0/+2
* i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8Gert Wollny2018-11-281-3/+10
* i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8Gert Wollny2018-11-281-3/+7
* 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
* intel/compiler: fix register allocation in opt_peephole_selIago Toral Quiroga2018-11-281-2/+1
* glsl: Remove unused member variableMatt Turner2018-11-271-4/+0
* nir: Call fflush() at the end of nir_print_shader()Matt Turner2018-11-271-0/+1