| Commit message (Expand) | Author | Age | Files | Lines |
* | util: rename xmlpool.h to driconf.h | Eric Engestrom | 2020-06-22 | 1 | -1/+1 |
* | driconf: drop now unused translation facility | Eric Engestrom | 2020-06-22 | 1 | -1/+1 |
* | meson: use gnu_symbol_visibility argument | Dylan Baker | 2020-06-01 | 1 | -2/+2 |
* | dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_R8G8B8X8_UNORM | Nataraj Deshpande | 2020-05-21 | 1 | -1/+1 |
* | scons: Prune out unnecessary targets. | Jose Fonseca | 2020-03-30 | 1 | -67/+0 |
* | meson: inline `inc_common` | Eric Engestrom | 2020-03-28 | 1 | -2/+2 |
* | dri_util: add driImageFormatToSizedInternalGLFormat function | Gurchetan Singh | 2020-01-13 | 2 | -45/+82 |
* | dri: add __DRI_IMAGE_FORMAT_SXRGB8 | Tapani Pälli | 2019-12-17 | 1 | -0/+4 |
* | util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN | Dylan Baker | 2019-11-05 | 1 | -2/+2 |
* | util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 | Dylan Baker | 2019-11-05 | 1 | -2/+2 |
* | dri: replace xmlpool_options_h with idep_xmlconfig_headers | Eric Engestrom | 2019-10-31 | 1 | -2/+2 |
* | mesa: Redefine the RG formats as array formats. | Eric Anholt | 2019-10-20 | 1 | -4/+4 |
* | mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format. | Eric Anholt | 2019-10-20 | 1 | -1/+3 |
* | mesa: Replace the LA16_UNORM packed formats with one array format. | Eric Anholt | 2019-10-20 | 1 | -1/+4 |
* | Revert "egl: Fixes transparency with EGL and X11." | Hal Gentz | 2019-10-18 | 1 | -2/+0 |
* | egl: Fixes transparency with EGL and X11. | Hal Gentz | 2019-10-11 | 1 | -0/+2 |
* | driconfig: add a new engine name/version parameter | Lionel Landwerlin | 2019-09-15 | 1 | -1/+2 |
* | mesa: Eliminate gl_config::rgbMode | Adam Jackson | 2019-09-09 | 1 | -1/+0 |
* | mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer | Adam Jackson | 2019-09-09 | 1 | -8/+0 |
* | dri: Add fp16 formats | Kevin Strasser | 2019-08-21 | 2 | -0/+22 |
* | dri: Handle configs with floating point pixel data | Kevin Strasser | 2019-08-21 | 1 | -0/+5 |
* | dri: Add config attributes for color channel shift | Kevin Strasser | 2019-08-21 | 1 | -19/+49 |
* | mesa: Give _mesa_format_get_color_encoding a clearer name. | Eric Anholt | 2019-07-16 | 1 | -1/+1 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 1 | -44/+0 |
* | dri/common: move the required GLX_* token definitions locally | Emil Velikov | 2018-10-03 | 1 | -0/+14 |
* | dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modes | Emil Velikov | 2018-10-03 | 1 | -5/+6 |
* | xmlconfig: add kernel_driver device attribute | Qiang Yu | 2018-08-17 | 1 | -1/+1 |
* | dri: Add param driCreateConfigs(mutable_render_buffer) | Chad Versace | 2018-08-07 | 2 | -3/+9 |
* | dri: Define DRI_MutableRenderBuffer extensions | Chad Versace | 2018-08-07 | 3 | -0/+7 |
* | dri: add missing 16bits formats mapping | Lionel Landwerlin | 2018-06-07 | 1 | -0/+16 |
* | dri: replace two-way switch case with a table lookup | Eric Engestrom | 2018-05-29 | 1 | -74/+84 |
* | dri: fix error value returned by driGLFormatToImageFormat() | Eric Engestrom | 2018-05-29 | 1 | -1/+1 |
* | dri_util: Add R10G10B10{A,X}2 translation between DRI and mesa_format. | Miguel Casas | 2018-05-23 | 1 | -0/+8 |
* | mesa: remove hard-coded OpenGL 3.2 compat limit | Timothy Arceri | 2018-05-09 | 1 | -8/+0 |
* | dri: Add __DRI_IMAGE_FORMAT_SABGR8 | Tapani Pälli | 2018-04-24 | 2 | -0/+5 |
* | mesa: include mtypes.h less | Marek Olšák | 2018-04-12 | 1 | -1/+5 |
* | dri_util: don't fail when not supporting ARB_compatibility with GL3.1 | Andres Gomez | 2018-04-09 | 1 | -0/+10 |
* | dri_util: when overriding, always reset the core version | Andres Gomez | 2018-04-09 | 1 | -4/+2 |
* | mesa: enable OpenGL 3.1 with ARB_compatibility | Marek Olšák | 2018-02-23 | 1 | -8/+0 |
* | mesa: add xbgr support adjacent to xrgb | Ilia Mirkin | 2018-02-19 | 1 | -0/+10 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -1/+1 |
* | dri_util: remove ALLOW_RGB10_CONFIGS option (v2) | Marek Olšák | 2018-01-10 | 1 | -4/+0 |
* | dri/common: Add option to allow exposure of 10 bpc color configs. (v2) | Mario Kleiner | 2018-01-03 | 1 | -4/+8 |
* | dri: Add a flush control extension | Neil Roberts | 2017-11-06 | 2 | -2/+21 |
* | dri: Change __DriverApiRec::CreateContext to take a struct for attribs | Neil Roberts | 2017-11-06 | 2 | -28/+66 |
* | egl,dri: Propagate context priority hint to driver->CreateContext | Chris Wilson | 2017-10-20 | 2 | -5/+11 |
* | meson: Build i965 and dri stack | Dylan Baker | 2017-10-09 | 1 | -0/+39 |
* | dri: Introduce SWAP_METHOD tokens | Thomas Hellstrom | 2017-08-10 | 1 | -2/+2 |
* | dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD | Thomas Hellstrom | 2017-08-10 | 2 | -6/+2 |
* | android: export intermediates from libmesa_util | Tapani Pälli | 2017-08-02 | 1 | -0/+2 |