summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-8/+5
|
* nouveau: make nouveau_device.h part of public APIBen Skeggs2008-05-131-0/+30
|
* nouveau: create objnull during channel creationBen Skeggs2008-05-131-0/+1
|
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+5
|
* nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs2008-04-041-0/+64
|
* nv10: fix stuff and things.Stephane Marchesin2008-04-021-6/+18
|
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-303-7/+8
|
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-193-11/+10
|
* nouveau: latest header.Stephane Marchesin2008-03-171-6/+8
|
* nv10.Stephane Marchesin2008-03-151-0/+7
|
* nouveau: latest header.Stephane Marchesin2008-03-151-16/+28
|
* nouveau: update to latest nouveau_class.hStephane Marchesin2008-03-131-2/+3
|
* nouveau: update to latest reg header.Stephane Marchesin2008-03-121-8/+8
|
* 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.
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-1/+1
|
* nouveau: cleanups + fixesBen Skeggs2008-02-181-12/+9
|
* nouveau: header updateBen Skeggs2008-02-181-2/+2
|
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1611-0/+6852
That was... fun..