intel/dev: Move i915 code to i915/intel_device_info.c
[platform/upstream/mesa.git] / src / gbm /
2023-01-13 Vincent Davis Jrgbm/backend: fix gbm compile without dri
2023-01-12 Corentin Noëlgbm: Avoid leaks on screen creation failures
2022-12-09 Emma Anholtgbm: Don't look up the DRI2_FENCE extension.
2022-12-05 Emma Anholtdri: Add createNewScreen into the __DRI_MESA extension.
2022-12-05 Emma Anholtdri: Introduce internal Mesa DRI driver loader extension.
2022-12-05 Emma Anholtgbm: Refactor screen creation a bit.
2022-12-05 Emma Anholtgbm: Drop redundant extension error checks.
2022-12-05 Emma Anholtgbm: Promote dri_bind_extensions() to the loader util...
2022-12-01 Emma Anholtgbm: Bump required __DRI_IMAGE version to 6.
2022-12-01 Emma Anholtgbm: Drop support for __DRI_DRI2 < 4 and __DRI_SWRAST...
2022-11-02 Illia Abernikhinutils: Merge util/debug.* into util/u_debug.* and remov...
2022-09-12 Roman StratiienkoAndroid: Use libgbm_mesa name for SDK30+
2022-08-05 Rob Clarkgbm: Add USE_FRONT_RENDERING flag
2022-07-27 Manuel Stoecklgbm: add GBM_FORMAT_[AX]BGR16161616
2022-04-07 Adam Jacksongallium: Learn about kopper
2022-04-07 Adam Jacksonegl: Learn about kopper
2022-02-22 Xaver Huglgbm: improve documentation about the lifetime of resources
2022-01-10 Thomas H.P. Andersenreplace 0 with NULL for NULL pointers
2021-12-08 James Jonesgbm: Don't pass default usage flags on ABIs < 1
2021-10-27 Manuel Stoecklgbm: add GBM_FORMAT_GR1616 and RG1616
2021-10-27 Manuel Stoecklgbm: add missing R16 case in gbm_bo_get_bpp
2021-09-30 Simon Sergbm: assume USE_SCANOUT in create_with_modifiers
2021-09-30 Simon Sergbm: add gbm_{bo,surface}_create_with_modifiers2
2021-09-30 Simon Sergbm: consistently use the same name for BO flags
2021-09-09 Qiang Yugbm/dri: implement image lookup extension version 2
2021-08-06 Simon Zenigbm: add GBM_FORMAT_R16
2021-07-13 Heinrich Finkgbm/dri: Fix leaking bo memory on failure path
2021-07-08 Jason Ekstrandandroid: Drop the Android.mk build system
2021-07-06 James Jonesgbm: Load backend based on DRM device driver name
2021-07-06 James Jonesgbm: Support dynamically loading named backends
2021-07-06 James Jonesgbm: Put common device creation in a helper function
2021-07-06 James Jonesgbm: Rename the DRI backend from gbm_dri.so to dri
2021-07-06 James Jonesmeson: Add a GBM backends search path build option
2021-07-06 James Jonesgbm: Rename backend description list to builtin_backends
2021-07-06 James Jonesgbm: Add backend ABI-check test
2021-07-06 James Jonesgbm: Version the GBM backend interface
2021-07-06 James Jonesgbm: Move majority of gbmint.h to gbm_backend_abi.h
2021-07-06 James Jonesgbm: Add gbm_core struct to export code to backends
2021-07-06 James Jonesgbm: Give gbm_device a reference to its backend
2021-07-06 James Jonesgbm: Give getenv backend override its own function
2021-07-06 James Jonesgbm: Consolidate env var and default backend loops
2021-07-06 James Jonesgbm: Create device directly in find_backend
2021-07-06 James Jonesgbm: Inline load_backend function content
2021-07-06 James Jonesgbm: Remove stat and refcount fields from gbm_device
2021-05-24 Emil Velikovgbm: list to stderr all the missing extension
2021-05-19 Lucas Stachdri: add loader_dri_create_image helper
2021-03-26 Simon Seregl: fix software flag in _eglAddDevice call on DRM
2021-03-25 Simon Sergbm: add gbm_bo_get_fd_for_plane
2021-03-17 Simon Sergbm: remove fprintf calls in gbm_dri_bo_create
2021-03-17 Simon Sergbm: fail early when modifier list only contains INVALID
2020-11-02 Pierre-Eric Pellou... egl: implement EGL_EXT_protected_surface support
2020-09-22 Marek Olšákgallium: rename pipe_transfer_usage -> pipe_map_flags
2020-08-31 Jonathan Graymeson: conditionally include -ldl in gbm pkg-config...
2020-06-03 Simon Sergbm: document that gbm_bo_map exposes a linear view
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-04-16 Michel Dänzergbm/dri: Propagate queryDmaBufModifiers return value
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-10-18 Lepton Wugbm: Add GBM_MAX_PLANES definition
2019-10-13 Eric Engestromgbm: use size_t for array indexes
2019-10-13 Eric Engestromgbm: replace NULL sentinel with explicit ARRAY_SIZE()
2019-10-13 Eric Engestromgbm: replace 1/0 bool with true/false
2019-10-13 Eric Engestromgbm: turn 0/-1 bool into true/false
2019-09-20 Adam Jacksonlibgbm: Wire up getCapability for the image loader
2019-08-21 Kevin Strassergbm: Add buffer handling and visuals for fp16 formats
2019-08-21 Kevin Strasseregl: Handle dri configs with floating point pixel data
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-10 Eric Engestromgbm: sort symbols
2019-07-10 Eric Engestromgbm: use new symbols check script
2019-05-15 Alex Villacís Lassogbm: gbm_bo_get_handle_for_plane fallback to nonplanar...
2019-05-03 Dylan Bakermeson: make nm binary optional
2019-05-02 Heinrichgbm: Improve documentation of BO import
2019-04-29 Eric Engestromdelete autotools input files
2019-04-26 coypugbm: don't return void
2019-04-15 Dylan BakerDelete autotools
2019-02-14 Eric Engestromgbm: drop duplicate #defines
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-19 Eric Engestromgbm: add missing comma between strings
2018-11-17 Eric Anholtloader: Factor out the common driver opening logic...
2018-11-16 Daniel Stonegbm: Clarify acceptable formats for gbm_bo
2018-11-15 Eric Engestromgbm: add new entrypoint to symbols check
2018-11-13 Eric Engestromgbm: remove unnecessary meson include
2018-11-12 Eric Anholtgbm: Introduce a helper function for printing GBM forma...
2018-11-12 Eric Anholtgbm: Move gbm_format_canonicalize() to the core.
2018-10-09 Michel Dänzergbm: Add GBM_FORMAT_ARGB1555 support
2018-08-01 Daniel Stonegbm: Add support for 10bpp BGR formats
2018-06-13 Dylan Bakermeson: Remove various completed todos
2018-03-28 Eric Engestromgbm: remove never-implemented function
2018-03-07 Dylan Bakermeson: Use include directory variables instead of trave...
2018-03-05 Eric Engestromgbm: give a name to rgba fields
2018-02-26 Eric Engestrom*-symbol-check: use correct `nm` path when cross-compiling
2018-02-23 Eric Anholtgbm: Fix the alpha masks in the GBM format table.
2018-02-15 Louis-Francis Ratt... dri: fromPlanar() can return NULL as a valid result
2018-02-09 Daniel Stonegbm/dri: Expose visuals table through gbm_dri_device
2018-02-09 Daniel Stonegbm/dri: Add RGBA masks to GBM format table
2018-02-02 Dylan Bakermeson: Don't confuse the install and search paths for...
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
next