summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie1-2/+4
2011-02-24nvc0: fix PointCoord enable in FP headerChristoph Bumiller1-2/+5
2011-02-24nvc0: change TGSI CMP translation to use slctChristoph Bumiller3-8/+15
2011-02-24nvc0: sprite coord enable is per GENERIC, not overall indexChristoph Bumiller1-5/+3
2011-02-24nvc0: fix new_value calls using type instead of sizeChristoph Bumiller1-3/+3
2011-02-24nvc0: set local memory usage info in shader headerChristoph Bumiller6-3/+34
2011-02-24nvc0: don't fold loads from local memoryChristoph Bumiller1-0/+5
2011-02-24nvc0: presin and preex2 can load from const spaceChristoph Bumiller1-2/+2
2011-02-24nvc0: kick out empty live rangesChristoph Bumiller1-0/+3
2011-02-24nvc0: preemptively insert branch at ENDIFChristoph Bumiller2-1/+9
2011-02-24nvc0: correct allocation of constrained registersChristoph Bumiller1-67/+154
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller6-6/+35
2011-02-24nvc0: improve userspace fencingChristoph Bumiller6-26/+46
2011-02-24nvc0: values for undefined outputs must have file GPRChristoph Bumiller1-7/+4
2011-02-24nvc0: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2011-02-24nvc0: fix SSGChristoph Bumiller1-5/+5
2011-02-24nvc0: don't visit target blocks of a loop break multiple timesChristoph Bumiller1-1/+4
2011-02-24nvc0: don't overwrite phi sources at the end of a loopChristoph Bumiller1-1/+5
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca4-9/+138
2011-02-24r600g: EXT_texture_array support.Dave Airlie6-9/+39
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz5-40/+36
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz5-55/+59
2011-02-24i915g: Disable LIS7 state updates for nowJakob Bornecrantz2-1/+5
2011-02-24i915g: Clean up in i915_state_immediateJakob Bornecrantz1-5/+1
2011-02-24i915g: Remove outdated commentJakob Bornecrantz1-8/+0
2011-02-24i915g: Enable mirror repeat wrap modeJakob Bornecrantz3-6/+4
2011-02-24i915g: Always set vbo to flush on flushesJakob Bornecrantz1-1/+1
2011-02-23r600g: Request DWORD aligned vertex buffers.Fabian Bieler1-1/+1
2011-02-22r300g: fix missing initializers warningBrian Paul1-2/+4
2011-02-22i915g: remove extra semicolonsBrian Paul1-3/+3
2011-02-21i915g: s/bool/boolean/ style-fixup in winsysDaniel Vetter1-1/+2
2011-02-21i915g: Add option to lie about capsJakob Bornecrantz3-1/+9
2011-02-21i915g: Move debug fields to screenJakob Bornecrantz4-4/+7
2011-02-21i915g: Use debug get once optionsJakob Bornecrantz2-3/+9
2011-02-21i915g: Rework texture tiling a bitJakob Bornecrantz1-14/+8
2011-02-21i915g: Anisotropic filtering worksJakob Bornecrantz1-1/+1
2011-02-21i915g: TODO about point spritesJakob Bornecrantz1-0/+3
2011-02-21i915g: TODO about untested code hidden behind capsJakob Bornecrantz2-2/+9
2011-02-21i915g: Reorg capsJakob Bornecrantz1-28/+42
2011-02-21svga: Remove some remaining fake S3TC rendering support.José Fonseca1-4/+0
2011-02-21i915g: Add dummy flush_frontbufferJakob Bornecrantz1-0/+15
2011-02-19scons: Add aliases for the llvmpipe unit tests.José Fonseca1-2/+7
2011-02-19r300g: fix a possible race when counting contextsMarek Olšák3-2/+8
2011-02-18svga: Fix NULL dereference.José Fonseca3-7/+9
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca8-17/+40
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca1-1/+19
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca1-5/+4
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca1-38/+51
2011-02-18svga: Preserve src swizzles in submit_op2/3/4.José Fonseca1-25/+45
2011-02-18r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák7-88/+27