summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* vl: move away from state like parametersChristian König2012-01-151-40/+23
* vl/video_buffer: use template style create paramsChristian König2012-01-151-17/+12
* r600g: vertex id support.Dave Airlie2012-01-151-8/+15
* r600g: make u2f trans onlyDave Airlie2012-01-151-1/+1
* nvfx: random cleanups of the state validation codeLucas Stach2012-01-151-27/+22
* nvfx: drop render temporaries codeLucas Stach2012-01-154-172/+18
* nvfx: rework state_fb code to get rid of render tempsLucas Stach2012-01-154-146/+72
* nvfx: say no to stream output capsLucas Stach2012-01-151-1/+5
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-158-52/+28
* r600g: add r600 version of UINT_TO_FLT conversion.Dave Airlie2012-01-141-0/+1
* r600g: fix r600 f2i to be trans only emitted.Dave Airlie2012-01-141-1/+1
* r600g: add missing case for uint->flt conversion.Dave Airlie2012-01-141-0/+1
* r600g: add missing r32 uint/sint fbo formats.Dave Airlie2012-01-142-0/+8
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-137-38/+97
* 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