Mesa (master): glsl: fix "tesselation" typo

Marek Olšák mareko at kemper.freedesktop.org
Sun Jun 14 18:19:51 UTC 2015


Module: Mesa
Branch: master
Commit: 2489054f663baa69e659e0878cb39f4e7197ee0b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2489054f663baa69e659e0878cb39f4e7197ee0b

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat Jun  6 14:12:34 2015 +0200

glsl: fix "tesselation" typo

Trivial.

---

 src/glsl/ast_to_hir.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp
index a05efe0..fc24305 100644
--- a/src/glsl/ast_to_hir.cpp
+++ b/src/glsl/ast_to_hir.cpp
@@ -2729,7 +2729,7 @@ apply_type_qualifier_to_variable(const struct ast_type_qualifier *qual,
     *    GL_ARB_conservative_depth
     *    GL_ARB_gpu_shader5
     *    GL_ARB_separate_shader_objects
-    *    GL_ARB_tesselation_shader
+    *    GL_ARB_tessellation_shader
     *    GL_ARB_transform_feedback3
     *    GL_ARB_uniform_buffer_object
     *




More information about the mesa-commit mailing list