index
:
~nh/piglit
arb_gl_spirv
deqp-run-multi
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
ext_framebuffer_multisample
/
common.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-06
ext_framebuffer_multisample: fix comment typo
Brian Paul
1
-1
/
+1
2016-08-08
Make multisample accuracy test set GL_FRAMEBUFFER_SRGB when resolving.
Kenneth Graunke
1
-0
/
+4
2015-11-05
multisample-accuracy: Relax the accuracy threshold
Neil Roberts
1
-2
/
+2
2015-11-05
multisample-accuracy: Add an error margin for lit/unlit pixels
Neil Roberts
1
-10
/
+33
2015-06-29
EXT_framebuffer_multisample: Make supersample_factor a constant.
Eric Anholt
1
-4
/
+7
2014-08-28
piglit-fbo: Enable the tests to create FBO with multiple color attachments
Anuj Phogat
1
-2
/
+3
2014-07-27
tests: tesselate => tessellate (only comments were changed)
Jordan Justen
1
-1
/
+1
2013-12-02
all.tests: make multisample-formats tests concurrent
Marek Olšák
1
-4
/
+4
2013-11-05
ext_framebuffer_multisample: Initialize Test::filter_mode.
Vinson Lee
1
-1
/
+2
2013-10-29
Test downsampling blits in GL_LINEAR filter mode.
Paul Berry
1
-4
/
+6
2013-08-23
Use utility function piglit_srgb_to_linear()
Anuj Phogat
1
-16
/
+2
2013-08-23
Move visualize_image function to util/piglit-util-gl.c
Anuj Phogat
1
-82
/
+0
2013-08-21
Make use of piglit_build_simple_program_unlinked() in some tests.
Paul Berry
1
-5
/
+1
2013-08-16
Make the functions in ext_framebuffer_multisample/common.cpp available globally
Anuj Phogat
1
-1112
/
+2
2013-07-09
Add functionality to create a FBO with multisample texture attachment
Anuj Phogat
1
-1
/
+16
2013-01-15
MSAA tests: don't use glClearBuffer
Marek Olšák
1
-2
/
+2
2013-01-15
MSAA tests: port all GLSL shaders to GLSL 1.20
Marek Olšák
1
-53
/
+75
2013-01-01
ext_framebuffer_multisample: report SKIP if the FBO is unsupported
Marek Olšák
1
-11
/
+1
2012-12-17
ext_framebuffer_multisample: Initialize Test member variables.
Vinson Lee
1
-1
/
+6
2012-12-11
ext_framebuffer_multisample: Initialize Fbo member variables.
Vinson Lee
1
-0
/
+5
2012-12-09
ext_framebuffer_multisample: Initialize Sunburst member variables.
Vinson Lee
1
-1
/
+10
2012-12-08
ext_framebuffer_multisample: Initialize InterpolationTestPattern member.
Vinson Lee
1
-1
/
+1
2012-07-18
msaa: Share visualize_image function by moving it to common.cpp
Anuj Phogat
1
-0
/
+82
2012-07-17
msaa: Add the ability to test computed depths.
Paul Berry
1
-7
/
+23
2012-07-17
msaa: Add the ability to run msaa tests without color/depth/stencil buffers.
Paul Berry
1
-47
/
+57
2012-06-26
msaa: Test that the "centroid" interpolation qualifier works correctly.
Paul Berry
1
-0
/
+132
2012-06-26
msaa: Add clarifying comments for Triangles program.
Paul Berry
1
-1
/
+1
2012-06-25
msaa: Verify accuracy of sRGB MSAA resolves.
Paul Berry
1
-9
/
+46
2012-06-25
msaa: Make it possible to scale and offset ColorGradientSunburst.
Paul Berry
1
-2
/
+45
2012-06-25
msaa: Make it possible to change output type when drawing sunbursts.
Paul Berry
1
-2
/
+48
2012-06-07
msaa: Make a static identity matrix for convenience.
Paul Berry
1
-0
/
+9
2012-06-07
msaa: Fix const correctness of TestPattern::draw() function.
Paul Berry
1
-5
/
+5
2012-06-07
msaa: Make a new Fbo::try_setup() function.
Paul Berry
1
-15
/
+31
2012-06-07
msaa: Allow format of the color buffer used in the MSAA fbos to be configured.
Paul Berry
1
-3
/
+5
2012-06-07
msaa: Make it possible to reconfigure the fbo after initial use.
Paul Berry
1
-18
/
+18
2012-06-07
msaa: Fix GL object leak when changing fbo config.
Paul Berry
1
-20
/
+14
2012-06-07
msaa: Make a separate Fbo setup() function.
Paul Berry
1
-1
/
+11
2012-06-07
msaa: Reuse FboConfig data structure in Fbo.
Paul Berry
1
-34
/
+46
2012-06-07
msaa: Make a data structure for fbo config.
Paul Berry
1
-33
/
+37
2012-06-07
msaa: Add ColorGradientSunburst program.
Paul Berry
1
-9
/
+43
2012-05-30
Add new classes to draw points and lines in to multisample FBO
Anuj Phogat
1
-0
/
+198
2012-05-08
Split accuracy test to allow new multisample tests utilize this code
Anuj Phogat
1
-0
/
+1132