summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium: introduce memory objectDave Airlie2017-08-064-0/+153
* mesa: add support for memory object parametersAndres Rodriguez2017-08-062-1/+53
* mesa: add support for memory object creation/import/deleteAndres Rodriguez2017-08-066-2/+233
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-0613-1/+820
* clover/device: Move device_version into core and add device_clc_versionAaron Watry2017-08-053-2/+14
* radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)Dave Airlie2017-08-051-0/+5
* loader: drop the [gs]et_swap_interval callbacksEmil Velikov2017-08-044-44/+7
* egl/x11: don't leak xfixes_query in the error pathEmil Velikov2017-08-041-0/+1
* loader: rework xmlconfig dependencyEmil Velikov2017-08-046-19/+16
* i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson2017-08-0424-293/+128
* i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUTKenneth Graunke2017-08-041-2/+2
* i965: Use a C99 initializer for new validation list entries.Kenneth Graunke2017-08-041-10/+7
* i965: Simplify some bo != batch->bo special cases.Kenneth Graunke2017-08-041-27/+19
* i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke2017-08-044-10/+33
* i965: Move add_exec_bo()Chris Wilson2017-08-041-53/+53
* i965: Ignore reloc read/write domainsChris Wilson2017-08-041-11/+7
* i965: Use I915_EXEC_NO_RELOCChris Wilson2017-08-041-7/+33
* i965: Initialize flags to 0 and |= in new flags.Kenneth Graunke2017-08-041-3/+3
* i965: Make add_exec_bo return the validation list index.Kenneth Graunke2017-08-041-4/+5
* i965: Track last location of bo used for the batchChris Wilson2017-08-043-2/+27
* i965: Always use the pre-computed offset for the relocation entryChris Wilson2017-08-042-42/+36
* i965: Make brw_emit_reloc assert that the target BO is non-NULL.Kenneth Graunke2017-08-041-0/+2
* configure.ac: drop manual detection of expat header/libraryEmil Velikov2017-08-041-7/+1
* configure.ac: unconditionally check for expatEmil Velikov2017-08-041-9/+9
* android: radeonsi: add nir include pathsMauro Rossi2017-08-041-1/+2
* i965: Prefer using streaming reads from WC mmapsChris Wilson2017-08-041-3/+15
* pipe-loader: fix swrast probingNicolai Hähnle2017-08-041-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-0413-26/+19
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-046-23/+7
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-044-13/+14
* util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero2017-08-041-0/+1
* radeonsi: Makefile.sources: include driinfo_radeonsi.hJuan A. Suarez Romero2017-08-041-0/+1
* anv: Makefile.vulkan.am: ICD json files are now generated with pythonJuan A. Suarez Romero2017-08-041-2/+1
* radv: also fix texture image descriptors for mipmap tile swizzleDave Airlie2017-08-041-1/+2
* radv: fix tile swizzle regression on mipmaps.Dave Airlie2017-08-041-5/+6
* pipe-loader: Add driver build directory for si_driinfo.h include pathMichel Dänzer2017-08-041-0/+1
* clover: Fix build after llvm r309911Jan Vesely2017-08-032-1/+7
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-045-4/+33
* radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properlyMarek Olšák2017-08-041-1/+5
* gallium/radeon: reallocate textures with non-zero tile_swizzle on exportMarek Olšák2017-08-041-1/+3
* winsys/amdgpu: enable computation of tile swizzleMarek Olšák2017-08-042-1/+13
* ac/surface: align DCC size for surfaces that use tile swizzleMarek Olšák2017-08-041-2/+9
* ac/surface: limit tile swizzle to non-mipmaps on SIMarek Olšák2017-08-041-1/+3
* ac/surface: enable tile swizzle for mipmapped texturesMarek Olšák2017-08-041-34/+46
* ac/surface: set structure size and handle errors for AddrComputeBaseSwizzleMarek Olšák2017-08-041-1/+8
* ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák2017-08-044-4/+7
* ac/surface: compute tile swizzle only when it's allowedMarek Olšák2017-08-041-2/+4
* ac/surface: add RADEON_SURF_SHAREABLEMarek Olšák2017-08-042-1/+4
* ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEXMarek Olšák2017-08-043-5/+0
* ac/surface: move tile_swizzle to ac_surface and document itMarek Olšák2017-08-044-8/+25