summaryrefslogtreecommitdiff
path: root/tests/spec/ext_framebuffer_multisample
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18msaa: Add test to verify sample-alpha-to-coverage with multiple draw buffersAnuj Phogat2-0/+141
2012-07-18msaa: Add test to verify sample-alpha-to-one with multiple draw buffersAnuj Phogat2-0/+154
2012-07-18msaa: Add files containing the shared code to test multiple draw buffersAnuj Phogat2-0/+766
2012-07-18msaa: Share visualize_image function by moving it to common.cppAnuj Phogat3-67/+99
2012-07-17msaa: Check for proper error for operations prohibited on MSAA buffers.Paul Berry2-2/+2
2012-07-17msaa: Test proper functioning when no color buffer is present.Paul Berry2-0/+233
2012-07-17msaa: Add the ability to test computed depths.Paul Berry2-8/+40
2012-07-17msaa: Add the ability to run msaa tests without color/depth/stencil buffers.Paul Berry2-49/+76
2012-07-17msaa/formats: Test signed normalized formats.Paul Berry1-0/+30
2012-07-17msaa/formats: Use a wider color range in MSAA float tests.Paul Berry1-1/+17
2012-07-02msaa: Test that glClear() ignores multisample fragment operations.Paul Berry2-0/+242