summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_winsys.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray1-1/+1
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-0/+3
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-0/+3
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-18/+51
2012-04-14nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs1-3/+0
2012-01-05gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák1-1/+1
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz1-3/+3
2011-08-30nouveau: use PRIu64 for printing uint64_tChristoph Bumiller1-0/+2
2011-08-30nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller1-1/+2
2011-08-30nv50: add support for linear textures and render targetsChristoph Bumiller1-0/+2
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs1-1/+0
2010-12-21Merge remote branch 'origin/master' into nvc0-newBen Skeggs1-1/+1
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs1-1/+1
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+5
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller1-0/+4
2010-09-05nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri1-1/+0
2010-08-09nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri1-3/+2
2010-07-16nouveau: s/inline/INLINE/Vinson Lee1-1/+1
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri1-3/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-9/+19
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri1-4/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-9/+0
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez1-18/+0
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri1-0/+3
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs1-12/+6
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs1-27/+0
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs1-6/+0
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs1-1/+1
2009-02-20nv50: rework for texture_transfer changesBen Skeggs1-2/+3
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs1-1/+1
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs1-0/+2
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs1-1/+1
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-12-02nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton1-0/+2
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen1-0/+6
2008-07-08nv04.Stephane Marchesin1-0/+6
2008-06-29nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs1-0/+1
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs1-8/+5
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs1-0/+5
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs1-1/+2
2008-03-19nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs1-2/+2
2008-03-15nv10.Stephane Marchesin1-0/+7
2008-03-02nouveau: enable multi-context/single-channel support for nv40Ben Skeggs1-3/+3
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs1-6/+9
2008-02-29nouveau: implement pipe_screenBen Skeggs1-3/+12
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs1-0/+61