summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_fence.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+18
* nouveau: avoid queueing too much work onto a single fenceIlia Mirkin2015-11-071-26/+42
* nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin2015-11-051-2/+12
* nouveau: avoid double-emitting fenceIlia Mirkin2015-10-121-1/+5
* nouveau: avoid emitting new fences unnecessarilyIlia Mirkin2015-10-111-3/+9
* nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin2015-09-281-0/+8
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-18/+18
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-2/+0
* nouveau: check if a fence has already been signalledIlia Mirkin2014-07-151-0/+3
* nouveau: avoid leaking fences while waitingIlia Mirkin2013-12-041-6/+5
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+2
* nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails.Francisco Jerez2013-03-121-2/+4
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-3/+2
* nouveau: fix fence hangMarcin Slusarz2011-10-091-6/+11
* nouveau: fix crash during fence emissionMarcin Slusarz2011-09-251-2/+2
* nouveau: fix nouveau_fence leakMarcin Slusarz2011-09-081-0/+2
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-3/+6
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-011-0/+220