summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri/nouveau
AgeCommit message (Expand)Author
2008-07-11nouveau: winsys surface funcs deprecated, remove themBen Skeggs
2008-07-08nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs
2008-07-08nv04: Hook the lib into the build.Stephane Marchesin
2008-06-29nouveau: oops, bump the drm patchlevel back down againBen Skeggs
2008-06-29nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs
2008-06-08nouveau: kill off surface_alloc_storage()Ben Skeggs
2008-05-30nouveau: fix warningBen Skeggs
2008-05-30nouveau: flush pending pushbuf if buffer on validate list at map/delBen Skeggs
2008-05-30nouveau: rework buffer validation a bitBen Skeggs
2008-05-30nouveau: oops, more tex-surfaces falloutBen Skeggs
2008-05-25nouveau: missed PCI caseBen Skeggs
2008-05-14nouveau: remove winsys-related stuff from nouveau_local.hBen Skeggs
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-05-13nouveau: make nouveau_device.h part of public APIBen Skeggs
2008-05-13nouveau: create objnull during channel creationBen Skeggs
2008-05-13nouveau: chipset is a device property, remove from nv/nvc.Ben Skeggs
2008-04-04nouveau: create swizzled surface + scaled image objectsBen Skeggs
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs
2008-04-02nouveau: winsys printf disappeared :)Ben Skeggs
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-25nouveau: refcount buffers on validate list.Ben Skeggs
2008-03-24nouveau: fix infinite wait on space for userbuf.Ben Skeggs
2008-03-21nouveau: do a retry if initial buffer alloc failsBen Skeggs
2008-03-21nouveau: use saved fence pointer, not head of unsignalled listBen Skeggs
2008-03-21nouveau: potentially delay buffer destructionBen Skeggs
2008-03-21nouveau: try combining prev and next resources on freeBen Skeggs
2008-03-19nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs
2008-03-17nouveau: create fence object when allocating pushbuf, instead of submitBen Skeggs
2008-03-15nv10.Stephane Marchesin
2008-03-13nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.Ben Skeggs
2008-03-12nv50: ouch, next_subchannel++ :)Ben Skeggs
2008-03-12nv50: some forgotten changesBen Skeggs
2008-03-07nouveau: another "argh gallium fscks with assert" fixBen Skeggs
2008-03-02nouveau: silence some warningsBen Skeggs
2008-03-02nouveau: fix potential crashBen Skeggs
2008-03-02nouveau: enable multi-context/single-channel support for nv40Ben Skeggs
2008-03-02nouveau: turn pushbuf macros into inline functionsBen Skeggs
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs
2008-02-29nouveau: implement pipe_screenBen Skeggs
2008-02-16nouveau: fix potential userbuf crash.Ben Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs