summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nv50: implement render_conditionChristoph Bumiller2010-01-241-4/+36
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\
| * nv50: add missing parentheses in nv50_query_result()Roel Kluin2010-01-061-1/+1
* | nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-2/+2
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-1/+1
|/
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-1/+1
* nv50: support non-blocking query_result()Ben Skeggs2009-07-291-5/+5
* nv50: use nouveau_bo for query buffersBen Skeggs2009-06-051-13/+12
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-051-4/+4
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-2/+2
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-1/+1
* nv50: fix typo in nv50_query.cBen Skeggs2009-03-251-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* nv50: fix occlusion queriesBen Skeggs2009-02-201-2/+3
* nv50: stop using nouveau_push.h, it's evilBen Skeggs2009-02-051-10/+15
* gallium: make p_winsys internalZack Rusin2009-01-301-3/+3
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-4/+4
* nv50: occlusion queriesBen Skeggs2009-01-131-12/+72
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-1/+1
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+47