index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gbm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
meson: Add tests to suites
Dylan Baker
1
-1
/
+2
2018-11-19
gbm: add missing comma between strings
Eric Engestrom
1
-1
/
+1
2018-11-16
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
3
-74
/
+12
2018-11-16
gbm: Clarify acceptable formats for gbm_bo
Daniel Stone
1
-2
/
+2
2018-11-15
gbm: add new entrypoint to symbols check
Eric Engestrom
1
-0
/
+1
2018-11-13
gbm: remove unnecessary meson include
Eric Engestrom
1
-1
/
+0
2018-11-12
gbm: Introduce a helper function for printing GBM format names.
Eric Anholt
2
-0
/
+26
2018-11-12
gbm: Move gbm_format_canonicalize() to the core.
Eric Anholt
3
-16
/
+19
2018-10-09
gbm: Add GBM_FORMAT_ARGB1555 support
Michel Dänzer
1
-0
/
+4
2018-08-01
gbm: Add support for 10bpp BGR formats
Daniel Stone
1
-0
/
+8
2018-06-13
meson: Remove various completed todos
Dylan Baker
1
-2
/
+0
2018-03-28
gbm: remove never-implemented function
Eric Engestrom
2
-3
/
+0
2018-03-07
meson: Use include directory variables instead of traversing
Dylan Baker
1
-1
/
+1
2018-03-05
gbm: give a name to rgba fields
Eric Engestrom
1
-1
/
+6
2018-02-26
*-symbol-check: use correct `nm` path when cross-compiling
Eric Engestrom
2
-2
/
+2
2018-02-23
gbm: Fix the alpha masks in the GBM format table.
Eric Anholt
1
-2
/
+2
2018-02-15
dri: fromPlanar() can return NULL as a valid result
Louis-Francis Ratté-Boulianne
1
-0
/
+1
2018-02-09
gbm/dri: Expose visuals table through gbm_dri_device
Daniel Stone
2
-11
/
+19
2018-02-09
gbm/dri: Add RGBA masks to GBM format table
Daniel Stone
1
-9
/
+37
2018-02-02
meson: Don't confuse the install and search paths for dri drivers
Dylan Baker
1
-1
/
+1
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+1
2018-01-17
mesa: remove unneeded semicolons
Grazvydas Ignotas
1
-1
/
+1
2018-01-11
meson: Use consistent style for tests
Dylan Baker
1
-1
/
+2
2017-12-07
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
1
-1
/
+1
2017-11-08
wayland-drm: static inline wayland_drm_buffer_get
Emil Velikov
2
-4
/
+2
2017-11-07
meson: standardize .so version to major.minor.patch
Eric Engestrom
1
-1
/
+1
2017-11-02
gbm: Don't traverse backwards for includes
Dylan Baker
3
-5
/
+10
2017-10-31
meson: pass correct args to gbm symbol test
Eric Engestrom
1
-2
/
+4
2017-10-31
gbm: fail symbol check if lib is missing
Eric Engestrom
1
-1
/
+10
2017-10-31
meson: set visibility flags on gbm
Dylan Baker
1
-1
/
+1
2017-10-31
meson: Don't link gbm with threads
Dylan Baker
1
-1
/
+1
2017-10-20
meson: build libEGL
Dylan Baker
1
-2
/
+10
2017-10-09
meson: build gbm
Dylan Baker
1
-0
/
+67
2017-09-19
configure.ac: split the wayland client/server confusion
Emil Velikov
1
-2
/
+2
2017-09-17
gbm: Add gbm_device_get_format_modifier_plane_count to test
Gert Wollny
1
-0
/
+1
2017-09-14
gbm: Add a gbm_device_get_format_modifier_plane_count function
Jason Ekstrand
4
-0
/
+48
2017-09-12
gbm: turn GBM_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
3
-3
/
+9
2017-08-04
loader: rework xmlconfig dependency
Emil Velikov
1
-0
/
+1
2017-08-01
gbm: add gbm_bo_get_bpp()
Eric Engestrom
3
-0
/
+70
2017-07-19
gbm: fix typo
Eric Engestrom
1
-1
/
+1
2017-07-19
gbm: fix typo in doxygen comment
Gwan-gyeong Mun
1
-2
/
+2
2017-07-18
gbm: Remove is_planar_format dead code
Daniel Stone
1
-30
/
+0
2017-07-18
gbm: Check harder for supported formats
Daniel Stone
1
-15
/
+26
2017-07-18
gbm: Pull out FourCC <-> DRIimage format table
Daniel Stone
2
-85
/
+70
2017-07-18
gbm: Axe buffer import format conversion table
Daniel Stone
2
-40
/
+28
2017-06-30
gbm: add XBGR8888 support for dumb buffers
Rob Herring
1
-1
/
+1
2017-06-29
Android: use symlinks for driver loading
Rob Herring
1
-9
/
+0
2017-06-15
gbm: implement FD import with modifier
Lucas Stach
1
-0
/
+54
2017-06-15
gbm: add API to to import FD with modifier
Lucas Stach
1
-0
/
+12
2017-05-29
gbm: manage only the required set of DRI extensions
Emil Velikov
2
-2
/
+0
[next]