summaryrefslogtreecommitdiff
path: root/tests/spec/oes_compressed_etc1_rgb8_texture
AgeCommit message (Expand)AuthorFilesLines
2013-02-06etc1: Document expected errors in basic API testChad Versace1-1/+6
2013-02-06etc1: Fix glTexSubImage2D call in basic API testChad Versace1-1/+6
2013-02-06etc1: Fix glTexImage2D call in basic API testChad Versace1-2/+8
2012-11-29util/gl: Add config field 'supports_gl_es_version'Chad Versace2-2/+2
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace2-0/+4
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace2-7/+14
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace2-2/+2
2012-07-15etc1: Remove texturing test from 'basic' test fileChad Versace1-147/+5
2012-07-15etc1: Test texturing from an ETC1 miptreeChad Versace4-0/+250
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+4
2012-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace1-1/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-27Move CLAMP, MIN2, and MAX2 macros to piglit-util.h.Paul Berry1-2/+0
2012-01-10Add missing include pathsIan Romanick1-0/+2
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry1-9/+9
2011-12-03oes_compressed_etc1_rgb8_texture: add a basic testChia-I Wu3-0/+235