Re: [Mesa-dev] [PATCH 2/2] doc/features.txt: factor out i965/hsw+ & radeonsi as GL45 complete

2016-10-16 Thread Edward O'Callaghan


On 10/16/2016 09:51 PM, Marek Olšák wrote:
> On Sun, Oct 16, 2016 at 8:27 AM, Edward O'Callaghan
>  wrote:
>> V2. add i965/hsw+ to list
>> V3. rebased on master.
>>
>> Signed-off-by: Edward O'Callaghan 
>> ---
>>  docs/features.txt | 18 +-
>>  1 file changed, 9 insertions(+), 9 deletions(-)
>>
>> diff --git a/docs/features.txt b/docs/features.txt
>> index 0d6c16a..acea0cf 100644
>> --- a/docs/features.txt
>> +++ b/docs/features.txt
>> @@ -206,19 +206,19 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, 
>> radeonsi
>>GL_ARB_texture_stencil8   DONE (i965/hsw+, 
>> nv50, r600, llvmpipe, softpipe, swr)
>>GL_ARB_vertex_type_10f_11f_11f_revDONE (i965, nv50, 
>> r600, llvmpipe, softpipe, swr)
>>
>> -GL 4.5, GLSL 4.50 -- all DONE: nvc0
>> +GL 4.5, GLSL 4.50 -- all DONE: i965/hsw+, nvc0, radeonsi
>>
>> -  GL_ARB_ES3_1_compatibilityDONE (i965/hsw+, 
>> radeonsi)
>> -  GL_ARB_clip_control   DONE (i965, nv50, 
>> r600, radeonsi, llvmpipe, softpipe, swr)
>> -  GL_ARB_conditional_render_invertedDONE (i965, nv50, 
>> r600, radeonsi, llvmpipe, softpipe, swr)
>> -  GL_ARB_cull_distance  DONE (i965, nv50, 
>> radeonsi, llvmpipe, softpipe, swr)
>> -  GL_ARB_derivative_control DONE (i965, nv50, 
>> r600, radeonsi)
>> +  GL_ARB_ES3_1_compatibilityDONE
> 
> This should be: DONE ()
> 
>> +  GL_ARB_clip_control   DONE (nv50, r600, 
>> llvmpipe, softpipe, swr)
>> +  GL_ARB_conditional_render_invertedDONE (nv50, r600, 
>> llvmpipe, softpipe, swr)
>> +  GL_ARB_cull_distance  DONE (nv50, 
>> llvmpipe, softpipe, swr)
>> +  GL_ARB_derivative_control DONE (nv50, r600)
>>GL_ARB_direct_state_accessDONE (all drivers)
>>GL_ARB_get_texture_sub_image  DONE (all drivers)
>> -  GL_ARB_shader_texture_image_samples   DONE (i965, nv50, 
>> r600, radeonsi)
>> -  GL_ARB_texture_barrierDONE (i965, nv50, 
>> r600, radeonsi)
>> +  GL_ARB_shader_texture_image_samples   DONE (nv50, r600)
>> +  GL_ARB_texture_barrierDONE (nv50, r600)
>>GL_KHR_context_flush_control  DONE (all - but 
>> needs GLX/EGL extension to be useful)
>> -  GL_KHR_robustness DONE (i965, 
>> radeonsi)
>> +  GL_KHR_robustness DONE
> 
> DONE ()

fixed.

> 
> I'm OK with pushing this patch even if radeonsi doesn't expose GL 4.5.
> All features are done, that's all that matters.

Either way, I do have commit so just need your Rb and I'll send it in
tomorrow morning.

> 
> Marek
> 



signature.asc
Description: OpenPGP digital signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH 2/2] doc/features.txt: factor out i965/hsw+ & radeonsi as GL45 complete

2016-10-16 Thread Marek Olšák
On Sun, Oct 16, 2016 at 8:27 AM, Edward O'Callaghan
 wrote:
> V2. add i965/hsw+ to list
> V3. rebased on master.
>
> Signed-off-by: Edward O'Callaghan 
> ---
>  docs/features.txt | 18 +-
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/docs/features.txt b/docs/features.txt
> index 0d6c16a..acea0cf 100644
> --- a/docs/features.txt
> +++ b/docs/features.txt
> @@ -206,19 +206,19 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, 
> radeonsi
>GL_ARB_texture_stencil8   DONE (i965/hsw+, 
> nv50, r600, llvmpipe, softpipe, swr)
>GL_ARB_vertex_type_10f_11f_11f_revDONE (i965, nv50, 
> r600, llvmpipe, softpipe, swr)
>
> -GL 4.5, GLSL 4.50 -- all DONE: nvc0
> +GL 4.5, GLSL 4.50 -- all DONE: i965/hsw+, nvc0, radeonsi
>
> -  GL_ARB_ES3_1_compatibilityDONE (i965/hsw+, 
> radeonsi)
> -  GL_ARB_clip_control   DONE (i965, nv50, 
> r600, radeonsi, llvmpipe, softpipe, swr)
> -  GL_ARB_conditional_render_invertedDONE (i965, nv50, 
> r600, radeonsi, llvmpipe, softpipe, swr)
> -  GL_ARB_cull_distance  DONE (i965, nv50, 
> radeonsi, llvmpipe, softpipe, swr)
> -  GL_ARB_derivative_control DONE (i965, nv50, 
> r600, radeonsi)
> +  GL_ARB_ES3_1_compatibilityDONE

This should be: DONE ()

> +  GL_ARB_clip_control   DONE (nv50, r600, 
> llvmpipe, softpipe, swr)
> +  GL_ARB_conditional_render_invertedDONE (nv50, r600, 
> llvmpipe, softpipe, swr)
> +  GL_ARB_cull_distance  DONE (nv50, 
> llvmpipe, softpipe, swr)
> +  GL_ARB_derivative_control DONE (nv50, r600)
>GL_ARB_direct_state_accessDONE (all drivers)
>GL_ARB_get_texture_sub_image  DONE (all drivers)
> -  GL_ARB_shader_texture_image_samples   DONE (i965, nv50, 
> r600, radeonsi)
> -  GL_ARB_texture_barrierDONE (i965, nv50, 
> r600, radeonsi)
> +  GL_ARB_shader_texture_image_samples   DONE (nv50, r600)
> +  GL_ARB_texture_barrierDONE (nv50, r600)
>GL_KHR_context_flush_control  DONE (all - but 
> needs GLX/EGL extension to be useful)
> -  GL_KHR_robustness DONE (i965, radeonsi)
> +  GL_KHR_robustness DONE

DONE ()

I'm OK with pushing this patch even if radeonsi doesn't expose GL 4.5.
All features are done, that's all that matters.

Marek
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev