summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: kill off surface_alloc_storage()Ben Skeggs2008-06-081-23/+0
* nouveau: fix warningBen Skeggs2008-05-301-1/+1
* nouveau: flush pending pushbuf if buffer on validate list at map/delBen Skeggs2008-05-301-0/+8
* nouveau: rework buffer validation a bitBen Skeggs2008-05-302-60/+69
* nouveau: oops, more tex-surfaces falloutBen Skeggs2008-05-301-1/+2
* nouveau: missed PCI caseBen Skeggs2008-05-251-1/+2
* nouveau: remove winsys-related stuff from nouveau_local.hBen Skeggs2008-05-143-36/+42
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-3/+2
* nouveau: make nouveau_device.h part of public APIBen Skeggs2008-05-136-35/+1
* nouveau: create objnull during channel creationBen Skeggs2008-05-134-9/+9
* nouveau: chipset is a device property, remove from nv/nvc.Ben Skeggs2008-05-136-37/+41
* nouveau: create swizzled surface + scaled image objectsBen Skeggs2008-04-043-1/+56
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-044-3/+37
* nouveau: winsys printf disappeared :)Ben Skeggs2008-04-021-10/+0
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-303-3/+55
* nouveau: refcount buffers on validate list.Ben Skeggs2008-03-252-3/+6
* nouveau: fix infinite wait on space for userbuf.Ben Skeggs2008-03-241-0/+25
* nouveau: do a retry if initial buffer alloc failsBen Skeggs2008-03-211-2/+7
* nouveau: use saved fence pointer, not head of unsignalled listBen Skeggs2008-03-211-2/+1
* nouveau: potentially delay buffer destructionBen Skeggs2008-03-211-5/+15
* nouveau: try combining prev and next resources on freeBen Skeggs2008-03-211-12/+17
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-4/+11
* nouveau: create fence object when allocating pushbuf, instead of submitBen Skeggs2008-03-173-10/+11
* nv10.Stephane Marchesin2008-03-153-0/+9
* nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.Ben Skeggs2008-03-132-7/+36
* nv50: ouch, next_subchannel++ :)Ben Skeggs2008-03-121-1/+1
* nv50: some forgotten changesBen Skeggs2008-03-121-1/+1
* nouveau: another "argh gallium fscks with assert" fixBen Skeggs2008-03-071-1/+2
* nouveau: silence some warningsBen Skeggs2008-03-022-4/+5
* nouveau: fix potential crashBen Skeggs2008-03-021-1/+3
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-024-9/+74
* nouveau: turn pushbuf macros into inline functionsBen Skeggs2008-03-027-259/+396
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-4/+4
* nouveau: implement pipe_screenBen Skeggs2008-02-292-18/+28
* nouveau: fix potential userbuf crash.Ben Skeggs2008-02-161-4/+6
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1628-0/+3987