summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2014-07-27 16:19:00 -0700
committerJordan Justen <jordan.l.justen@intel.com>2014-07-27 16:34:37 -0700
commitf5689b97de174768c053bcbed7e7d5f1a687215f (patch)
tree504a482e49af666cdfd6b61296c683ee4f9f07cf
parent5417d4fa5455a358638287fc971f7fe89ffd49e1 (diff)
tests: tesselate => tessellate (only comments were changed)
Changes genertated with find tests -name '*.c*' | xargs sed -i -e 's@tesselate@tessellate@g' 'git grep -i tessela' now only returns results in registry XML files. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r--tests/spec/arb_explicit_attrib_location/overlapping-locations-input-attribs.c2
-rw-r--r--tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp2
-rw-r--r--tests/spec/ext_framebuffer_multisample/common.cpp2
-rw-r--r--tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp2
-rw-r--r--tests/util/piglit-test-pattern.cpp4
5 files changed, 6 insertions, 6 deletions
diff --git a/tests/spec/arb_explicit_attrib_location/overlapping-locations-input-attribs.c b/tests/spec/arb_explicit_attrib_location/overlapping-locations-input-attribs.c
index f7085c7d1..1eb9413c1 100644
--- a/tests/spec/arb_explicit_attrib_location/overlapping-locations-input-attribs.c
+++ b/tests/spec/arb_explicit_attrib_location/overlapping-locations-input-attribs.c
@@ -140,7 +140,7 @@ compile_shader(void)
(void *) 0);
glEnableVertexAttribArray(1);
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
glGenBuffers(1, &element_buf);
diff --git a/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp b/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
index a656abe74..8c122125e 100644
--- a/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
+++ b/tests/spec/arb_framebuffer_object/blit-scaled-linear.cpp
@@ -129,7 +129,7 @@ compile_shader(void)
glVertexAttribPointer(1, 2, GL_INT, GL_FALSE, 4*sizeof(float),
(void *) (2*sizeof(float)));
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
unsigned int indices[6] = { 0, 1, 2, 0, 2, 3 };
diff --git a/tests/spec/ext_framebuffer_multisample/common.cpp b/tests/spec/ext_framebuffer_multisample/common.cpp
index 8bd4e4cb2..80123f197 100644
--- a/tests/spec/ext_framebuffer_multisample/common.cpp
+++ b/tests/spec/ext_framebuffer_multisample/common.cpp
@@ -173,7 +173,7 @@ DownsampleProg::compile(int supersample_factor)
glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 4*sizeof(float),
(void *) (2*sizeof(float)));
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
unsigned int indices[6] = { 0, 1, 2, 0, 2, 3 };
diff --git a/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp b/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
index 6221e8c35..7b9fc4f57 100644
--- a/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
+++ b/tests/spec/ext_framebuffer_multisample_blit_scaled/blit-scaled.cpp
@@ -188,7 +188,7 @@ compile_shader(void)
glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 4*sizeof(float),
(void *) (2*sizeof(float)));
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
unsigned int indices[6] = { 0, 1, 2, 0, 2, 3 };
diff --git a/tests/util/piglit-test-pattern.cpp b/tests/util/piglit-test-pattern.cpp
index 2639a8120..f0370532e 100644
--- a/tests/util/piglit-test-pattern.cpp
+++ b/tests/util/piglit-test-pattern.cpp
@@ -817,7 +817,7 @@ ManifestStencil::compile()
glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, sizeof(vertex_data[0]),
(void *) 0);
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
unsigned int indices[6] = { 0, 1, 2, 0, 2, 3 };
@@ -918,7 +918,7 @@ ManifestDepth::compile()
glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, sizeof(vertex_data[0]),
(void *) 0);
- /* Set up element input buffer to tesselate a quad into
+ /* Set up element input buffer to tessellate a quad into
* triangles
*/
unsigned int indices[6] = { 0, 1, 2, 0, 2, 3 };