summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.h
AgeCommit message (Expand)Author
2010-03-15nv30, nv40: fully unify nv[34]0_context.hLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri
2010-03-15nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_draw.cLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_state_fb.cLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_state_viewport.cLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_query.cLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_miptree.cLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_state_stipple.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_zsa.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_scissor.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_rasterizer.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_blend.cLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_state_emit.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_clear.cLuca Barbieri
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-01nv30: adapt to vertex element csoRoland Scheidegger
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-11nv30: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-07-12nv30: Emit vertex buffer objects using state objectsPatrice Mandin
2008-07-12nv30: Move edgeflag stuffPatrice Mandin
2008-07-12nv30: Reorder, remove useless stuffPatrice Mandin
2008-07-12nv30: Rename state emission funcPatrice Mandin
2008-07-12nv30: Emit fragment program using state objectsPatrice Mandin
2008-07-12nv30: Emit vertex program using state objectsPatrice Mandin
2008-07-11nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin
2008-07-11nv30: Emit fragtex state using state objectsPatrice Mandin
2008-07-04nv30: Emit sampler state using state objectsPatrice Mandin
2008-07-03nv30: Emit viewport state using state objectsPatrice Mandin
2008-07-03nv30: Emit polygon stipple state using state objectsPatrice Mandin
2008-07-03nv30: Emit scissor state using state objectsPatrice Mandin
2008-07-03nv30: Emit depth/stencil/alpha state using state objectsPatrice Mandin
2008-07-03nv30: Emit rasterizer state using state objectsPatrice Mandin
2008-07-03nv30: Emit blend state using state objectsPatrice Mandin