summaryrefslogtreecommitdiff
path: root/tests/spec/arb_blend_func_extended
AgeCommit message (Expand)AuthorFilesLines
2024-03-25more spelling fixes accross the whole codebaseLucas Stach1-4/+4
2023-09-05arb_blend_func_extended: Don't print expected compile fails to stderr.Emma Anholt1-7/+7
2023-06-13arb_blend_func_extended/output-location: Quiet expected link failure.Emma Anholt1-1/+1
2022-08-29fix the spelling in whole piglitDavid Heidelberg2-2/+2
2022-06-23arb_blend_func_extended: add GL_ARB_ES2_compatibility supportVasily Khoruzhick1-7/+39
2022-02-21cmake: Fix CMake 3.20 CMP0115 warnings.Vinson Lee1-2/+2
2021-08-19add explicit tests for GetFragDataLocation/Index(gl_Frag*)Ilia Mirkin1-1/+86
2021-07-07arb_blend_func_extended: add EXT_gpu_shader4 supportDave Airlie1-4/+31
2020-07-07Add param to piglit_compile_shader_text_nothrow to not print errorsPierre-Eric Pelloux-Prayer1-2/+2
2019-12-02arb_blend_func_extended: Make issue-1917 test reproduce issue on BSWDanylo Piliaiev1-21/+36
2019-11-26arb_blend_func_extended: Add test checking corruption on BSW/BDWDanylo Piliaiev3-0/+181
2019-05-06arb_blend_func_extended: fix gles3 version glClearDepth usageTapani Pälli1-0/+4
2019-05-02arb_blend_func_extended: Test dual src blending without second color outputDanylo Piliaiev3-0/+137
2017-06-30ARB_blend_func_extended: set KHR_no_error statusTimothy Arceri9-8/+19
2017-04-15arb_blend_func_extended/output-location: require GLSL 1.50Marek Olšák1-0/+1
2016-01-27EXT_blend_func_extended: fix test bugs exposed by the nvidia blobRyan Houdek2-3/+6
2015-11-19Implement piglit tests for EXT_blend_func_extendedRyan Houdek12-18/+412
2015-09-29Remove unnecessary linking with libGLUIan Romanick2-2/+0
2015-07-27arb_blend_func_extended: output-location api testTapani Pälli2-0/+93
2015-03-11spec/arb_blend_func_extended: Add test for SIMD16 dual source blendingIago Toral Quiroga2-0/+155
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace6-6/+6
2014-07-10arb_blend_func_extended: require GL 3.0Brian Paul2-2/+2
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt1-11/+1
2013-01-22arb_blend_func_extended: remove explicit 100 x 100 window sizeBrian Paul6-18/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace6-0/+12
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace6-24/+42
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace2-2/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace6-6/+6
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič2-2/+2
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič6-6/+6
2012-06-20tests: Let each test define main()Chad Versace6-14/+24
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace2-4/+0
2012-04-03ARB_blend_func_extended: test all blending modes with explicit attrib indexDave Airlie2-0/+336
2012-04-03ARB_blend_func_extended: test all blending modes (v2)Dave Airlie4-1/+355
2012-03-31arb blend func extended - check errors at glBeginDave Airlie2-0/+119
2012-03-31blend-api: fix copyright as pointed out by Eric.Dave Airlie1-1/+1
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-3/+3
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry3-21/+42
2011-11-21arb_blend_func_extended: add three api testsDave Airlie6-0/+368