summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add a debug flag not to use write combining (v2)Marek Olšák2015-08-103-0/+5
* freedreno/a4xx: add s8/z32/z32_s8x24 supportRob Clark2015-08-104-37/+151
* freedreno: update generated headersRob Clark2015-08-105-5/+183
* freedreno/a4xx: fix vpsrepl for blit shadersRob Clark2015-08-101-5/+14
* freedreno/a4xx: clear cached fp when switching blit progRob Clark2015-08-101-0/+2
* freedreno/a3xx: clear cached fp when switching blit progRob Clark2015-08-101-0/+2
* vc4: add missing nir include, to fix the buildEmil Velikov2015-08-071-0/+1
* vc4: automake: remove unused includeEmil Velikov2015-08-071-1/+0
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-079-12/+39
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-077-25/+17
* radeonsi: rename enable_s3tc -> enable_compressed_formatsMarek Olšák2015-08-061-5/+4
* gallium/radeon: add DRM and LLVM version to the renderer stringMarek Olšák2015-08-062-4/+24
* radeonsi: always flush framebuffer caches at the beginning of IBsMarek Olšák2015-08-061-1/+2
* radeonsi: don't count the exact needed CS space if the CS is large enoughMarek Olšák2015-08-061-2/+11
* radeonsi: don't crash when cleaning up after an incomplete contextMarek Olšák2015-08-061-7/+11
* radeonsi: add a HUD query showing the number of shaders createdMarek Olšák2015-08-064-0/+17
* radeonsi: add a HUD query showing the number of compiler invocationsMarek Olšák2015-08-064-1/+19
* gallium/radeon: display cumulative results for some driver queriesMarek Olšák2015-08-061-2/+4
* gallium/radeon: switch the buffer-wait-time query to microsecondsMarek Olšák2015-08-062-3/+3
* gallium/radeon: change some driver query types to HzMarek Olšák2015-08-061-2/+2
* radeonsi: before storing tess levels, load them from LDS instead of temporaryMarek Olšák2015-08-061-79/+57
* gallium/radeon: always use the llvm. prefix in intrinsic namesMarek Olšák2015-08-061-6/+16
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-069-15/+14
* gallium/radeon: suspend timer queries between IBsMarek Olšák2015-08-065-25/+66
* vc4: Use nir_lower_load_const_to_scalar().Eric Anholt2015-08-041-0/+1
* vc4: Don't bother de-SSAing values that aren't part of phi webs.Eric Anholt2015-08-041-15/+44
* vc4: Don't bother saturating the dst color for blending.Eric Anholt2015-08-041-8/+2
* vc4: Make r4-writes implicitly move to a temp, and allocate temps to r4.Eric Anholt2015-08-048-107/+106
* vc4: Drop a dead prototype.Eric Anholt2015-08-041-8/+0
* freedreno/a4xx: add independent blend function supportRob Clark2015-08-042-8/+10
* freedreno/a4xx: MRT supportRob Clark2015-08-0412-132/+212
* freedreno: move the half-precision logic into coreRob Clark2015-08-044-31/+38
* freedreno: simplify/cleanup resource status trackingRob Clark2015-08-044-48/+71
* freedreno: fix stream-out caps vec4->componentsRob Clark2015-08-041-2/+2
* freedreno: small bit of cleanup about max rendertargetsRob Clark2015-08-0413-17/+40
* r600,compute: force tiling on 2D and 3D texture compute resourcesZoltan Gilian2015-08-031-2/+9
* r600g: re-enable single-sample fast clearMarek Olšák2015-08-031-6/+1
* r600g: fix the CB_SHADER_MASK setupMarek Olšák2015-08-032-4/+5
* r600g: fix the single-sample fast clear setupMarek Olšák2015-08-031-2/+6
* radeonsi: flush if the memory usage for an IB is too highMarek Olšák2015-08-022-0/+17
* Revert "gallium/radeon: re-enable unsafe math for graphics shaders"Marek Olšák2015-08-011-4/+0
* radeonsi: copy *8_SNORM bits exactly in resource_copy_regionMarek Olšák2015-07-311-1/+3
* r600g: early exit in r600_clear if there's nothing to doMarek Olšák2015-07-311-0/+2
* radeonsi: early exit in si_clear if there's nothing to doMarek Olšák2015-07-311-0/+2
* radeonsi: fix a regression since the resource_copy_region cleanupMarek Olšák2015-07-311-1/+1
* radeonsi: fix broken st/nine from merging tessellationMarek Olšák2015-07-311-2/+7
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-316-236/+274
* radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák2015-07-313-9/+13
* radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák2015-07-313-1/+3
* radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák2015-07-316-29/+29