mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
This GLES extension allows to combine the formats BGR and BGRA as host-side formatsto be combined with the internal formats RGB8/SRGB8 and RGBA8/SRGB8_ALPHA8 respectively. This extension is of interest to support a subset of OpenGL in virtualized environments where the host only supports GLES. Initial mesa/glformat.c patch: rohan.garg@collabora.com v2: - Correct names for ClearTexture calls - Add BGR(A)_EXT tokens - Add format check for BGR_EXT (All Adam Jackson) v3: Fix ordering in extension table (Marge) Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com> (v2) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10613> |
||
|---|---|---|
| .. | ||
| OLD | ||
| EGL_MESA_device_software.txt | ||
| EGL_MESA_drm_image_formats.txt | ||
| EGL_MESA_platform_surfaceless.txt | ||
| EGL_MESA_query_driver.txt | ||
| enums.txt | ||
| EXT_shader_integer_mix.spec | ||
| EXT_shader_samples_identical.txt | ||
| INTEL_shader_atomic_float_minmax.txt | ||
| MESA_bgra.txt | ||
| MESA_configless_context.spec | ||
| MESA_copy_sub_buffer.spec | ||
| MESA_drm_image.spec | ||
| MESA_framebuffer_flip_y.txt | ||
| MESA_image_dma_buf_export.txt | ||
| MESA_multithread_makecurrent.spec | ||
| MESA_pack_invert.spec | ||
| MESA_pixmap_colormap.spec | ||
| MESA_query_renderer.spec | ||
| MESA_release_buffers.spec | ||
| MESA_shader_debug.spec | ||
| MESA_shader_integer_functions.txt | ||
| MESA_swap_control.spec | ||
| MESA_swap_frame_usage.spec | ||
| MESA_texture_array.spec | ||
| MESA_texture_signed_rgba.spec | ||
| MESA_window_pos.spec | ||
| MESA_ycbcr_texture.spec | ||
| WL_bind_wayland_display.spec | ||
| WL_create_wayland_buffer_from_image.spec | ||