summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx
AgeCommit message (Expand)Author
2010-04-12nvfx: move check for NOUVEAU_SWTNLLuca Barbieri
2010-04-12nvfx: remove #include "nouveau_stateobj.h"Luca Barbieri
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri
2010-04-12nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri
2010-04-12nvfx: so->RING_3D: vertprogLuca Barbieri
2010-04-12nvfx: so->RING_3D: srLuca Barbieri
2010-04-12nvfx: so->sb: blendLuca Barbieri
2010-04-12nvfx: so->sb: zsaLuca Barbieri
2010-04-12nvfx: so->sb: rasterizerLuca Barbieri
2010-04-12nvfx: so->RING_3D: screenLuca Barbieri
2010-04-12nvfx: so->RING_3D: viewportLuca Barbieri
2010-04-12nvfx: so->RING_3D: stippleLuca Barbieri
2010-04-12nvfx: so->RING_3D: scissorLuca Barbieri
2010-04-12nvfx: so->RING_3D: blendLuca Barbieri
2010-04-12nvfx: so->RING_3D: fbLuca Barbieri
2010-04-12nvfx: so->RING_3D: fragprogLuca Barbieri
2010-04-12nvfx: so->RING_3D: fragtexLuca Barbieri
2010-04-12nvfx: so->RING_3D: vboLuca Barbieri
2010-04-12nvfx: stop using flush_notifyLuca Barbieri
2010-04-12nouveau: add state buffers, lightweight replacement for state objectsLuca Barbieri
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri
2010-04-12nvfx: avoid flushes in primitivesLuca Barbieri
2010-04-12nvfx: fix bind flagsLuca Barbieri
2010-04-12nvfx: make NOUVEAU_NO_TRANSFER default offLuca Barbieri
2010-04-12nvfx: always use M2MF instead of the blitterLuca Barbieri
2010-04-12nvfx: add missing vtbl for shared texturesLuca Barbieri
2010-04-10nvfx: Silence uninitialized variable warning.Vinson Lee
2010-04-10nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz
2010-03-23nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri
2010-03-23nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri
2010-03-23nvfx: don't crash on empty fragment programLuca Barbieri
2010-03-23nvfx: fix coding style in nvfx_transfer.cLuca Barbieri
2010-03-23nvfx: stop incessantly spewing debug messages on the terminalLuca Barbieri
2010-03-23nvfx: fix/workaround nv3x hwtnl issuesLuca Barbieri
2010-03-22nvfx: fix sampler views supportLuca Barbieri
2010-03-15nvfx: fix up after mergeKeith Whitwell
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-15nvfx: remove src_native_swz, which was a no-opLuca Barbieri
2010-03-15nvfx: clean up shader headerLuca Barbieri
2010-03-15nvfx: draw: make swtnl draw_elements actually work.Luca Barbieri
2010-03-15nvfx: draw: emit color as floating pointLuca Barbieri
2010-03-15nvfx: draw: make perspective corrective texturing workLuca Barbieri
2010-03-15nvfx: draw: create draw vp with uregLuca Barbieri
2010-03-15nvfx: add NOUVEAU_SWTNL to force swtnl at runtimeLuca Barbieri
2010-03-15nvfx: move nv04_surface_2d.c into nvfx directoryLuca Barbieri
2010-03-15nvfx: fix viewport state after bypass removal for swtnlLuca Barbieri
2010-03-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri