summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/nouveau
AgeCommit message (Expand)AuthorFilesLines
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-04-15Delete autotoolsDylan Baker1-35/+0
2018-01-19autotools: include meson build files in tarballDylan Baker1-0/+2
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker1-1/+0
2017-10-16meson: build nouveau (gallium) driverDylan Baker1-0/+30
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-5/+5
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-2/+2
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2016-10-04gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-08-31Introduce .editorconfigEric Engestrom1-0/+2
2016-07-12nvc0: initial support for GP100 GPUsBen Skeggs1-0/+1
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-1/+1
2016-02-16nvc0: initial support for GM20x GPUsBen Skeggs1-0/+1
2015-12-22nouveau: enable use of new kernel interfacesBen Skeggs1-2/+0
2015-12-22nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs1-8/+23
2015-12-22nouveau: fix screen creation failure pathsBen Skeggs1-6/+10
2015-12-22nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs1-2/+2
2015-12-22nouveau: remove use of deprecated nouveau_device::fdBen Skeggs1-1/+1
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-1/+1
2015-06-28nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner1-1/+5
2015-04-22android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov1-2/+1
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-2/+0
2014-08-28winsys/$(hw): ship the Android/SCons scripts in the tarballEmil Velikov1-0/+2
2014-08-28winsys/$(hw): include headers in Makefile.sourcesEmil Velikov1-0/+1
2014-08-13android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov1-4/+1
2014-06-24nouveau: dup fd before passing it to deviceIlia Mirkin1-2/+17
2014-05-15nvc0: enable support for maxwell boardsBen Skeggs1-0/+1
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst1-4/+74
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs1-1/+2
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov1-2/+1
2013-10-01winsys/nouveau/drm: consolidate C sources list into Makefile.sourcesEmil Velikov3-3/+6
2013-07-05nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-4/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10nouveau/winsys/drm: Convert to automakeMatt Turner3-11/+38
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-0/+1
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-2/+0
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-5/+1
2012-04-14nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs1-1/+3
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz3-86/+2
2011-11-17nvc0: add support for GF119 (NVD9)Ben Skeggs1-0/+1
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-2/+2
2011-08-27android: add support for nouveauChia-I Wu1-0/+41
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+3
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz1-1/+2
2010-06-23nouveau: Move bootstrap code to targetsJakob Bornecrantz3-17/+12
2010-06-23nouveau: Rename winsys fileJakob Bornecrantz3-4/+4
2010-06-06nouveau: Remove left over argument in drm apiJakob Bornecrantz1-2/+1
2010-05-25gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2-73/+0
2010-05-21nouveau: Fix build after msaa mergeJakob Bornecrantz1-3/+1