Re: [Mesa-dev] [PATCH 01/10] mesa: Add entry for extension ARB_texture_stencil8

2014-04-30 Thread Ian Romanick
Patches 1, 2, 4, 5, 6 (with the small change suggested), 7, 8, 9, and 10
are all

Reviewed-by: Ian Romanick ian.d.roman...@intel.com

On 03/21/2014 03:01 PM, Anuj Phogat wrote:
 Cc: mesa-sta...@lists.freedesktop.org
 Signed-off-by: Anuj Phogat anuj.pho...@gmail.com
 ---
  src/mesa/main/mtypes.h | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
 index a0d893c..0b754b1 100644
 --- a/src/mesa/main/mtypes.h
 +++ b/src/mesa/main/mtypes.h
 @@ -3535,6 +3535,7 @@ struct gl_extensions
 GLboolean ARB_shading_language_420pack;
 GLboolean ARB_shadow;
 GLboolean ARB_stencil_texturing;
 +   GLboolean ARB_texture_stencil8;
 GLboolean ARB_sync;
 GLboolean ARB_texture_border_clamp;
 GLboolean ARB_texture_buffer_object;
 

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


Re: [Mesa-dev] [PATCH 01/10] mesa: Add entry for extension ARB_texture_stencil8

2014-03-25 Thread Ian Romanick
On 03/21/2014 03:01 PM, Anuj Phogat wrote:
 Cc: mesa-sta...@lists.freedesktop.org

Why is this tagged for stable?

 Signed-off-by: Anuj Phogat anuj.pho...@gmail.com
 ---
  src/mesa/main/mtypes.h | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
 index a0d893c..0b754b1 100644
 --- a/src/mesa/main/mtypes.h
 +++ b/src/mesa/main/mtypes.h
 @@ -3535,6 +3535,7 @@ struct gl_extensions
 GLboolean ARB_shading_language_420pack;
 GLboolean ARB_shadow;
 GLboolean ARB_stencil_texturing;
 +   GLboolean ARB_texture_stencil8;

Alphabetize. :)

 GLboolean ARB_sync;
 GLboolean ARB_texture_border_clamp;
 GLboolean ARB_texture_buffer_object;
 

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


Re: [Mesa-dev] [PATCH 01/10] mesa: Add entry for extension ARB_texture_stencil8

2014-03-25 Thread Anuj Phogat
On Tue, Mar 25, 2014 at 11:41 AM, Ian Romanick i...@freedesktop.org wrote:
 On 03/21/2014 03:01 PM, Anuj Phogat wrote:
 Cc: mesa-sta...@lists.freedesktop.org

 Why is this tagged for stable?
[Patch 2 / 10] is a bug fix tagged for stable and it requires this change.


 Signed-off-by: Anuj Phogat anuj.pho...@gmail.com
 ---
  src/mesa/main/mtypes.h | 1 +
  1 file changed, 1 insertion(+)

 diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
 index a0d893c..0b754b1 100644
 --- a/src/mesa/main/mtypes.h
 +++ b/src/mesa/main/mtypes.h
 @@ -3535,6 +3535,7 @@ struct gl_extensions
 GLboolean ARB_shading_language_420pack;
 GLboolean ARB_shadow;
 GLboolean ARB_stencil_texturing;
 +   GLboolean ARB_texture_stencil8;

 Alphabetize. :)
ok

 GLboolean ARB_sync;
 GLboolean ARB_texture_border_clamp;
 GLboolean ARB_texture_buffer_object;


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


[Mesa-dev] [PATCH 01/10] mesa: Add entry for extension ARB_texture_stencil8

2014-03-21 Thread Anuj Phogat
Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Anuj Phogat anuj.pho...@gmail.com
---
 src/mesa/main/mtypes.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index a0d893c..0b754b1 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3535,6 +3535,7 @@ struct gl_extensions
GLboolean ARB_shading_language_420pack;
GLboolean ARB_shadow;
GLboolean ARB_stencil_texturing;
+   GLboolean ARB_texture_stencil8;
GLboolean ARB_sync;
GLboolean ARB_texture_border_clamp;
GLboolean ARB_texture_buffer_object;
-- 
1.8.3.1

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