[Mesa-dev] [PATCH] docs: Mark GL_KHR_no_error as done.

Samuel Pitoiset samuel.pitoiset at gmail.com
Tue Oct 24 17:48:30 UTC 2017


That's quite right. :)

Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

Though, we still need GLX_ARB_create_context_no_error. Here's the 
pending series https://patchwork.freedesktop.org/patch/170204/ (in case 
someone more familiar with the code can give some feedbacks). Thanks!

On 10/24/2017 07:38 PM, Kenneth Graunke wrote:
> Drivers have supported KHR_no_error for a while.  We'd been leaving it
> marked as "in progress" because there's a zillion places that could get
> slightly more optimized.  But, Timothy and Samuel have already done
> piles of work, and I think we have a solid implementation at this point.
> 
> Let's check it off the list.
> ---
>   docs/features.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/features.txt b/docs/features.txt
> index 338a22c6c68..d228a0207b3 100644
> --- a/docs/features.txt
> +++ b/docs/features.txt
> @@ -233,7 +233,7 @@ GL 4.6, GLSL 4.60
>     GL_ARB_spirv_extensions                               in progress (Nicolai Hähnle, Ian Romanick)
>     GL_ARB_texture_filter_anisotropic                     DONE (i965, nv50, nvc0, r600, radeonsi, softpipe (*), llvmpipe (*))
>     GL_ARB_transform_feedback_overflow_query              DONE (i965/gen6+, radeonsi, llvmpipe, softpipe)
> -  GL_KHR_no_error                                       started (Timothy Arceri)
> +  GL_KHR_no_error                                       DONE (all drivers)
>   
>   (*) softpipe and llvmpipe advertise 16x anisotropy but simply ignore the setting
>   
> 


More information about the mesa-dev mailing list