summaryrefslogtreecommitdiff
path: root/src/nouveau_wfb.c
Commit message (Expand)AuthorAgeFilesLines
* fix hardcoding of nvc0 wfb pathnvc0Ben Skeggs2011-01-171-4/+4
* nvc0: change tile_mode to contain 0xZYX instead of 0xZYChristoph Bumiller2010-12-091-1/+1
* Merge remote branch 'origin/master' into nvc0Christoph Bumiller2010-12-091-1/+1
|\
| * Update to the last libdrm API.Francisco Jerez2010-10-121-1/+1
* | nvc0: initial implementationChristoph Bumiller2010-07-031-0/+3
|/
* wfb: use 28 bits instead of 32 bits for multiply_factor optimisationMaarten Maathuis2010-05-071-3/+4
* exa: Remove non-driver pixmaps pathBen Skeggs2010-01-111-9/+2
* wfb: more correct and more error tolerantMaarten Maathuis2009-08-171-7/+15
* wfb: don't default to linear when encountering a pixmap without boMaarten Maathuis2009-08-081-2/+12
* nv50: tile scanout buffer for "classic" exa if xserver new enoughBen Skeggs2009-07-281-7/+15
* wfb: fix stupid thinko + more safetyBen Skeggs2009-06-251-7/+6
* wfb: use straight memcpy hook if no tiled wraps presentBen Skeggs2009-06-161-4/+13
* wfb: be more cautious in a few placesBen Skeggs2009-06-161-6/+15
* wfb: "mode0" tiles have the same pitch as the othersBen Skeggs2009-06-101-9/+7
* wfb: work-around wfb suckageBen Skeggs2009-06-101-147/+78
* wfb: need a 64-bit datatype for multiply_factorBen Skeggs2009-06-101-1/+1
* nv50: use libwfb for pixmap access when driver pixmaps enabledBen Skeggs2009-06-091-0/+247