summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-0/+1
2016-05-30gallium: push offset down to driverStanimir Varbanov1-0/+6
2015-12-22nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs1-0/+4
2015-12-22nouveau: fix screen creation failure pathsBen Skeggs1-2/+6
2015-12-22nouveau: remove use of deprecated nouveau_device::fdBen Skeggs1-0/+1
2015-11-05nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin1-1/+1
2015-11-05nouveau: add support for sending debug messages via KHR_debugIlia Mirkin1-0/+19
2015-10-31nouveau: get rid of tabsIlia Mirkin1-152/+152
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-3/+3
2015-07-16gallium: add BIND flags for R/W buffers and imagesMarek Olšák1-1/+2
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-8/+0
2015-07-05gallium: handle fence_finish timeout in various driversMarek Olšák1-0/+3
2015-06-22nouveau: support for custom VRAM domainsAlexandre Courbot1-0/+10
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+7
2014-07-15nvc0: add support for indirect drawingChristoph Bumiller1-2/+4
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray1-1/+1
2014-03-14nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov1-1/+1
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst1-0/+6
2013-12-10nouveau: Support DRI Image 7 extensionMaarten Lankhorst1-2/+9
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-0/+6
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-2/+2
2012-07-13nouveau: implement missing timer query functionalityChristoph Bumiller1-0/+24
2012-05-17nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller1-0/+10
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-111/+38
2012-02-21gallium/util: remove u_simple_screenMarek Olšák1-1/+0
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz1-4/+3
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz1-0/+7
2011-06-20gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz1-14/+0
2011-03-18nouveau: Fix serious compiler warningsJohannes Obermayr1-0/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-7/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-20/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs1-0/+9
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs1-3/+4
2010-10-12nouveau: Get larger push buffers.Francisco Jerez1-1/+1
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz1-1/+2
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee1-1/+2
2010-06-24nouveau: Remove reference to drm_apiJakob Bornecrantz1-1/+1
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-2/+0
2010-05-17nouveau: adapt to interface changesRoland Scheidegger1-2/+0
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry1-0/+3
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri1-8/+4
2010-04-10Squashed commit of the following:Keith Whitwell1-152/+73
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs1-1/+1
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-1/+2
2010-03-04nouveau: Conversion to winsys handleJakob Bornecrantz1-0/+72
2010-02-26gallium/nouveau: clean-up #includesBrian Paul1-5/+5
2010-02-12nouveau: switch to nouveau_bo_new_tile()Ben Skeggs1-4/+6
2010-02-04gallium: fix more missing includes from various placesDave Airlie1-0/+2