[Mesa-dev] [PATCH 2/2][RFC] docs: Add the 2015 ARB extensions

Emil Velikov emil.l.velikov at gmail.com
Thu Aug 13 04:06:46 PDT 2015


On 13 August 2015 at 11:32, Marek Olšák <maraeo at gmail.com> wrote:
> On Wed, Aug 12, 2015 at 11:23 PM, Thomas Helland
> <thomashelland90 at gmail.com> wrote:

>> 2.          GLX_ARB_get_proc_address
>> 4.          WGL_ARB_buffer_region
>> 8.          WGL_ARB_extensions_string
>> 9.          WGL_ARB_pixel_format
>> 10.         WGL_ARB_make_current_read
>> 11.         WGL_ARB_pbuffer
>> 15.         GL_ARB_vertex_blend
>> 16.         GL_ARB_matrix_palette
>> 20.         WGL_ARB_render_texture
>> 24.         GL_ARB_shadow_ambient
>> 36.         GL_ARB_fragment_program_shadow
>
> All extensions above are considered old crap.
And some were even explicitly removed from mesa (GL_ARB_shadow_ambient)

> Also, WGL extensions? Seriously?
Considering he went for a complete list, there is no problem with
mentioning WGL extensions. After all mesa does provide opengl32.dll :)
Although the list is a bit off - WGL_ARB_extensions_string,
WGL_ARB_pixel_format, WGL_ARB_pbuffer and others(?) are already
implemented in st/wgl. They have no mapi/glapi counterpart, as the
latter is the latter is not used on Windows (and OSmesa).

-Emil


More information about the mesa-dev mailing list