summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ilo: make toy_compiler_disassemble() more usefulChia-I Wu2014-09-095-9/+11
* nv50/ir: accomodate all file types, there are now more than 8Ilia Mirkin2014-09-081-2/+2
* nvc0/ir: uses was always null at that point in the codeIlia Mirkin2014-09-081-7/+1
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-082-2/+2
* nouveau: buffer can never be nullIlia Mirkin2014-09-081-2/+0
* nvc0/ir: insn can never be nullIlia Mirkin2014-09-081-1/+1
* nvc0: size is a uint16_t, remove unnecessary assertionIlia Mirkin2014-09-081-1/+0
* nvc0: avoid null deref of screen when collecting statsIlia Mirkin2014-09-081-1/+1
* nvc0: use 64-bit math when scaling the query resultsIlia Mirkin2014-09-081-4/+4
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-051-9/+7
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-053-3/+10
* nvc0: remove nvc0_push, replaced with nvc0_vbo_translateIlia Mirkin2014-09-052-410/+0
* nv50,nvc0: get rid of draw module supportIlia Mirkin2014-09-057-224/+0
* gallium/vc4: ship all files in the tarballEmil Velikov2014-09-051-1/+13
* gallium/trace: ship all files in the tarballEmil Velikov2014-09-052-1/+12
* gallium/svga: ship all files in the tarballEmil Velikov2014-09-052-12/+62
* gallium/softpipe: ship all files in the tarballEmil Velikov2014-09-052-10/+32
* gallium/rbug: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* gallium/radeonsi: ship all files in the tarballEmil Velikov2014-09-052-0/+8
* gallium/radeon: ship all files in the tarballEmil Velikov2014-09-052-7/+20
* gallium/r600: ship all files in the tarballEmil Velikov2014-09-052-8/+36
* gallium/r300: ship all files in the tarballEmil Velikov2014-09-052-25/+72
* gallium/nouveau: ship all files in the tarballEmil Velikov2014-09-052-36/+113
* gallium/noop: ship all files in the tarballEmil Velikov2014-09-052-0/+3
* gallium/llvmpipe: ship all files in the tarballEmil Velikov2014-09-052-3/+35
* gallium/identity: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* gallium/ilo: ship all files in the tarballEmil Velikov2014-09-052-1/+48
* gallium/i915: ship all files in the tarballEmil Velikov2014-09-052-14/+32
* gallium/galahad: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* gallium/freedreno: ship all files in the tarballEmil Velikov2014-09-052-12/+65
* freedreno/ir3: fix constlen with relative addressingRob Clark2014-09-043-3/+15
* freedreno/ir3: fix error in bail logicRob Clark2014-09-041-2/+4
* freedreno/ir3: bit of debugRob Clark2014-09-041-4/+16
* vc4: Merge qcompile and tgsi_to_qirEric Anholt2014-09-049-402/+327
* vc4: Add a CSE optimization pass.Eric Anholt2014-09-044-0/+238
* vc4: Switch to using native integers.Eric Anholt2014-09-045-6/+228
* vc4: Expose compares at a lower level in QIR.Eric Anholt2014-09-045-79/+148
* vc4: Stop being so clever in CMP handling.Eric Anholt2014-09-041-23/+6
* r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák2014-09-041-0/+28
* Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"Marek Olšák2014-09-041-3/+1
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-033-3/+3
* r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák2014-09-031-6/+6
* r600g,radeonsi: Preserve existing buffer flagsMichel Dänzer2014-09-031-3/+3
* r300g: pointless assignment of info.indexedDave Airlie2014-09-031-2/+0
* vc4: Handle a couple of the transfer map flags.Eric Anholt2014-09-022-4/+12
* radeonsi: Compile dummy pixel shader on demandMichel Dänzer2014-09-022-8/+10
* r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPUMichel Dänzer2014-09-021-9/+14
* nouveau: don't leak dec struct on errorDave Airlie2014-09-021-1/+1
* nouveau/nv40: quiten coverity warning in unused vertex texture code.Dave Airlie2014-09-021-0/+1
* nv50: remove unused variablesIlia Mirkin2014-09-012-2/+0