summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_util.h
AgeCommit message (Collapse)Author
2010-03-15nvfx: fix quads drawingLuca Barbieri
The primitive splitting code is totally broken and will be rewritten. Fix the most important bug now though.
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen
Also make the type unsigned instead of signed, since negative values do not make sense. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2008-04-04nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs