summaryrefslogtreecommitdiff
path: root/tests/glean
AgeCommit message (Collapse)AuthorFilesLines
2015-10-06Remove the two sided stencil extension Glean testJuliet Fru3-953/+0
Replaced by new piglit gl-2.0-two-sided-stencil test. Reviewed-by: Brian Paul <brianp@vmware.com>
2015-09-29glean: Remove dependency on libGLUIan Romanick2-4/+0
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-29glean: Just use glTexImage2D in ttexgenIan Romanick1-1/+3
The test sets the filter modes to GL_NEAREST, so levels other than zero are never used. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-29glean: Remove unused method Image::makeMipmapsIan Romanick2-16/+0
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-29glean: Replace gluOrtho2D with plain glOrthoIan Romanick1-1/+1
Why was gluOrtho2D ever even a function?!? Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-29glean: Replace gluErrorString with piglit_get_gl_error_nameIan Romanick5-12/+16
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Thanked-by: Kristian Høgsberg <krh@bitplanet.net>
2015-09-18Remove glean occlusion query test.Brian Paul3-784/+0
Replaced by new piglit test. Signed-off-by: Brian Paul <brianp@vmware.com>
2015-09-18remove Glean paths testJuliet Fru3-455/+0
Replaced by new piglit test. Reviewed-by: Brian Paul <brianp@vmware.com>
2015-01-15glean/pixelformats: restrict GL_ABGR_EXT format test to the types in the specSamuel Iglesias Gonsalvez1-0/+8
Packed formats specs (which were all written after the GL_EXT_abgr) explicitly say that the packed formats can only be used with GL_RGB, GL_BGR, GL_RGBA, or GL_BGRA and do not mention GL_ABGR_EXT. NVIDIA allows it but AMD doesn't and Intel driver hasn't allowed it with UNSIGNED_SHORT_5_5_5_1 and UNSIGNED_INT_10_10_10_2 as of c471b09bf4. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
2015-01-08glean: Remove Glean pbo test.Laura Ekstrand3-1178/+0
2014-11-21Removed Glean logicop test.Laura Ekstrand3-543/+0
Reviewed-By: Glenn Kennard <glenn.kennard@gmail.com>
2014-10-28Removed polygonOffset test from Glean.Laura Ekstrand3-798/+0
2014-10-28Removed Glean read pixels sanity test.Laura Ekstrand3-998/+0
2014-10-28Removed Glean ortho positioning test.Laura Ekstrand3-1076/+0
2014-10-28Removed Glean floating point exceptions test.Laura Ekstrand3-680/+0
2014-10-28Removed Glean blend test.Laura Ekstrand3-1090/+0
2014-07-17glean/texCombine: Remove unused variables.Vinson Lee1-3/+0
Fix clang unused-private-field warnings. In file included from ttexcombine.cpp:75: ttexcombine.h:133:28: warning: private field 'p_glActiveTextureARB' is not used [-Wunused-private-field] PFNGLACTIVETEXTUREARBPROC p_glActiveTextureARB; ^ ttexcombine.h:134:30: warning: private field 'p_glMultiTexCoord2fARB' is not used [-Wunused-private-field] PFNGLMULTITEXCOORD2FARBPROC p_glMultiTexCoord2fARB; ^ Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com>
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
There are no longer any source files in tests/util that are specific to a particular OpenGL API. In other words, all OpenGL utility sources in tests/util are now "common" and shared by all OpenGL APIs. So remove the 'common' in filename 'piglit-util-gl-common.h'. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2014-07-08glean/glsl1: Delete duplicated gl_FrontFacing tests.Matt Turner1-22/+0
Tested by tests/shaders/glsl-fs-frontfacing.shader_test. Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-08glean/glsl1: Delete duplicated uniform/varying tests.Matt Turner1-78/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-08glean/glsl1: Delete duplicated indexing tests.Matt Turner1-209/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-08glean/glsl1: Delete duplicated conditional expressions tests.Matt Turner1-24/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated discard tests.Matt Turner1-43/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated assignment operators test.Matt Turner1-14/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated float literal tests.Matt Turner1-16/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated integer literal tests.Matt Turner1-15/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated empty block/statement tests.Matt Turner1-13/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated fp precision tests.Matt Turner1-35/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated loop tests.Matt Turner1-197/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-07-06glean/glsl1: Delete duplicated gl_*Color tests.Matt Turner1-40/+0
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
2014-06-09remove glean depthstencil testBrian Paul3-429/+0
Replaced by piglit tests in previous two commits. Reviewed-by: José Fonseca <jfonseca@vmware.com>
2014-06-09remove glean/tbufferobject testBrian Paul3-371/+0
Everything it tests is already covered by other piglit tests. Reviewed-by: José Fonseca <jfonseca@vmware.com>
2014-05-22glean/glsl1: Delete duplicated array tests.Matt Turner1-196/+0
2014-05-22glean/glsl1: Delete duplicated matrix tests.Matt Turner1-248/+0
2014-05-22glean/glsl1: Delete duplicated comment tests.Matt Turner1-64/+0
2014-05-22glean/glsl1: Delete duplicate vector relational tests.Matt Turner1-172/+1
2014-05-22glean/glsl1: Delete duplicated function tests.Matt Turner1-155/+0
2014-05-22glean/glsl1: Delete duplicated equality/inequality tests.Matt Turner1-225/+0
2014-05-22glean/glsl1: Delete duplicated basic arithmetic tests.Matt Turner1-169/+0
2014-05-22glean/glsl1: Delete duplicated logic operator tests.Matt Turner1-143/+0
2014-05-22glean/glsl1: Delete duplicated built-in function tests.Matt Turner1-452/+0
I've less "cross() function, in-place" because we don't have an equivalent test for it elsewhere.
2014-05-22glean: Remove the getString test.Kenneth Graunke3-150/+0
This test always passes, so all it does is make sure glGetString doesn't crash. But essentially every Piglit test that does extension checks already does that.
2014-04-30glean: Add missing <algorithm> includes.José Fonseca5-1/+5
max/min were being used in several places, without including algorithm header, and on MSVC 2013 the header is not being included internally. Reviewed-by: Brian Paul <brianp@vmware.com>
2014-04-26remove glean texSwizzle testBrian Paul3-524/+0
Replaced by spec/ext_texture_swizzle/api.c and swizzle.c tests. Reviewed-by: Eric Anholt <eric@anholt.net>
2014-04-01glean: Fix fbo errors caseChris Forbes1-0/+24
If the framebuffer has no attachments at all, the first incomplete status generated is FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT. Adjust the tests for FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER and FRAMEBUFFER_INCOMPLETE_READ_BUFFER to avoid tripping over this, by adding a depth renderbuffer attachment. This extra attachment is chosen to avoid imposing additional requirements -- multiple color attachments are not required, nor are depth textures. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76579 Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Brian Paul <brianp@vmware.com>
2014-02-22glean: Use piglit-dispatch instead of calling piglit_get_proc_address().Eric Anholt26-1677/+649
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-02-19glean/texswizzle: Fix GCC return-type warning.Vinson Lee1-0/+1
This patch fixes this GCC return-type warning. ttexswizzle.cpp: In member function 'GLubyte GLEAN::TexSwizzleTest::Swizzle(const GLubyte*, GLenum)': ttexswizzle.cpp:119:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-02-17glean: Remove VertArrayBGRATest::testAPIIan Romanick1-59/+0
It was redundant with arb_vertex_array_bgra-api-errors, and it had some bugs that were already fixed in arb_vertex_array_bgra-api-errors. I'm keeping the glean rendering test because I believe that it's the only rendering test in piglit for BGRA arrays. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
2013-11-21glean/pointatten: use test stride of 5 for --quick optionBrian Paul1-0/+16
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2013-11-21glean/pixelformats: use test stride of 13 for --quick optionBrian Paul1-4/+17
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>