Re: [Mesa-dev] [PATCH] glapi: fix typo in count_scale

2017-03-09 Thread Timothy Arceri



On 09/03/17 02:38, Emil Velikov wrote:

On 6 March 2017 at 04:25, Timothy Arceri  wrote:

From: Gregory Hainaut 

 2*4=8

Signed-off-by: Gregory Hainaut 
Reviewed-by: Timothy Arceri 
---
 src/mapi/glapi/gen/gl_API.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index f81ad1d..c94 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -5869,21 +5869,21 @@
 
 
 
 
 
 
 
 
 
 
-
+


Fairly sure we want this in stable... feel free to shout otherwise.


It wont hurt but I think this was introduced for gl thread so I think 
it's unused otherwise. Or I'm I wrong about that?




-Emil


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


Re: [Mesa-dev] [PATCH] glapi: fix typo in count_scale

2017-03-08 Thread Emil Velikov
On 6 March 2017 at 04:25, Timothy Arceri  wrote:
> From: Gregory Hainaut 
>
>  2*4=8
>
> Signed-off-by: Gregory Hainaut 
> Reviewed-by: Timothy Arceri 
> ---
>  src/mapi/glapi/gen/gl_API.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
> index f81ad1d..c94 100644
> --- a/src/mapi/glapi/gen/gl_API.xml
> +++ b/src/mapi/glapi/gen/gl_API.xml
> @@ -5869,21 +5869,21 @@
>  
>  
>  
>   count_scale="6"/>
>  
>  
>  
>  
>  
>  
> - count_scale="6"/>
> + count_scale="8"/>

Fairly sure we want this in stable... feel free to shout otherwise.

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


Re: [Mesa-dev] [PATCH] glapi: fix typo in count_scale

2017-03-06 Thread Marek Olšák
Reviewed-by: Marek Olšák 

Marek

On Mon, Mar 6, 2017 at 5:25 AM, Timothy Arceri  wrote:
> From: Gregory Hainaut 
>
>  2*4=8
>
> Signed-off-by: Gregory Hainaut 
> Reviewed-by: Timothy Arceri 
> ---
>  src/mapi/glapi/gen/gl_API.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
> index f81ad1d..c94 100644
> --- a/src/mapi/glapi/gen/gl_API.xml
> +++ b/src/mapi/glapi/gen/gl_API.xml
> @@ -5869,21 +5869,21 @@
>  
>  
>  
>   count_scale="6"/>
>  
>  
>  
>  
>  
>  
> - count_scale="6"/>
> + count_scale="8"/>
>  
>  
>  
>  
>  
>  
>   count_scale="8"/>
>  
>  
>  
> --
> 2.9.3
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] glapi: fix typo in count_scale

2017-03-05 Thread Matt Turner
On Sun, Mar 5, 2017 at 8:25 PM, Timothy Arceri  wrote:
> From: Gregory Hainaut 
>
>  2*4=8

Best commit message... ever?

>
> Signed-off-by: Gregory Hainaut 
> Reviewed-by: Timothy Arceri 

Reviewed-by: Matt Turner 
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] glapi: fix typo in count_scale

2017-03-05 Thread Timothy Arceri
From: Gregory Hainaut 

 2*4=8

Signed-off-by: Gregory Hainaut 
Reviewed-by: Timothy Arceri 
---
 src/mapi/glapi/gen/gl_API.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index f81ad1d..c94 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -5869,21 +5869,21 @@
 
 
 
 
 
 
 
 
 
 
-
+
 
 
 
 
 
 
 
 
 
 
-- 
2.9.3

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