index
:
~jturney/piglit
master
piglit is an OpenGL test suite
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
ext_framebuffer_multisample
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
Add test to verify the error conditions in ext_multisample_framebuffer_blit_s...
Anuj Phogat
2
-0
/
+142
2013-07-09
Add test to verify the accuracy of multisample scaled blitting
Anuj Phogat
2
-0
/
+376
2013-07-09
Add functionality to create a FBO with multisample texture attachment
Anuj Phogat
1
-1
/
+16
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
43
-43
/
+43
2013-03-28
ext_framebuffer_multisample: skip negative-max-samples
Chris Forbes
1
-0
/
+16
2013-01-29
ext_framebuffer_multisample: check for GL_EXT_framebuffer_multisample
Brian Paul
1
-0
/
+1
2013-01-15
MSAA tests: only require GL2.1 with ARB_fbo and ARB_vao
Marek Olšák
28
-33
/
+92
2013-01-15
ext_framebuffer_multisample/formats: don't try invalid renderbuffer formats
Marek Olšák
1
-0
/
+5
2013-01-15
ext_framebuffer_multisample/formats: only create GLSL 1.30 shaders with GL3
Marek Olšák
1
-4
/
+8
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
5
-90
/
+132
2013-01-14
ext_framebuffer_multisample-negative-readpixels: Remove unused variable.
Vinson Lee
1
-2
/
+1
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-11-30
util/gl: Kill shader wrapper functions
Chad Versace
1
-1
/
+1
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
43
-0
/
+86
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
43
-147
/
+301
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
43
-43
/
+43
2012-09-14
msaa: Test that multisampled blits can flip the image in the X or Y direction.
Paul Berry
2
-0
/
+184
2012-08-22
msaa: Avoid undefined behavior in visualize_image function
Anuj Phogat
1
-0
/
+10
2012-08-22
msaa: Skip tests when samples > GL_MAX_SAMPLES.
Paul Berry
3
-0
/
+21
2012-08-16
msaa: Add test to verify sample-alpha-to-one with dual source blending
Anuj Phogat
2
-0
/
+125
2012-08-16
msaa: Add test to verify alpha to coverage with dual source blending
Anuj Phogat
2
-0
/
+130
2012-08-16
msaa: Make changes in shared code to accomodate dual-src-blending test cases
Anuj Phogat
11
-43
/
+156
2012-08-15
msaa: Add test to verify alpha-to-coverage when nothing is bound to draw buff...
Anuj Phogat
2
-0
/
+143
2012-08-15
msaa: Make few changes to shared code to accomodate no-draw-buffer-zero test
Anuj Phogat
1
-2
/
+16
2012-08-15
msaa: Verify proper operation of alpha blending.
Paul Berry
2
-0
/
+106
2012-08-06
draw-buffers-common.cpp: don't use dynamically sized array
Anuj Phogat
1
-6
/
+11
2012-07-18
msaa: Add depth buffer testing to sample-alpha-to-coverage test case
Anuj Phogat
1
-16
/
+31
2012-07-18
msaa: Add depth buffer testing support in draw-buffer-common.cpp
Anuj Phogat
2
-51
/
+149
2012-07-18
msaa: Rewrite sample-alpha-to-one test to utilize shared code
Anuj Phogat
2
-213
/
+46
2012-07-18
msaa: Rewrite sample-alpha-to-coverage test to utilize the shared code
Anuj Phogat
2
-326
/
+49
2012-07-18
msaa: Add test to verify sample-alpha-to-one with single sample FBO
Anuj Phogat
2
-0
/
+104
2012-07-18
msaa: Add test to verify sample-alpha-to-one with GL_MULTISAMPLE disabled
Anuj Phogat
2
-0
/
+131
2012-07-18
msaa: Add test to verify sample-alpha-to-coverage with integer draw buffers
Anuj Phogat
2
-0
/
+134
2012-07-18
msaa: Add test to verify sample-alpha-to-one with integer draw buffers
Anuj Phogat
2
-0
/
+131
2012-07-18
msaa: Add test to verify sample-alpha-to-coverage with multiple draw buffers
Anuj Phogat
2
-0
/
+141
2012-07-18
msaa: Add test to verify sample-alpha-to-one with multiple draw buffers
Anuj Phogat
2
-0
/
+154
2012-07-18
msaa: Add files containing the shared code to test multiple draw buffers
Anuj Phogat
2
-0
/
+766
2012-07-18
msaa: Share visualize_image function by moving it to common.cpp
Anuj Phogat
3
-67
/
+99
2012-07-17
msaa: Check for proper error for operations prohibited on MSAA buffers.
Paul Berry
2
-2
/
+2
2012-07-17
msaa: Test proper functioning when no color buffer is present.
Paul Berry
2
-0
/
+233
2012-07-17
msaa: Add the ability to test computed depths.
Paul Berry
2
-8
/
+40
2012-07-17
msaa: Add the ability to run msaa tests without color/depth/stencil buffers.
Paul Berry
2
-49
/
+76
2012-07-17
msaa/formats: Test signed normalized formats.
Paul Berry
1
-0
/
+30
2012-07-17
msaa/formats: Use a wider color range in MSAA float tests.
Paul Berry
1
-1
/
+17
2012-07-02
msaa: Test that glClear() ignores multisample fragment operations.
Paul Berry
2
-0
/
+242
[next]