summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
...
* nv50: drop the majority of the old shader code, reimplement, only MOV so far.Ben Skeggs2008-06-291-265/+146
* nv50: split code/data upload out, fp will use it later onBen Skeggs2008-06-291-15/+27
* nv50: DPHBen Skeggs2008-06-291-0/+12
* nv50: implement SUBBen Skeggs2008-06-291-19/+44
* nv50: fucking horrible hack, I really hate G8x shaders..Ben Skeggs2008-06-291-1/+10
* nv50: use "real" constbufs for shaders + tcb uploadsBen Skeggs2008-06-297-45/+90
* nv50: import current "state of the art" nv50 codeBen Skeggs2008-06-299-13/+1017
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-2/+4
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-274-16/+36
* 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
* 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
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1611-0/+742