| Commit message (Expand) | Author | Age | Files | Lines |
* | android: Build kms_swrast for the Android platform | Rob Herring | 2018-10-22 | 1 | -0/+33 |
* | gallium/winsys/kms: don't unmap what wasn't mapped | Ray Strode | 2018-08-17 | 1 | -5/+13 |
* | drisw: Fix build on Android Nougat, which lacks shm (v2) | Chad Versace | 2018-08-06 | 1 | -0/+11 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 1 | -1/+1 |
* | drisw: Fix invalid pointer arithmetic | Jan Vesely | 2018-06-07 | 1 | -1/+1 |
* | drisw: learn to query shmid handle type | Marc-André Lureau | 2018-05-30 | 1 | -1/+9 |
* | drisw: use shared memory when possible | Marc-André Lureau | 2018-05-30 | 1 | -12/+60 |
* | gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_* | Dave Airlie | 2018-05-30 | 1 | -6/+6 |
* | gallium/winsys/kms: Add support for multi-planes | Lepton Wu | 2018-03-22 | 1 | -40/+112 |
* | gallium/winsys/kms: Fix possible leak in map/unmap. | Lepton Wu | 2018-03-22 | 1 | -7/+31 |
* | meson: Add Haiku platform support v4 | Alexander von Gluck IV | 2018-02-16 | 1 | -0/+29 |
* | meson: define empty variables for libswdri and libswkmsdri | Dylan Baker | 2018-02-15 | 2 | -3/+2 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 5 | -4/+6 |
* | meson: build gallium-xlib based glx | Dylan Baker | 2017-11-10 | 1 | -0/+27 |
* | meson: build gallium winsys for dri, null, and wrapper | Dylan Baker | 2017-10-16 | 4 | -0/+110 |
* | winsys/sw/dri: don't use GNU void pointer arithmetic | Emil Velikov | 2017-04-19 | 1 | -1/+1 |
* | haiku/winsys: fix dt prototype args | Jerome Duval | 2017-02-24 | 1 | -1/+2 |
* | gallium: fix return value check | Martina Kollarova | 2016-09-14 | 1 | -6/+6 |
* | Introduce .editorconfig | Eric Engestrom | 2016-08-31 | 1 | -0/+2 |
* | gallium: add a pipe_context parameter to resource_get_handle | Marek Olšák | 2016-08-25 | 1 | -1/+1 |
* | gallium/winsys/kms: Look up the GEM handle after importing a prime FD | Tomasz Figa | 2016-08-24 | 1 | -0/+4 |
* | gallium/winsys/kms: Move display target handle lookup to separate function | Tomasz Figa | 2016-08-24 | 1 | -9/+24 |
* | gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2) | Tomasz Figa | 2016-08-24 | 1 | -7/+11 |
* | gallium/winsys/kms: Fix double refcount when importing from prime FD (v2) | Tomasz Figa | 2016-08-24 | 1 | -1/+0 |
* | gallium: push offset down to driver | Stanimir Varbanov | 2016-05-30 | 1 | -0/+6 |
* | winsys/sw/xlib: use correct free function for xlib_dt->data | Jose Fonseca | 2016-05-01 | 1 | -1/+1 |
* | winsys/sw/dri: use correct free function for dri_sw_dt->data | WuZhen | 2016-05-01 | 1 | -1/+1 |
* | gallium/winsys/drm: add offset to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+3 |
* | gallium: add external usage flags to resource_from(get)_handle (v2) | Marek Olšák | 2016-03-09 | 1 | -2/+4 |
* | gallium/swrast: fixup build breakage and warnings | Dave Airlie | 2015-10-31 | 5 | -0/+5 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 1 | -0/+15 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 1 | -1/+1 |
* | winsys/sw/kms-dri: don't attempt to bundle the sconscript | Emil Velikov | 2015-08-22 | 1 | -2/+0 |
* | scons: don't build the kms-dri winsys | Emil Velikov | 2015-07-22 | 1 | -23/+0 |
* | android: don't build the kms-dri winsys | Emil Velikov | 2015-07-22 | 1 | -37/+0 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 6 | -9/+9 |
* | gallium: Drop the gallium-specific Android sw winsys. | Eric Anholt | 2015-06-15 | 3 | -346/+0 |
* | android: add rules to build a gallium_dri.so | Chih-Wei Huang | 2015-06-09 | 2 | -0/+72 |
* | winsys/hgl: Add needed extern "C" to hgl winsys | Alexander von Gluck IV | 2015-05-15 | 1 | -0/+7 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 1 | -1/+1 |
* | winsys/sw/fbdev: remove unused software winsys | Emil Velikov | 2015-03-21 | 5 | -339/+0 |
* | winsys/sw/wayland: remove unused winsys | Emil Velikov | 2015-03-21 | 4 | -363/+0 |
* | gallium/sw/kms: trivial cleanups | Emil Velikov | 2015-03-16 | 1 | -4/+2 |
* | gallium/sw/kms: fix a type-mismatch warning | Marek Olšák | 2015-02-21 | 1 | -1/+1 |
* | gallium/sw/kms: don't redefine DEBUG | Marek Olšák | 2015-02-21 | 1 | -7/+7 |
* | gallium/state_tracker: Rewrite Haiku's state tracker | Alexander von Gluck IV | 2015-01-01 | 1 | -4/+20 |
* | winsys/sw/wrapper: implement is_displaytarget_format_supported for swrast | Christoph Bumiller | 2014-11-18 | 1 | -0/+14 |
* | dri/kms: Always zero out struct drm_mode_create_dumb | Thierry Reding | 2014-11-16 | 1 | -1/+1 |
* | kms-swrast: Support Prime fd handling | Andreas Pokorny | 2014-09-05 | 1 | -11/+71 |
* | sw/hgl: struct haiku_displaytarget is not public struct | Emil Velikov | 2014-08-28 | 2 | -23/+21 |