summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-221-0/+1
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-221-3/+3
* nouveau: get rid of tabsIlia Mirkin2015-10-311-12/+12
* nouveau: make sure there's always room to emit a fenceIlia Mirkin2015-10-071-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-2/+2
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-201-1/+1
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-0/+3
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+3
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-18/+51
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-3/+0
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-3/+3
* nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2011-08-301-0/+2
* nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller2011-08-301-1/+2
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-301-0/+2
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-1/+0
* Merge remote branch 'origin/master' into nvc0-newBen Skeggs2010-12-211-1/+1
|\
| * nouveau: fix includes for latest libdrmBen Skeggs2010-12-211-1/+1
* | nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+5
|/
* nv50: fix typo in fifo packet length limitChristoph Bumiller2010-09-181-0/+4
* nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri2010-09-051-1/+0
* nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri2010-08-091-3/+2
* nouveau: s/inline/INLINE/Vinson Lee2010-07-161-1/+1
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-3/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-9/+19
* nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri2010-03-151-4/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-9/+0
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-041-18/+0
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-281-0/+3
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-12/+6
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-27/+0
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-6/+0
* nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs2009-03-181-1/+1
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-2/+3
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-1/+1
* nouveau: support getting "native" bo from winsysBen Skeggs2009-02-051-0/+2
* nouveau: notifier timeout is a float nowBen Skeggs2009-02-041-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton2008-12-021-0/+2
* Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-0/+6
* nv04.Stephane Marchesin2008-07-081-0/+6
* nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs2008-06-291-0/+1
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-8/+5
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+5
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-1/+2
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-2/+2
* nv10.Stephane Marchesin2008-03-151-0/+7
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-3/+3