aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Add missing break statement in i915_debug.c.Vinson Lee2009-11-201-0/+1
|
* i915g: replace //-style commentsBrian Paul2009-11-171-2/+4
|
* i915g: remove trailing commas in enum lists to silence warningsBrian Paul2009-11-171-3/+3
|
* i915g: Fix memory leak when pci id is unknown.Vinson Lee2009-11-101-0/+1
|
* i915g: Fix comment in is buffer referencedJakob Bornecrantz2009-11-071-7/+3
|
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-11/+2
| | | | | | Likewise, the extended negate functionality hasn't been used since mesa switched to using tgsi_ureg to build programs, and has been translating the SWZ opcode internally to a single MAD.
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-15/+5
| | | | | | | | | These haven't been used by the mesa state tracker since the conversion to tgsi_ureg, and it seems that none of the other state trackers are using it either. This helps simplify one of the biggest suprises when starting off with TGSI shaders.
* i915g: Fix warningsJakob Bornecrantz2009-10-142-2/+2
|
* i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
|
* i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz2009-10-071-2/+37
|
* i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-071-3/+3
| | | | | | They now follow the pipe_buffer_write style, its the gallium driver that sets the interface not the winsys.
* i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz2009-10-071-11/+26
| | | | | The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set.
* i915g: Tweek vertexbuffer sizeJakob Bornecrantz2009-10-061-4/+4
|
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-0535-0/+10485
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.