summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-4/+4
* nv50: report some supported formats to keep the state tracker from asserting.Ben Skeggs2008-05-131-0/+24
* nouveau: bitmap texcoord bias has been removedBen Skeggs2008-05-051-2/+0
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+3
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-1/+1
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-1/+1
* nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.Ben Skeggs2008-03-131-8/+21
* nv50: create blend stateobjBen Skeggs2008-03-121-0/+10
* nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-121-1/+48
* nv50: some forgotten changesBen Skeggs2008-03-121-0/+2
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-1/+3
* nouveau: implement pipe_screenBen Skeggs2008-02-291-0/+117