mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
In one place we say, if GLES isn't supported then the profile version will be 0.0. Then later we say, if the GLES profile extension isn't supported then GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA is not mentioned in the spec. A strict reading of the latter would mean that GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA is not a recognized token, and the query should instead return False. The implementation does not check for the GLES profile extensions, and the additional complexity doesn't seem worth it. Removing the interaction text makes the spec match the implementation. Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Adam Jackson <ajax@redhat.com> |
||
|---|---|---|
| .. | ||
| OLD | ||
| EGL_MESA_device_software.txt | ||
| EGL_MESA_drm_image_formats.txt | ||
| EGL_MESA_platform_surfaceless.txt | ||
| enums.txt | ||
| EXT_shader_integer_mix.spec | ||
| EXT_shader_samples_identical.txt | ||
| INTEL_shader_atomic_float_minmax.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 | ||