Age | Commit message (Collapse) | Author | Files | Lines |
|
Replaced by new piglit gl-2.0-two-sided-stencil test.
Reviewed-by: Brian Paul <brianp@vmware.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Replaced by new piglit test.
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
Replaced by new piglit test.
Reviewed-by: Brian Paul <brianp@vmware.com>
|
|
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>
|
|
|
|
Reviewed-By: Glenn Kennard <glenn.kennard@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
Tested by tests/shaders/glsl-fs-frontfacing.shader_test.
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
|
|
Replaced by piglit tests in previous two commits.
Reviewed-by: José Fonseca <jfonseca@vmware.com>
|
|
Everything it tests is already covered by other piglit tests.
Reviewed-by: José Fonseca <jfonseca@vmware.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I've less "cross() function, in-place" because we don't have an
equivalent test for it elsewhere.
|
|
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.
|
|
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>
|
|
Replaced by spec/ext_texture_swizzle/api.c and swizzle.c tests.
Reviewed-by: Eric Anholt <eric@anholt.net>
|
|
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>
|
|
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
|
|
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>
|
|
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>
|
|
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
|
|
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
|