summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ilo: make ilo_cp based on ilo_builderChia-I Wu2014-09-0916-979/+114
* ilo: add a builder for building BOs for submissionChia-I Wu2014-09-094-0/+1641
* 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
* gallivm: (trivial) don't try to use rcp when the division 1/x is integerRoland Scheidegger2014-09-091-1/+1
* gallivm: (trivial) fix min / max variable namesRoland Scheidegger2014-09-091-8/+8
* gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand2014-09-061-5/+21
* 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
* gallium/tools: pick up the tools for distributionEmil Velikov2014-09-051-1/+2
* gallium/tests: ship all the tests in the release tarballEmil Velikov2014-09-051-0/+4
* st/vega: ship the final headersEmil Velikov2014-09-051-0/+4
* st/egl: include the remaining files in the tarballEmil Velikov2014-09-052-1/+6
* st/glx/xlib: ship the SConscript in the release tarballEmil Velikov2014-09-051-0/+2
* st/dri: ship the scons buildscript in the release tarballEmil Velikov2014-09-051-0/+2
* st/clover: ship Doxyfile in the release tarballEmil Velikov2014-09-051-0/+2
* gallium: ship state-tracker/README in the release tarballEmil Velikov2014-09-051-0/+1
* gallium: ship the non-automaked state-trackers & targetsEmil Velikov2014-09-051-0/+2
* winsys/intel: drop intel_winsys.h from makefile.sourcesEmil Velikov2014-09-051-2/+1
* automake: check if the linker supports --dynamic-listJonathan Gray2014-09-052-2/+10
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2014-09-055-13/+22
* kms-swrast: Support Prime fd handlingAndreas Pokorny2014-09-052-11/+79
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-053-6/+10
* clover/util: Null-terminate the result of compat::string::c_str().Francisco Jerez2014-09-051-1/+3