summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_context.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-05nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin1-0/+1
2015-11-05nouveau: add support for sending debug messages via KHR_debugIlia Mirkin1-0/+4
2015-09-09nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin1-2/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-4/+4
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-2/+2
2015-03-31nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ĺšlusarz1-3/+5
2014-05-02nouveau: remove cb_dirty, it's never usedIlia Mirkin1-1/+0
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray1-1/+1
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-0/+23
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz1-0/+12
2012-04-14nouveau: add new shared scratch buffersChristoph Bumiller1-0/+37
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-2/+1
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-0/+4
2011-10-21nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller1-0/+6
2011-09-14nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller1-1/+1
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller1-0/+3
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-0/+26
2010-04-10Squashed commit of the following:Keith Whitwell1-11/+0
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs1-0/+11