summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-274-16/+36
| | | | | probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN...
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-132-5/+4
|
* nv50: slightly less skeletal texture funcs, prevents fun segfaultsBen Skeggs2008-05-131-4/+58
|
* 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: stub set_edgeflags for all nv pipe driversBen Skeggs2008-04-271-0/+7
|
* nouveau: fix buildBen Skeggs2008-04-232-2/+1
|
* 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-303-22/+10
|
* nouveau: match gallium API changesBen Skeggs2008-03-211-1/+2
|
* 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
|
* nouveau: match interface changesBen Skeggs2008-03-131-6/+5
|
* nv50: start on fb stateBen Skeggs2008-03-123-0/+99
|
* nv50: rasterizer stateobjBen Skeggs2008-03-123-1/+129
|
* nv50: scissor/viewport/blend colour/stippleBen Skeggs2008-03-123-2/+75
|
* nv50: depth_stencil_alpha stateobjBen Skeggs2008-03-123-2/+80
|
* nv50: crappy state validate/emit functionBen Skeggs2008-03-124-0/+25
| | | | Just for testing stateobjs to make sure they don't hang the engine.
* nv50: create blend stateobjBen Skeggs2008-03-123-1/+86
|
* nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-125-63/+67
|
* nv50: some forgotten changesBen Skeggs2008-03-122-16/+31
|
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-1/+1
|
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-293-5/+7
|
* nouveau: implement pipe_screenBen Skeggs2008-02-297-100/+170
| | | | Untested on NV3x/NV5x. Quite possibly broken.
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1611-0/+742
That was... fun..