summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_query.c
AgeCommit message (Collapse)Author
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-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-21nv40: fix bug in query codeBen Skeggs
2008-03-21nv40: s/free/FREE/Ben Skeggs
2008-02-29nv40: move "channel context" stuff into nv40_screenBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..