summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-123-10/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-129-21/+84
* sofpipe: remove extraneous semicolonBrian Paul2012-01-121-1/+1
* r600g: don't advertise integers yet on r600.Dave Airlie2012-01-121-2/+0
* svga: Fix user clip planes.José Fonseca2012-01-122-4/+3
* softpipe: bump max texture array layers to 256.Dave Airlie2012-01-121-1/+1
* gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the deviceThomas Hellstrom2012-01-121-3/+6
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* svga: don't reference count svga_sampler_view's textureBrian Paul2012-01-111-2/+12
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* nv50/ir: handle TGSI_OPCODE_ISSGChristoph Bumiller2012-01-111-3/+8
* nv50/ir: handle TGSI_TEXTURE_SHADOWCUBEChristoph Bumiller2012-01-111-0/+1
* nv50,nvc0: zero out program struct on program_destroyChristoph Bumiller2012-01-112-3/+13
* softpipe: route correct coordinates for shadow cube sampling.Dave Airlie2012-01-111-1/+2
* llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca2012-01-111-7/+3
* softpipe: enable clamping controlDave Airlie2012-01-112-3/+8
* softpipe: fix texel fetch swizzlesDave Airlie2012-01-111-26/+43
* i915g: Fix bugs in the shader optimizer.Stéphane Marchesin2012-01-111-46/+80
* softpipe: fix llvm buildDave Airlie2012-01-113-3/+3
* 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
* 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
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-109-160/+80
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-102-2/+9
* 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-1032-196/+201
* softpipe: Don't use llvm in drawJakob Bornecrantz2012-01-091-1/+4
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-095-16/+12
* nvfx: remove unused-but-set variablesMarek Olšák2012-01-082-5/+0
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-075-23/+17
* 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
* r600g: remove obsolete MULTIWRITE commentAlex Deucher2012-01-061-1/+0
* r300/compiler: fix buffer underflow when setting SEM_WAIT on last instructionMarek Olšák2012-01-052-4/+4
* u_vbuf: implement another upload codepath which unrolls indicesMarek Olšák2012-01-051-1/+1
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3