summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv10/nv10_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-041-298/+0
|
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside ↵José Fonseca2010-02-021-1/+1
| | | | util/u_simple_screen.h
* nv10, nv20: Fix build.Francisco Jerez2010-02-011-1/+1
|
* nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-051-181/+186
|
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-6/+0
| | | | | several drivers which chose to ignore edgeflags might require some more work, while edgeflags never worked there they might now crash.
* nv10: Fix build for the last nouveau_class.h changes.Francisco Jerez2009-11-151-1/+1
| | | | | Signed-off-by: Francisco Jerez <[email protected]> Signed-off-by: Pekka Paalanen <[email protected]>
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-191-25/+2
|
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-5/+5
|
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
| | | | | | | Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
| | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage
* Nouveau: update nouveau_class.hPekka Paalanen2008-11-301-1/+1
| | | | | | Fresh from renouveau. Signed-off-by: Pekka Paalanen <[email protected]>
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
|
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-1/+0
| | | | | probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN...
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-2/+0
|
* nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs2008-04-271-0/+6
|
* nv10: fix random stuffPeter Winters2008-04-201-3/+33
|
* nv10: fix stuff and things.Stephane Marchesin2008-04-021-71/+21
|
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-15/+4
|
* nv10.Stephane Marchesin2008-03-151-0/+325