summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_context.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-1/+0
|\
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-1/+0
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-0/+1
|/
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-191-0/+1
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-2/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-0/+4
* nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs2008-06-231-0/+1
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-1/+0
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-2/+0
* nv40: do full swtnl fallback when edge flags present.Ben Skeggs2008-04-281-0/+1
* nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs2008-04-151-2/+2
* nv40: implement user clip planesBen Skeggs2008-04-071-4/+0
* nv40: static attribs -> stateobjBen Skeggs2008-04-041-1/+2
* nv40: only update draw module state when using swtnlBen Skeggs2008-04-021-2/+4
* nv40: respect rasterizer cso bypass_clipping flagBen Skeggs2008-03-241-0/+1
* nv40: simple swtnl path (half broken, but getting there)Ben Skeggs2008-03-161-3/+22
* nouveau: match interface changesBen Skeggs2008-03-131-0/+2
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-0/+1
* nv40: move "channel context" stuff into nv40_screenBen Skeggs2008-02-291-24/+5
* nouveau: implement pipe_screenBen Skeggs2008-02-291-0/+2
* nv40: remove pipe_state struct now.Ben Skeggs2008-02-251-22/+19
* nv40: construct vbo state the same way as the restBen Skeggs2008-02-251-4/+7
* nv40: move hw_dirtyBen Skeggs2008-02-221-3/+2
* nv40: rework fragment texture stateBen Skeggs2008-02-221-1/+1
* nv40: fb stateBen Skeggs2008-02-201-1/+2
* nv40: almost there..Ben Skeggs2008-02-201-13/+53
* nv40: keep track of generated context state vs current channel stateBen Skeggs2008-02-201-11/+15
* nv40: and vertprog..Ben Skeggs2008-02-181-11/+3
* nv40: get fragprog onto new state mechanismBen Skeggs2008-02-181-11/+6
* nv40: move some things aroundBen Skeggs2008-02-181-0/+3
* nv40: until gallium is fixed we'll need a fallback for user clip planesBen Skeggs2008-02-181-0/+13
* nv40: similar changes to polygon stipple as were done for scissorBen Skeggs2008-02-181-4/+14
* nv40: ensure scissor gets disabled where necessaryBen Skeggs2008-02-181-2/+17
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+153