summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_screen.h
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+3
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-221-0/+1
* nouveau: get rid of tabsIlia Mirkin2015-10-311-41/+41
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-3/+3
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-06-221-0/+4
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-0/+4
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-02-101-0/+5
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+55
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-0/+1
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-1/+3
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-131-0/+2
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-1/+7
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-0/+2
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-44/+4
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-091-0/+2
* nouveau: fix fence hangMarcin Slusarz2011-10-091-1/+1
* nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+1
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-201-2/+0
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-4/+0
* nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2011-03-031-0/+1
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-7/+0
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-0/+9
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-011-0/+3
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-011-0/+12
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-1/+2
* nouveau: s/inline/INLINE/Vinson Lee2010-07-161-3/+3
* nouveau: Add missing header.Vinson Lee2010-04-181-0/+2
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-0/+5
* nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri2010-04-121-0/+12
* Squashed commit of the following:Keith Whitwell2010-04-101-29/+41
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-0/+12
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-051-0/+3
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-0/+11
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-0/+1
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-0/+24