summaryrefslogtreecommitdiff
path: root/tests/spec/ext_framebuffer_multisample
AgeCommit message (Expand)AuthorFilesLines
2013-12-02all.tests: make multisample-formats tests concurrentMarek Olšák1-4/+4
2013-11-15More comprehensive test for alpha blending with multisampling.Paul Berry2-0/+240
2013-11-11Add a "slow_cc" option to EXT_framebuffer_multisample/alpha-blending.Paul Berry1-2/+15
2013-11-05ext_framebuffer_multisample: Initialize Test::filter_mode.Vinson Lee1-1/+2
2013-10-29Test MSAA-to-MSAA blits in GL_LINEAR filter mode.Paul Berry1-2/+13
2013-10-29Test upsampling blits in GL_LINEAR filter mode.Paul Berry1-2/+13
2013-10-29Test downsampling blits in GL_LINEAR filter mode.Paul Berry4-9/+22
2013-08-23Use utility function piglit_srgb_to_linear()Anuj Phogat1-16/+2
2013-08-23Move visualize_image function to util/piglit-util-gl.cAnuj Phogat4-100/+13
2013-08-21Make use of piglit_build_simple_program_unlinked() in some tests.Paul Berry1-5/+1
2013-08-16Make the functions in ext_framebuffer_multisample/common.cpp available globallyAnuj Phogat24-1545/+94
2013-07-09Add test to verify the error conditions in ext_multisample_framebuffer_blit_s...Anuj Phogat2-0/+142
2013-07-09Add test to verify the accuracy of multisample scaled blittingAnuj Phogat2-0/+376
2013-07-09Add functionality to create a FBO with multisample texture attachmentAnuj Phogat1-1/+16
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák43-43/+43
2013-03-28ext_framebuffer_multisample: skip negative-max-samplesChris Forbes1-0/+16
2013-01-29ext_framebuffer_multisample: check for GL_EXT_framebuffer_multisampleBrian Paul1-0/+1
2013-01-15MSAA tests: only require GL2.1 with ARB_fbo and ARB_vaoMarek Olšák28-33/+92
2013-01-15ext_framebuffer_multisample/formats: don't try invalid renderbuffer formatsMarek Olšák1-0/+5
2013-01-15ext_framebuffer_multisample/formats: only create GLSL 1.30 shaders with GL3Marek Olšák1-4/+8
2013-01-15MSAA tests: don't use glClearBufferMarek Olšák1-2/+2
2013-01-15MSAA tests: port all GLSL shaders to GLSL 1.20Marek Olšák5-90/+132
2013-01-14ext_framebuffer_multisample-negative-readpixels: Remove unused variable.Vinson Lee1-2/+1
2013-01-01ext_framebuffer_multisample: report SKIP if the FBO is unsupportedMarek Olšák1-11/+1
2012-12-17ext_framebuffer_multisample: Initialize Test member variables.Vinson Lee1-1/+6
2012-12-11ext_framebuffer_multisample: Initialize Fbo member variables.Vinson Lee1-0/+5
2012-12-09ext_framebuffer_multisample: Initialize Sunburst member variables.Vinson Lee1-1/+10
2012-12-08ext_framebuffer_multisample: Initialize InterpolationTestPattern member.Vinson Lee1-1/+1
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-1/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace43-0/+86
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace43-147/+301
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace43-43/+43
2012-09-14msaa: Test that multisampled blits can flip the image in the X or Y direction.Paul Berry2-0/+184
2012-08-22msaa: Avoid undefined behavior in visualize_image functionAnuj Phogat1-0/+10
2012-08-22msaa: Skip tests when samples > GL_MAX_SAMPLES.Paul Berry3-0/+21
2012-08-16msaa: Add test to verify sample-alpha-to-one with dual source blendingAnuj Phogat2-0/+125
2012-08-16msaa: Add test to verify alpha to coverage with dual source blendingAnuj Phogat2-0/+130
2012-08-16msaa: Make changes in shared code to accomodate dual-src-blending test casesAnuj Phogat11-43/+156
2012-08-15msaa: Add test to verify alpha-to-coverage when nothing is bound to draw buff...Anuj Phogat2-0/+143
2012-08-15msaa: Make few changes to shared code to accomodate no-draw-buffer-zero testAnuj Phogat1-2/+16
2012-08-15msaa: Verify proper operation of alpha blending.Paul Berry2-0/+106
2012-08-06draw-buffers-common.cpp: don't use dynamically sized arrayAnuj Phogat1-6/+11
2012-07-18msaa: Add depth buffer testing to sample-alpha-to-coverage test caseAnuj Phogat1-16/+31
2012-07-18msaa: Add depth buffer testing support in draw-buffer-common.cppAnuj Phogat2-51/+149
2012-07-18msaa: Rewrite sample-alpha-to-one test to utilize shared codeAnuj Phogat2-213/+46
2012-07-18msaa: Rewrite sample-alpha-to-coverage test to utilize the shared codeAnuj Phogat2-326/+49
2012-07-18msaa: Add test to verify sample-alpha-to-one with single sample FBOAnuj Phogat2-0/+104
2012-07-18msaa: Add test to verify sample-alpha-to-one with GL_MULTISAMPLE disabledAnuj Phogat2-0/+131
2012-07-18msaa: Add test to verify sample-alpha-to-coverage with integer draw buffersAnuj Phogat2-0/+134
2012-07-18msaa: Add test to verify sample-alpha-to-one with integer draw buffersAnuj Phogat2-0/+131