aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* nv50/ir: clean up saturated values immediatelyIlia Mirkin2017-08-121-1/+6
* nvc0/ir: unlink values pre- and post-call to division functionIlia Mirkin2017-08-121-4/+3
* gallium/radeon: only pass shader-specific debug flags to the disk shader cacheMarek Olšák2017-08-111-1/+8
* radeonsi/gfx9: fix the scissor bug workaroundMarek Olšák2017-08-111-3/+7
* radeonsi/gfx9: use the VI codepath for clamping ZMarek Olšák2017-08-112-12/+2
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-101-1/+4
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+2
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-092-0/+9
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* radeonsi: drop two unused variables in create_function()Samuel Pitoiset2017-08-091-2/+0
* radeonsi: fix a compile failure due to disabled assertsMarek Olšák2017-08-071-1/+1
* radeonsi: use optimal packet order when doing a pipeline syncMarek Olšák2017-08-071-34/+83
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-074-7/+20
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-074-8/+8
* radeonsi: rename shader_userdata -> shader_pointers where appropriateMarek Olšák2017-08-075-20/+20
* radeonsi: prefetch VBO descriptors after the first VGT shaderMarek Olšák2017-08-071-17/+63
* radeonsi: add a separate dirty mask for prefetchesMarek Olšák2017-08-076-16/+64
* radeonsi: add and use si_pm4_state_enabled_and_changedMarek Olšák2017-08-073-17/+18
* radeonsi: de-atomize L2 prefetchMarek Olšák2017-08-077-9/+11
* radeonsi: align all CE dumps to L2 cache line sizeMarek Olšák2017-08-071-8/+17
* radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1Marek Olšák2017-08-071-2/+1
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-072-3/+15
* st/dri: add drisw image extensionGurchetan Singh2017-08-071-0/+11
* st/dri: move some image functions to dri_helpers.cGurchetan Singh2017-08-073-106/+124
* st/dri: organize order of includers in dri_helpersGurchetan Singh2017-08-071-2/+3
* st/dri: change dri_extensions to dri_helpersGurchetan Singh2017-08-075-6/+6
* etnaviv: Add support for R8_UNORM texturesWladimir J. van der Laan2017-08-061-1/+1
* etnaviv: Implement ICACHEWladimir J. van der Laan2017-08-066-18/+95
* etnaviv: Unified uniforms supportWladimir J. van der Laan2017-08-063-4/+36
* etnaviv: Update headers from rnndbWladimir J. van der Laan2017-08-061-5/+9
* radeonsi: enable support for EXT_memory_objectAndres Rodriguez2017-08-061-1/+1
* radeonsi: hook up device/driver UUID queriesAndres Rodriguez2017-08-061-0/+14
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-064-0/+63
* radeonsi: add basic memory object supportDave Airlie2017-08-062-0/+122
* radeonsi: factor out metadata importAndres Rodriguez2017-08-061-27/+36
* gallium: introduce memory objectDave Airlie2017-08-064-0/+153
* clover/device: Move device_version into core and add device_clc_versionAaron Watry2017-08-053-2/+14
* loader: rework xmlconfig dependencyEmil Velikov2017-08-042-3/+4
* android: radeonsi: add nir include pathsMauro Rossi2017-08-041-1/+2
* 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
* radeonsi: Makefile.sources: include driinfo_radeonsi.hJuan A. Suarez Romero2017-08-041-0/+1
* 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