index
:
piglit
dither
glean-master
glsl2
main
ppgtt
shader_runner
piglit is an OpenGL test suite (mirrored from https://gitlab.freedesktop.org/mesa/piglit)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
arb_framebuffer_object
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-28
Use piglit_require_minimum_getinteger(GL_MAX_DRAW_BUFFERS) more.
Emma Anholt
1
-8
/
+1
2023-04-18
arb_framebuffer_object: check requirements at the beginning
Juan A. Suarez Romero
1
-35
/
+38
2022-08-29
fix the spelling in whole piglit
David Heidelberg
1
-1
/
+1
2022-08-04
tests: Rename tests with overly-long names
Daniel Stone
3
-2
/
+2
2022-05-31
Delete spurious version checks
Ian Romanick
1
-2
/
+1
2020-12-14
arb_framebuffer_object: Add a test for blit-based mipmap generation
Chia-I Wu
2
-0
/
+186
2018-01-03
fbo-formats: Remove GLenum stringification macros.
Fabian Bieler
1
-1
/
+1
2018-01-03
depth-stencil-blit: Remove GLenum stringification macros.
Fabian Bieler
1
-15
/
+14
2018-01-03
Remove GLenum string literals.
Fabian Bieler
2
-59
/
+9
2017-12-23
Move fdo28551 test from bugs to spec dir.
Fabian Bieler
2
-0
/
+90
2017-07-11
blit-scaled-linear: whitespace fixes
Brian Paul
1
-6
/
+6
2017-07-11
blit-scaled-linear: minor shader code improvements
Brian Paul
1
-7
/
+5
2017-06-01
fbo: Require ARB_depth_texture in more tests
Ian Romanick
1
-0
/
+1
2017-05-18
arb_framebuffer_object: set KHR_no_error compatibility
Timothy Arceri
11
-0
/
+11
2016-11-16
same-attachment-glFramebufferTexture2D: Use a CUBE_MAP texture
Nanley Chery
1
-7
/
+37
2016-10-11
GL_ARB_framebuffer_object/depth-stencil-blit: Add test for depth/stencil blit
Neha Bhende
2
-0
/
+365
2016-05-09
Fix asprintf warnings
Marek Olšák
1
-1
/
+1
2015-11-16
ext_framebuffer_blit: Verify framebuffer bindings after calling glGenerateMipmap
Ian Romanick
2
-0
/
+130
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
1
-1
/
+0
2015-04-07
arb_fbo: add test of mixed color/depth buffer sizes
Brian Paul
2
-0
/
+176
2014-12-16
fbo-blit-scaled-linear: Use const reference.
Vinson Lee
1
-1
/
+1
2014-08-28
piglit-fbo: Enable the tests to create FBO with multiple color attachments
Anuj Phogat
2
-9
/
+9
2014-07-27
tests: tesselate => tessellate (only comments were changed)
Jordan Justen
1
-1
/
+1
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
6
-6
/
+6
2014-05-22
fbo-drawbuffers-none: Use util function streq() in place of strcmp()
Anuj Phogat
1
-9
/
+9
2014-05-22
fbo-drawbuffers-none: Add a sub test for fragment shader out variables
Anuj Phogat
1
-1
/
+21
2014-05-22
fbo-drawbuffers-none: Refactor the code to add a sub test
Anuj Phogat
1
-5
/
+10
2014-05-22
fbo-drawbuffers-none: Move the drawing code to piglit_display()
Anuj Phogat
1
-17
/
+22
2014-05-22
fbo-drawbuffers-none: Add the instructions for running subtests
Anuj Phogat
1
-4
/
+18
2014-01-13
fbo-drawbuffers-none: test drawbuffer configurations with GL_NONE
Marek Olšák
2
-0
/
+458
2013-11-05
fbo-blit-scaled-linear: Require GLSL 1.30.
Vinson Lee
1
-0
/
+1
2013-08-16
Add test to verify scaled blitting of {texture, renderbuffer} attachments pro...
Anuj Phogat
2
-0
/
+160
2013-08-16
Add test to verify the accuracy of scaled blitting with GL_LINEAR filter
Anuj Phogat
2
-0
/
+294
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
1
-1
/
+1
2013-04-06
arb_framebuffer_object: use default window size to fix Windows run
Brian Paul
2
-4
/
+0
2013-01-21
get-renderbuffer-internalformat: Skip testing unsupported enums.
Eric Anholt
1
-0
/
+5
2012-11-15
GL_ARB_framebuffer_object/negative-readpixels-no-rb: Test for Mesa segfault.
Eric Anholt
2
-0
/
+86
2012-10-10
framebuffer-blit-levels: Test stencil buffers.
Paul Berry
1
-12
/
+97
2012-10-10
framebuffer-blit-levels: Make a function for uploading test data to texture.
Paul Berry
1
-11
/
+31
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
4
-0
/
+8
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
4
-16
/
+28
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
4
-4
/
+4
2012-09-14
framebuffer-blit-levels: fix off-by-one error.
Paul Berry
1
-3
/
+4
2012-08-15
arb_fbo: Test glBlitFramebuffer on depth textures with nonzero miplevels
Chad Versace
1
-31
/
+94
2012-08-15
Test that glBlitFramebuffer works properly with nonzero miplevels.
Paul Berry
2
-0
/
+251
2012-06-28
cmake: Move piglitutil library to piglitutil_gl
Blaž Tomažič
1
-1
/
+1
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
3
-3
/
+3
2012-06-20
tests: Let each test define main()
Chad Versace
3
-9
/
+12
2012-06-07
fbo: Remove test_desc::base.
Paul Berry
1
-1
/
+1
2012-05-23
cmake: Relocate all GLUT directives into single location
Chad Versace
1
-2
/
+0
[next]