summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_query.c
AgeCommit message (Expand)Author
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs
2011-03-01nouveau: fix compiler complaintBen Skeggs
2011-03-01nv50: make mm available as common codeBen Skeggs
2011-03-01nv50: move onto shared fence codeBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2011-02-13nv50: fix query assertionMarcin Slusarz
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-24nv50: implement render_conditionChristoph Bumiller
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06nv50: add missing parentheses in nv50_query_result()Roel Kluin
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-07-29nv50: support non-blocking query_result()Ben Skeggs
2009-06-05nv50: use nouveau_bo for query buffersBen Skeggs
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs
2009-03-25nv50: fix typo in nv50_query.cBen Skeggs
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-20nv50: fix occlusion queriesBen Skeggs
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-13nv50: occlusion queriesBen Skeggs
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-07-11nv50: add license headers to .c filesBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs