summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_query.c
AgeCommit message (Collapse)Author
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
libdrm_nouveau is linked with the winsys, there's no good reason to do all this through yet another layer.
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
uint64 is not (so?) standard, and often redefined by third parties, causing name clashes.
2008-04-11nv30: Move some structures and functions from context to screenPatrice Mandin
2008-03-30nv30: use FREE macroPatrice Mandin
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..