summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_winsys.h
AgeCommit message (Expand)Author
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs
2010-12-21Merge remote branch 'origin/master' into nvc0-newBen Skeggs
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller
2010-09-05nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri
2010-08-09nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri
2010-07-16nouveau: s/inline/INLINE/Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs
2009-01-30gallium: make p_winsys internalZack Rusin
2008-12-02nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen
2008-07-08nv04.Stephane Marchesin
2008-06-29nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-19nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs
2008-03-15nv10.Stephane Marchesin
2008-03-02nouveau: enable multi-context/single-channel support for nv40Ben Skeggs
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs
2008-02-29nouveau: implement pipe_screenBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs