summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_winsys.h
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-12/+6
|
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-27/+0
| | | | | libdrm_nouveau is linked with the winsys, there's no good reason to do all this through yet another layer.
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-6/+0
|
* nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs2009-03-181-1/+1
| | | | | | | | | | drm_api is a set of hooks used by the dri2 state tracker, this wraps our dri1 code around the same set of hooks. Currently the dri2 build will produce nouveau_dri2.so which you'll need to install as nouveau_dri.so if you wish to try it. The dri2 state tracker doesn't make it easy for a driver to support both paths in the same binary.
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-2/+3
|
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-1/+1
|
* nouveau: support getting "native" bo from winsysBen Skeggs2009-02-051-0/+2
|
* nouveau: notifier timeout is a float nowBen Skeggs2009-02-041-1/+1
|
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
| | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage
* nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton2008-12-021-0/+2
|
* Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-0/+6
| | | | Signed-off-by: Pekka Paalanen <pq@iki.fi>
* nv04.Stephane Marchesin2008-07-081-0/+6
|
* nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs2008-06-291-0/+1
| | | | | NVIDIA love to make life difficult.. we need different flags in PTEs for zeta.. yay.. not.
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-8/+5
|
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+5
|
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-1/+2
|
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-2/+2
|
* nv10.Stephane Marchesin2008-03-151-0/+7
|
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-3/+3
|
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-6/+9
|
* nouveau: implement pipe_screenBen Skeggs2008-02-291-3/+12
| | | | Untested on NV3x/NV5x. Quite possibly broken.
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+61
That was... fun..