summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: update non-resident bindless descriptors if neededSamuel Pitoiset2017-08-211-30/+55
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-185-12/+17
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-185-8/+44
* radeonsi: don't use CLEAR_STATE on SIMarek Olšák2017-08-184-10/+63
* llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-1/+4
* softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-172-2/+8
* nv50/ir: fix TXQ srcMaskIlia Mirkin2017-08-161-0/+2
* nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin2017-08-161-0/+2
* swr/rast: Fix invalid casting for calls to Interlocked* functionsTim Rowley2017-08-163-7/+7
* radeon/vce: support all firmwares with major ver 53Boyuan Zhang2017-08-161-8/+10
* a2xx: only update rasterizer settings when they're thereIlia Mirkin2017-08-151-1/+1
* a2xx: add logicop supportIlia Mirkin2017-08-151-5/+4
* broadcom/vc4: Port NEON-code to ARM64Jonas Pfeil2017-08-151-0/+84
* broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt2017-08-154-7/+24
* radeonsi: disable CE by defaultMarek Olšák2017-08-153-8/+21
* radeonsi: initialise imported surface to 0.Dave Airlie2017-08-151-1/+1
* 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
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-092-0/+9
* 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-071-2/+14
* 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-062-0/+49
* 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-062-0/+109
* android: radeonsi: add nir include pathsMauro Rossi2017-08-041-1/+2
* 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
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-045-4/+33