[Piglit] [PATCH 3/4] arb_compute_shader: remove misleading headers
Timothy Arceri
tarceri at itsqueeze.com
Mon May 15 06:20:28 UTC 2017
These have clearly been copied from api-errors.c
---
tests/spec/arb_compute_shader/cs-ids-common.c | 6 ------
tests/spec/arb_compute_shader/render-and-compute.c | 6 ------
2 files changed, 12 deletions(-)
diff --git a/tests/spec/arb_compute_shader/cs-ids-common.c b/tests/spec/arb_compute_shader/cs-ids-common.c
index e5987d3..fc25986 100644
--- a/tests/spec/arb_compute_shader/cs-ids-common.c
+++ b/tests/spec/arb_compute_shader/cs-ids-common.c
@@ -14,26 +14,20 @@
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-/** \file
- *
- * Test cases in which the ARB_compute_shader API is expected to
- * generate an error.
- */
-
#include "piglit-util-gl.h"
#include "piglit-shader.h"
#include "common.h"
#define NUM_ATOMIC_COUNTERS 8
static GLuint atomics_bo = 0;
static GLuint indirect_bo = 0;
static bool verbose = false;
static bool indirect_dispatch = false;
diff --git a/tests/spec/arb_compute_shader/render-and-compute.c b/tests/spec/arb_compute_shader/render-and-compute.c
index d2ad41d..44c40d7 100644
--- a/tests/spec/arb_compute_shader/render-and-compute.c
+++ b/tests/spec/arb_compute_shader/render-and-compute.c
@@ -14,26 +14,20 @@
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-/** \file
- *
- * Test cases in which the ARB_compute_shader API is expected to
- * generate an error.
- */
-
#include "cs-ids-common.h"
static struct piglit_gl_test_config *piglit_config;
PIGLIT_GL_TEST_CONFIG_BEGIN
piglit_config = &config;
config.supports_gl_compat_version = 33;
config.supports_gl_core_version = 33;
PIGLIT_GL_TEST_CONFIG_END
--
2.9.3
More information about the Piglit
mailing list