summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Don't use SRGB format for image stores during resolve.Bas Nieuwenhuizen2017-08-062-1/+24
* radeonsi: enable support for EXT_memory_objectAndres Rodriguez2017-08-061-1/+1
* radv: generate the same driver UUID as radeonsiAndres Rodriguez2017-08-062-1/+9
* radv: generate same device UUID as radeonsiAndres Rodriguez2017-08-061-7/+4
* mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPESAndres Rodriguez2017-08-063-0/+47
* radeonsi: hook up device/driver UUID queriesAndres Rodriguez2017-08-061-0/+14
* ac/gpu: add driver/device UUID query helpersAndres Rodriguez2017-08-062-0/+32
* mesa: hook up UUID queries for driver and deviceAndres Rodriguez2017-08-065-0/+73
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-064-0/+63
* mesa: implement glGetUnsignedByte{v|i_v}Andres Rodriguez2017-08-061-0/+174
* mesa/st: expose EXT_memory_object and EXT_memory_object_fdAndres Rodriguez2017-08-063-0/+6
* mesa: hook up (Named)BufferStorageMem apiTimothy Arceri2017-08-061-20/+65
* mesa/st: implement memory objects as a backend for buffer objectsAndres Rodriguez2017-08-062-17/+61
* radeonsi: add basic memory object supportDave Airlie2017-08-062-0/+122
* radeonsi: factor out metadata importAndres Rodriguez2017-08-061-27/+36
* mesa/st: implement memory objects as a backend for texture storageDave Airlie2017-08-062-12/+106
* mesa/st: factor out st_AllocTextureStorage into a helperAndres Rodriguez2017-08-061-7/+19
* mesa: hook up memory object multisamples tex(ture)storage apiAndres Rodriguez2017-08-063-28/+103
* mesa: hook up memoryobject tex(ture)storage apiAndres Rodriguez2017-08-064-32/+191
* mesa/st: start adding memory object supportDave Airlie2017-08-064-0/+93
* 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
* 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