Re: [Mesa-dev] [PATCH] mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs

2012-09-16 Thread Tomeu Vizoso
On Tue, Sep 11, 2012 at 5:34 PM, Tomeu Vizoso to...@tomeuvizoso.net wrote:
 On Tue, Sep 11, 2012 at 5:00 PM, Kenneth Graunke 

 Reviewed-by: Kenneth Graunke kenn...@whitecape.org

 Could you please push it for me? I'm not a committer yet.

 Forgot to add my s-o-b to the commit:

 Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com

Hello,

could someone please push this patch?

Thanks,

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


Re: [Mesa-dev] [PATCH] mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs

2012-09-16 Thread Kenneth Graunke
On 09/16/2012 09:02 AM, Tomeu Vizoso wrote:
 On Tue, Sep 11, 2012 at 5:34 PM, Tomeu Vizoso to...@tomeuvizoso.net wrote:
 On Tue, Sep 11, 2012 at 5:00 PM, Kenneth Graunke 

 Reviewed-by: Kenneth Graunke kenn...@whitecape.org

 Could you please push it for me? I'm not a committer yet.

 Forgot to add my s-o-b to the commit:

 Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com
 
 Hello,
 
 could someone please push this patch?
 
 Thanks,
 
 Tomeu

So sorry for neglecting to do this earlier.  Pushed now.  Thanks for the
patch!

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


[Mesa-dev] [PATCH] mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs

2012-09-11 Thread Tomeu Vizoso
instead of just for GL and ES1.
---
 src/mesa/main/get.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 24d2a18..e40569d 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -536,6 +536,11 @@ static const struct value_desc values[] = {
/* GL_{APPLE,ARB,OES}_vertex_array_object */
{ GL_VERTEX_ARRAY_BINDING_APPLE, ARRAY_INT(Name), NO_EXTRA },
 
+   /* GL_EXT_texture_filter_anisotropic */
+   { GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT,
+ CONTEXT_FLOAT(Const.MaxTextureMaxAnisotropy),
+ extra_EXT_texture_filter_anisotropic },
+
 #if FEATURE_GL || FEATURE_ES1
/* Enums in OpenGL and GLES1 */
{ 0, 0, TYPE_API_MASK, API_OPENGL_BIT | API_OPENGLES_BIT | 
API_OPENGL_CORE_BIT, NO_EXTRA },
@@ -685,11 +690,6 @@ static const struct value_desc values[] = {
/* GL_EXT_texture_lod_bias */
{ GL_MAX_TEXTURE_LOD_BIAS_EXT, CONTEXT_FLOAT(Const.MaxTextureLodBias),
  NO_EXTRA },
-
-   /* GL_EXT_texture_filter_anisotropic */
-   { GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT,
- CONTEXT_FLOAT(Const.MaxTextureMaxAnisotropy),
- extra_EXT_texture_filter_anisotropic },
 #endif /* FEATURE_GL || FEATURE_ES1 */
 
 #if FEATURE_ES1
-- 
1.7.11.4

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


Re: [Mesa-dev] [PATCH] mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs

2012-09-11 Thread Tomeu Vizoso
On Tue, Sep 11, 2012 at 5:00 PM, Kenneth Graunke 

 Reviewed-by: Kenneth Graunke kenn...@whitecape.org

Could you please push it for me? I'm not a committer yet.

Forgot to add my s-o-b to the commit:

Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com

Thanks,

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