summaryrefslogtreecommitdiff
path: root/tests/spec/ext_framebuffer_multisample/common.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-06ext_framebuffer_multisample: fix comment typoBrian Paul1-1/+1
2016-08-08Make multisample accuracy test set GL_FRAMEBUFFER_SRGB when resolving.Kenneth Graunke1-0/+4
2015-11-05multisample-accuracy: Relax the accuracy thresholdNeil Roberts1-2/+2
2015-11-05multisample-accuracy: Add an error margin for lit/unlit pixelsNeil Roberts1-10/+33
2015-06-29EXT_framebuffer_multisample: Make supersample_factor a constant.Eric Anholt1-4/+7
2014-08-28piglit-fbo: Enable the tests to create FBO with multiple color attachmentsAnuj Phogat1-2/+3
2014-07-27tests: tesselate => tessellate (only comments were changed)Jordan Justen1-1/+1
2013-12-02all.tests: make multisample-formats tests concurrentMarek Olšák1-4/+4
2013-11-05ext_framebuffer_multisample: Initialize Test::filter_mode.Vinson Lee1-1/+2
2013-10-29Test downsampling blits in GL_LINEAR filter mode.Paul Berry1-4/+6
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 Phogat1-82/+0
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 Phogat1-1112/+2
2013-07-09Add functionality to create a FBO with multisample texture attachmentAnuj Phogat1-1/+16
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šák1-53/+75
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-07-18msaa: Share visualize_image function by moving it to common.cppAnuj Phogat1-0/+82
2012-07-17msaa: Add the ability to test computed depths.Paul Berry1-7/+23
2012-07-17msaa: Add the ability to run msaa tests without color/depth/stencil buffers.Paul Berry1-47/+57
2012-06-26msaa: Test that the "centroid" interpolation qualifier works correctly.Paul Berry1-0/+132
2012-06-26msaa: Add clarifying comments for Triangles program.Paul Berry1-1/+1
2012-06-25msaa: Verify accuracy of sRGB MSAA resolves.Paul Berry1-9/+46
2012-06-25msaa: Make it possible to scale and offset ColorGradientSunburst.Paul Berry1-2/+45
2012-06-25msaa: Make it possible to change output type when drawing sunbursts.Paul Berry1-2/+48
2012-06-07msaa: Make a static identity matrix for convenience.Paul Berry1-0/+9
2012-06-07msaa: Fix const correctness of TestPattern::draw() function.Paul Berry1-5/+5
2012-06-07msaa: Make a new Fbo::try_setup() function.Paul Berry1-15/+31
2012-06-07msaa: Allow format of the color buffer used in the MSAA fbos to be configured.Paul Berry1-3/+5
2012-06-07msaa: Make it possible to reconfigure the fbo after initial use.Paul Berry1-18/+18
2012-06-07msaa: Fix GL object leak when changing fbo config.Paul Berry1-20/+14
2012-06-07msaa: Make a separate Fbo setup() function.Paul Berry1-1/+11
2012-06-07msaa: Reuse FboConfig data structure in Fbo.Paul Berry1-34/+46
2012-06-07msaa: Make a data structure for fbo config.Paul Berry1-33/+37
2012-06-07msaa: Add ColorGradientSunburst program.Paul Berry1-9/+43
2012-05-30Add new classes to draw points and lines in to multisample FBOAnuj Phogat1-0/+198
2012-05-08Split accuracy test to allow new multisample tests utilize this codeAnuj Phogat1-0/+1132