index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
sw
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
1
-20
/
+0
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
Call shmget() with permission 0600 instead of 0777
Brian Paul
2019-11-18
2
-2
/
+4
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
5
-5
/
+5
*
meson: build gallium gdi winsys
Dylan Baker
2019-10-10
1
-0
/
+27
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
7
-37
/
+37
*
drisw: move build logic to build systems
Eric Engestrom
2019-06-21
1
-6
/
+4
*
gallium/winsys/kms: Fix dumb buffer bpp
Kevin Strasser
2019-06-12
1
-1
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
5
-168
/
+0
*
gallium/winsys/kms: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
drisw: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
gallium-xlib: query MIT-SHM before using it.
Bart Oldeman
2019-02-05
1
-1
/
+3
*
gallium: use put image shm2 path (v2)
Dave Airlie
2019-01-25
1
-4
/
+9
*
gallium: Constify drisw_loader_funcs struct
Michal Srb
2018-12-05
2
-3
/
+3
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-2
/
+2
*
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
[next]