| Commit message (Expand) | Author | Age | Files | Lines |
* | replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec() | Eric Engestrom | 2020-06-18 | 1 | -1/+2 |
* | nvc0: initial support for tu1xx | Ben Skeggs | 2020-06-10 | 1 | -0/+1 |
* | nvc0: initial support for gv100 | Ben Skeggs | 2020-06-10 | 1 | -0/+1 |
* | meson: use gnu_symbol_visibility argument | Dylan Baker | 2020-06-01 | 1 | -1/+1 |
* | util: don't include p_defines.h and u_pointer.h from gallium | Marek Olšák | 2020-03-27 | 1 | -0/+1 |
* | gallium/hash_table: remove some function wrappers | Marek Olšák | 2020-02-26 | 1 | -2/+2 |
* | gallium/hash_table: turn it into a wrapper around util/hash_table | Marek Olšák | 2020-02-26 | 1 | -1/+1 |
* | gallium/hash_table: consolidate hash tables with FD keys | Marek Olšák | 2020-02-26 | 1 | -23/+1 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 1 | -1/+1 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 1 | -35/+0 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -0/+2 |
* | meson: don't use build_by_default for specific gallium drivers | Dylan Baker | 2017-11-13 | 1 | -1/+0 |
* | meson: build nouveau (gallium) driver | Dylan Baker | 2017-10-16 | 1 | -0/+30 |
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 1 | -5/+5 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -2/+2 |
* | gallium/util: remove pipe_static_mutex() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC) | Matt Whitlock | 2016-10-04 | 1 | -1/+2 |
* | Introduce .editorconfig | Eric Engestrom | 2016-08-31 | 1 | -0/+2 |
* | nvc0: initial support for GP100 GPUs | Ben Skeggs | 2016-07-12 | 1 | -0/+1 |
* | Android: move libdrm settings to top-level Android.common.mk | Rob Herring | 2016-06-13 | 1 | -1/+1 |
* | nvc0: initial support for GM20x GPUs | Ben Skeggs | 2016-02-16 | 1 | -0/+1 |
* | nouveau: enable use of new kernel interfaces | Ben Skeggs | 2015-12-22 | 1 | -2/+0 |
* | nouveau: remove use of deprecated nouveau_device_wrap() | Ben Skeggs | 2015-12-22 | 1 | -8/+23 |
* | nouveau: fix screen creation failure paths | Ben Skeggs | 2015-12-22 | 1 | -6/+10 |
* | nouveau: return nouveau_screen from hw-specific creation functions | Ben Skeggs | 2015-12-22 | 1 | -2/+2 |
* | nouveau: remove use of deprecated nouveau_device::fd | Ben Skeggs | 2015-12-22 | 1 | -1/+1 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -1/+1 |
* | nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads. | Mario Kleiner | 2015-06-28 | 1 | -1/+5 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -2/+1 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -2/+0 |
* | winsys/$(hw): ship the Android/SCons scripts in the tarball | Emil Velikov | 2014-08-28 | 1 | -0/+2 |
* | winsys/$(hw): include headers in Makefile.sources | Emil Velikov | 2014-08-28 | 1 | -0/+1 |
* | android: gallium/nouveau: fix include folders, link against libstlport | Emil Velikov | 2014-08-13 | 1 | -4/+1 |
* | nouveau: dup fd before passing it to device | Ilia Mirkin | 2014-06-24 | 1 | -2/+17 |
* | nvc0: enable support for maxwell boards | Ben Skeggs | 2014-05-15 | 1 | -0/+1 |
* | nouveau: create only 1 shared screen between vdpau and opengl | Maarten Lankhorst | 2014-02-12 | 1 | -4/+74 |
* | nvc0: fixup gk110 and up not being listed in various switch statements | Ben Skeggs | 2013-12-06 | 1 | -1/+2 |
* | gallium/winsys: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -2/+1 |
* | winsys/nouveau/drm: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -3/+6 |
* | nvc0: enable very initial support for nvf0 (GK110) | Ben Skeggs | 2013-07-05 | 1 | -0/+1 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 1 | -4/+0 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | nouveau/winsys/drm: Convert to automake | Matt Turner | 2013-01-10 | 3 | -11/+38 |
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -0/+1 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -2/+0 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -5/+1 |
* | nvfx: completely remove this driver (GeForce FX/6/7) | Ben Skeggs | 2012-04-14 | 1 | -1/+3 |
* | nouveau: get rid of winsys object | Marcin Slusarz | 2011-12-13 | 3 | -86/+2 |
* | nvc0: add support for GF119 (NVD9) | Ben Skeggs | 2011-11-17 | 1 | -0/+1 |
* | configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles. | Stéphane Marchesin | 2011-10-04 | 1 | -2/+2 |