[Mesa-dev] [PATCH 10/11] docs: Add extensions not part of any GL or GL ES version

Dave Airlie airlied at gmail.com
Wed Jun 15 19:31:18 UTC 2016


On 15 June 2016 at 12:01, Ian Romanick <idr at freedesktop.org> wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Based loosely on patches submitted ages ago by Thomas Helland.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>  docs/GL3.txt | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index 0deeaa1..b0966a2 100644
> --- a/docs/GL3.txt
> +++ b/docs/GL3.txt
> @@ -275,5 +275,61 @@ GLES3.2, GLSL ES 3.2:
>    GL_OES_texture_stencil8                               DONE (all drivers that support GL_ARB_texture_stencil8)
>    GL_OES_texture_storage_multisample_2d_array           DONE (all drivers that support GL_ARB_texture_multisample)
>
> +Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES version:
> +
> +  GL_ARB_bindless_texture                               not started

I've started bindless as well, but it's on the not sure I'll ever finish it list

https://cgit.freedesktop.org/~airlied/mesa/log/?h=arb_bindless_texture

it works with softpipe.

Dave.


More information about the mesa-dev mailing list