summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-25nouveau: fix winsys object leakMarcin Slusarz1-0/+2
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis1-0/+21
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton1-1/+2
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs1-3/+6
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs1-7/+1
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs1-5/+4
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs1-0/+5
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-0/+242