summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/nouveau/common
Commit message (Expand)AuthorAgeFilesLines
* winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell2009-03-031-0/+6
* nouveau: Use new makefile template for drm commonJakob Bornecrantz2009-02-202-66/+7
* nouveau: reenable all the non-nv50 pipe driversBen Skeggs2009-02-201-2/+0
* nv50: rework for texture_transfer changesBen Skeggs2009-02-202-0/+5
* gallium: Don't rebuild common drm codeJakob Bornecrantz2009-02-101-3/+3
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-057-582/+11
* nv50: move 2d blit/fill code into pipe driverBen Skeggs2009-02-054-201/+3
* nouveau: support getting "native" bo from winsysBen Skeggs2009-02-051-0/+8
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-047-54/+98
* nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs2009-02-0419-2475/+29
* Merge branch 'gallium-0.2' of git+ssh://[email protected]/git/mesa/...Stephane Marchesin2009-02-023-3/+3
|\
| * gallium: make p_winsys internalZack Rusin2009-01-303-3/+3
* | nv04: some old changes I had lying around.Stephane Marchesin2009-02-023-3/+12
|/
* nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton2009-01-181-0/+15
* nouveau: return buffer map to something sane.Ben Skeggs2009-01-121-20/+0
* nouveau: use usage, not uninitialised flags value...Ben Skeggs2009-01-121-1/+1
* nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton2009-01-1026-0/+4210