summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-1/+11
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-0/+1
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-221-0/+4
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-221-2/+6
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-221-0/+1
* nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin2015-11-051-1/+1
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-051-0/+19
* nouveau: get rid of tabsIlia Mirkin2015-10-311-152/+152
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-3/+3
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-8/+0
* gallium: handle fence_finish timeout in various driversMarek Olšák2015-07-051-0/+3
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-06-221-0/+10
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+7
* nvc0: add support for indirect drawingChristoph Bumiller2014-07-151-2/+4
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-201-1/+1
* nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov2014-03-141-1/+1
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-0/+6
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-2/+9
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-2/+2
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-131-0/+24
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-0/+10
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-111/+38
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-1/+0
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-4/+3
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-091-0/+7
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-201-14/+0
* nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-20/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-011-0/+9
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-011-3/+4
* nouveau: Get larger push buffers.Francisco Jerez2010-10-121-1/+1
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* nouveau: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/snprintf/util_snprintf/Vinson Lee2010-07-161-1/+2
* nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+0
|\
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-171-2/+0
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-0/+3
|/
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-8/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-152/+73
* nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs2010-03-101-1/+1
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2
* nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-041-0/+72
* gallium/nouveau: clean-up #includesBrian Paul2010-02-261-5/+5
* nouveau: switch to nouveau_bo_new_tile()Ben Skeggs2010-02-121-4/+6