index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fbo
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
Skip testing textures with depth-stencil formats in glGenerateMipmap
Anuj Phogat
1
-4
/
+18
2012-11-06
fbo-gl_pointcoord: remove config.window_width/height and fix asst. bugs
Brian Paul
1
-8
/
+15
2012-11-06
fbo: remove config.window_width/height assignments
Brian Paul
21
-42
/
+0
2012-10-26
fbo-clear-formats: test stencil glClear
Marek Olšák
1
-20
/
+140
2012-10-23
fbo-depthstencil: don't check for FBO extensions if they're not needed
Marek Olšák
1
-3
/
+7
2012-10-17
fbo-scissor-blit: require ARB_fbo
Marek Olšák
1
-2
/
+1
2012-10-17
fbo-integer: require ARB_fbo
Marek Olšák
1
-0
/
+1
2012-10-17
fbo-fragcoord: require EXT_fbo instead of ARB_fbo
Marek Olšák
1
-1
/
+1
2012-10-17
fbo-fragcoord: require ARB_fbo
Marek Olšák
1
-0
/
+1
2012-10-17
fbo-deriv: require ARB_fbo
Marek Olšák
1
-0
/
+1
2012-10-15
tests/fbo-blit-stretch: add a 1x1 -> nxm stretch test case
Roland Scheidegger
1
-2
/
+14
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
75
-0
/
+150
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
75
-297
/
+524
2012-10-09
cmake: Prefix cmake options and feature macros with PIGLIT
Chad Versace
1
-2
/
+2
2012-10-09
tests: Remove direct includes of piglit-framework.h
Chad Versace
8
-8
/
+0
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
75
-75
/
+75
2012-10-09
tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_func
Chad Versace
2
-2
/
+2
2012-10-08
tests/fbo: remove unused err, error vars
Brian Paul
8
-8
/
+1
2012-10-07
Use piglit_check_gl_error() instead of block with [f]printf.
Chris Forbes
8
-52
/
+13
2012-09-20
fbo-blit-stretch: add cast to silence signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2012-09-18
fbo-colormask-formats: test glColorMask with all formats
Marek Olšák
2
-0
/
+228
2012-09-12
fbo-blit-stretch: add ability to choose a subtest
Marek Olšák
1
-0
/
+9
2012-09-10
Convert simple if(piglit_get_gl_version() < N) { SKIP } to require
Chris Forbes
8
-32
/
+8
2012-09-04
Never call glutKeyboardFunc in -auto mode
Chris Forbes
1
-2
/
+1
2012-09-04
Convert all glutSwapBuffers to piglit_present_results
Chris Forbes
54
-56
/
+56
2012-08-31
fbo-generatemipmap-formats: increase tolerance for compressed formats
Marek Olšák
1
-0
/
+9
2012-07-24
Test scissoring of blits in both windows and fbos.
Paul Berry
2
-0
/
+188
2012-07-20
fbo-blit-stretch: test for stretched blits
José Fonseca
2
-0
/
+557
2012-07-08
fbo-formats: test GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
1
-0
/
+11
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č
72
-72
/
+72
2012-06-22
Test that dFdx/dFdy work properly on fbos
Paul Berry
2
-0
/
+151
2012-06-20
tests: Let each test define main()
Chad Versace
71
-215
/
+317
2012-06-07
fbo: Make an alternate function for initializing fbo-formats.h.
Paul Berry
1
-7
/
+17
2012-06-07
fbo: Split out a function for selecting an fbo test set by name.
Paul Berry
1
-19
/
+26
2012-06-07
fbo: Eliminate unnecessary variable test_set.
Paul Berry
2
-13
/
+9
2012-06-07
fbo: Remove test_desc::base.
Paul Berry
5
-18
/
+10
2012-06-07
fbo: Use format_desc::base_internal_format rather than test_desc::base.
Paul Berry
4
-6
/
+7
2012-06-07
fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.
Paul Berry
2
-12
/
+10
2012-06-07
fbo: Add base internal format info to fbo-formats.h
Paul Berry
1
-188
/
+199
2012-06-07
fbo: Make fbo-formats.h able to be included from a .cpp file.
Paul Berry
1
-10
/
+10
2012-05-23
cmake: If USE_WAFFLE, disable tests that use quirky GLUT functions [v2]
Chad Versace
1
-1
/
+5
2012-05-23
tests: Remove glutExtensionSupported
Chad Versace
4
-8
/
+8
2012-05-23
cmake: Relocate all GLUT directives into single location
Chad Versace
1
-2
/
+0
2012-05-15
fbo-viewport: exercise glViewport with FBOs
Brian Paul
2
-0
/
+195
2012-05-01
Add a new test for getting GL_RENDERBUFFER_INTERNAL_FORMAT.
Eric Anholt
1
-2
/
+3
2012-03-23
cmake: Replace calls to add_{executable,library} with wrappers
Chad Versace
1
-70
/
+70
2012-03-13
fbo-luminance-alpha: fix expected result colors
Brian Paul
1
-8
/
+12
2012-03-13
fbo-blending-formats: fix expected result for intensity and luminance textures
Brian Paul
1
-12
/
+36
2012-03-12
fbo-alphatest-formats: correct the expected intensity/luminance values
Brian Paul
1
-6
/
+39
[next]