summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-07msaa: Test that MSAA works properly for all core FBO color formats.piglit/masterPaul Berry3-0/+447
2012-06-07msaa: Make a static identity matrix for convenience.Paul Berry4-14/+16
2012-06-07msaa: Fix const correctness of TestPattern::draw() function.Paul Berry2-11/+11
2012-06-07msaa: Make a new Fbo::try_setup() function.Paul Berry2-15/+32
2012-06-07msaa: Allow format of the color buffer used in the MSAA fbos to be configured.Paul Berry2-3/+11
2012-06-07msaa: Make it possible to reconfigure the fbo after initial use.Paul Berry8-30/+37
2012-06-07msaa: Fix GL object leak when changing fbo config.Paul Berry2-21/+35
2012-06-07msaa: Make a separate Fbo setup() function.Paul Berry2-1/+12
2012-06-07msaa: Reuse FboConfig data structure in Fbo.Paul Berry2-40/+51
2012-06-07msaa: Make a data structure for fbo config.Paul Berry8-59/+75
2012-06-07msaa: Add ColorGradientSunburst program.Paul Berry2-9/+56
2012-06-07fbo: Make an alternate function for initializing fbo-formats.h.Paul Berry1-7/+17
2012-06-07fbo: Split out a function for selecting an fbo test set by name.Paul Berry1-19/+26
2012-06-07fbo: Eliminate unnecessary variable test_set.Paul Berry2-13/+9
2012-06-07fbo: Remove test_desc::base.Paul Berry6-19/+11
2012-06-07fbo: Use format_desc::base_internal_format rather than test_desc::base.Paul Berry4-6/+7
2012-06-07fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.Paul Berry2-12/+10
2012-06-07fbo: Add base internal format info to fbo-formats.hPaul Berry1-188/+199
2012-06-07fbo: Make fbo-formats.h able to be included from a .cpp file.Paul Berry1-10/+10
2012-06-07util: Generalize piglit_probe_image_{rgb,rgba}Paul Berry2-39/+76
2012-06-06hiz: Add piglitutil to linkerPauli Nieminen1-1/+4
2012-06-04make: Make util libraries shared in non-windows systemsPauli Nieminen4-1/+25
2012-05-31generated_tests: Add positional argument specifiers.Vinson Lee2-4/+4
2012-05-30Add test to draw multisample polygons with GL_POLYGON_SMOOTH enabledAnuj Phogat3-0/+168
2012-05-30Add test to draw multisample points with GL_POINT_SMOOTH enabledAnuj Phogat3-0/+167
2012-05-30Add test to draw multisample lines with GL_LINE_SMOOTH enabledAnuj Phogat3-0/+171
2012-05-30Add new classes to draw points and lines in to multisample FBOAnuj Phogat2-0/+241
2012-05-29arb_instanced_arrays: test instanced_arrays with VBOsprimitive-restart+instanced_arrays+vboJordan Justen2-6/+42
2012-05-29primitive-restart: add VBO testingJordan Justen2-44/+204
2012-05-29primitive-restart: cleanup index generation codeJordan Justen1-57/+57
2012-05-29primitive-restart: probe pixel 0, 0 to make sure it was not drawnJordan Justen1-0/+4
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace103-1134/+973
2012-05-23glut_egl: Remove all references to glut_eglChad Versace2-4/+2
2012-05-23glut_egl: Remove glut_eglChad Versace7-875/+0
2012-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace8-8/+0
2012-05-23cmake: Emit fatal error if BUILD_GLES{1,2}_TESTS is enabled without USE_WAFFLEChad Versace1-0/+8
2012-05-23util: If using Waffle, don't call piglit_glx_set_no_input()Chad Versace1-1/+7
2012-05-23util: Fix piglit_glutInit to initilialize GLUT with GL APIChad Versace1-9/+11
2012-05-23cmake: Use glut_waffle if USE_WAFFLE is enabledChad Versace4-15/+20
2012-05-23piglit: Include glut_waffle.h if USE_WAFFLE is enabledChad Versace1-4/+4
2012-05-23glut_waffle: Add libglut_waffle [v3]Chad Versace7-0/+526
2012-05-23util: Add Waffle backend for piglit-framework-fbo.cChad Versace2-0/+154
2012-05-23util: Use piglit-framework-fbo.c and kill dead codeChad Versace4-129/+37
2012-05-23util: Refactor #ifdef's in piglit-framework-fbo.cChad Versace1-12/+21
2012-05-23util: Refactor piglit-framework-fbo.c, move functionsChad Versace1-13/+22
2012-05-23util: Remove dead code from piglit-framework-fbo.cChad Versace1-151/+1
2012-05-23util: Fork piglit-framework.cChad Versace1-0/+310
2012-05-23cmake: If USE_WAFFLE, disable tests that use quirky GLUT functions [v2]Chad Versace3-5/+17
2012-05-23cmake: Add option USE_WAFFLEChad Versace1-0/+8
2012-05-23cmake: Add module FindWaffleChad Versace2-0/+45