summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* softpipe: allow softpipe to set shader params depending on runtime llvm (v3)Dave Airlie2012-01-113-9/+18
* nv50: fix clip state validationChristoph Bumiller2012-01-101-3/+4
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-102-7/+16
* svga: Drop execbuf throttlingJakob Bornecrantz2012-01-105-36/+1
* svga: Add somewhat sensible fallback and silence warningJakob Bornecrantz2012-01-101-3/+2
* svga: Silence warningJakob Bornecrantz2012-01-101-7/+0
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+3
* svga: Silence warningJakob Bornecrantz2012-01-101-0/+1
* svga: IgnoresJakob Bornecrantz2012-01-101-0/+2
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0
* target-helpers: If neither softpipe or llvmpipe is used just return the screenJakob Bornecrantz2012-01-101-0/+2
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-1015-217/+185
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-106-5/+18
* nvc0: fix FP header clip distance maskChristoph Bumiller2012-01-101-5/+5
* nvc0/ir: TXF array index already is an integerChristoph Bumiller2012-01-101-3/+6
* nv50/ir: handle TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2012-01-104-8/+8
* nv50/ir/tgsi: translate SNE as unordered comparisonChristoph Bumiller2012-01-101-0/+1
* nv50/ir/ra: don't coalesce contraint-movesChristoph Bumiller2012-01-101-0/+4
* nvc0: enable shader watchdog timerChristoph Bumiller2012-01-102-0/+8
* nv50/ir/tgsi: handle TGSI_OPCODE_IABSChristoph Bumiller2012-01-101-0/+3
* nv50/ir/opt: optimize u32 MOD by power of 2 into ANDChristoph Bumiller2012-01-101-0/+8
* nv50/ir/opt: s/SHL/SHR in optimization of u32 DIVChristoph Bumiller2012-01-101-1/+1
* nv50/ir,nvc0: make ClipDistance and ClipVertex workChristoph Bumiller2012-01-106-24/+54
* nv50,nvc0: handle new PIPE_CAPsChristoph Bumiller2012-01-102-0/+15
* nvc0/ir/emit: fix modifiers of f32 add with long immediateChristoph Bumiller2012-01-101-5/+11
* nvc0/ir: fix default insertion position in pre-SSA lowering passChristoph Bumiller2012-01-101-7/+1
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-1072-299/+313
* softpipe: Don't use llvm in drawJakob Bornecrantz2012-01-091-1/+4
* draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz2012-01-091-5/+11
* draw: Make it possible to create a llvm free contextJakob Bornecrantz2012-01-092-15/+35
* radeon/winsys: fix get info ioctl error checkingJerome Glisse2012-01-091-3/+5
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-0919-158/+146
* nvfx: remove unused-but-set variablesMarek Olšák2012-01-082-5/+0
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-074-1/+20
* util: silence some MSVC type conversion warningsBrian Paul2012-01-071-5/+5
* draw: replace assert(0) with debug_warn_once()Brian Paul2012-01-073-6/+6
* util: add debug_warn_once() macroBrian Paul2012-01-071-0/+19
* draw: whitespace fixes, etc.Brian Paul2012-01-074-173/+160
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-079-52/+27
* svga: fix assorted whitespace issues, add copyright commentBrian Paul2012-01-073-78/+85
* svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READBrian Paul2012-01-071-0/+4
* u_vbuf: don't unroll indices if mapping vertex buffers blocksMarek Olšák2012-01-071-1/+35
* draw: fix missing include for u_format.Dave Airlie2012-01-071-0/+1
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-072-2/+4
* draw: don't translate non-floats to float.Dave Airlie2012-01-071-0/+22
* r600g: remove obsolete MULTIWRITE commentAlex Deucher2012-01-061-1/+0
* draw: fix piglit base vertex + user vertex array testsDave Airlie2012-01-061-1/+1
* gallium: add support for clip distancesBryan Cain2012-01-054-11/+39
* r300/compiler: fix buffer underflow when setting SEM_WAIT on last instructionMarek Olšák2012-01-052-4/+4