summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-15etc1: Remove texturing test from 'basic' test fileChad Versace1-147/+5
2012-07-15etc1: Test texturing from an ETC1 miptreeChad Versace5-0/+254
2012-07-15util: Add utilities for KTX file formatChad Versace3-0/+1125
2012-07-15glut_waffle: Fix glutMainLoopChad Versace1-3/+0
2012-07-15util: Add piglit_join_paths()Chad Versace2-0/+65
2012-07-15framework: Set env var PIGLIT_SOURCE_DIR if unsetChad Versace1-0/+3
2012-07-15util: Add piglit_source_dir()Chad Versace2-0/+22
2012-07-15util: Define piglit_probe_rect_halves_equal_rgba() for all GL API'sChad Versace2-38/+39
2012-07-15util: Make piglit_probe_rect_halves_equal_rgba() GLES-compatibleChad Versace1-7/+13
2012-07-12fs-textureGrad-miplevels: A test for textureGrad based on fs-textureLod-miple...José Fonseca1-0/+193
2012-07-12copyteximage: test 3D, 1D_ARRAY, 2D_ARRAY and RECT textures and check all layersMarek Olšák2-69/+414
2012-07-10Add a test for ARB_transform_feedback_instancedMarek Olšák2-5/+39
2012-07-10Add tests for ARB_transform_feedback3Marek Olšák2-191/+450
2012-07-09Fix ALL_ATTRIB_BITS in enumext.spec.Paul Berry1-1/+1
2012-07-08Update enumext.spec from the registryMarek Olšák1-9/+186
2012-07-08fbo-formats: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák3-0/+13
2012-07-08texwrap: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák2-1/+4
2012-07-06Transform feedback: Move piglit_require_transform_feedback().Paul Berry5-78/+18
2012-07-06Transform feedback: Eliminate wrapper functions.Paul Berry2-78/+2
2012-07-06Transform feedback: Stop using wrapper functions.Paul Berry18-104/+96
2012-07-02msaa: Test that glClear() ignores multisample fragment operations.Paul Berry3-0/+250
2012-07-02timestamp-get: test glGet(GL_TIMESTAMP)Marek Olšák5-0/+160
2012-07-02time-elapsed: test GL_TIMESTAMP queryMarek Olšák2-10/+38
2012-06-29util: Add include guards in piglit-framework.h.Vinson Lee1-0/+4
2012-06-29depthstencil-render-miplevels: check GL_ARB_depth_texture_extensionBrian Paul1-0/+33
2012-06-28depthstencil-render-miplevels: remove stray semicolonBrian Paul1-1/+1
2012-06-28security: fix build breakage from recent infrastructure changesBrian Paul4-4/+4
2012-06-28security/initialized-vbo: test contents of uninitialized VBOsBrian Paul3-0/+80
2012-06-28security/initialized-fbo: test contents of uninitialized renderbuffersBrian Paul3-0/+112
2012-06-28security/initialized-texmemory - test contents of unitialized texture memoryBrian Paul5-0/+110
2012-06-28cmake: Build API-independent piglitutil libraryBlaž Tomažič5-42/+75
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič68-69/+69
2012-06-28util: Move file reading function to piglit-utilBlaž Tomažič3-147/+113
2012-06-28util: Rename piglit-util-enum.cBlaž Tomažič3-2/+2
2012-06-28util: Move API-independent code to piglit-utilBlaž Tomažič6-293/+359
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič705-707/+707
2012-06-26msaa: Test that the "centroid" interpolation qualifier works correctly.Paul Berry5-1/+638
2012-06-26msaa: Add clarifying comments for Triangles program.Paul Berry2-4/+4
2012-06-25msaa/formats: Add EXT_texture_sRGB tests.Paul Berry1-0/+1
2012-06-25msaa/formats: Fix testing of sRGB formats.Paul Berry1-14/+30
2012-06-25msaa: Verify accuracy of sRGB MSAA resolves.Paul Berry4-12/+55
2012-06-25msaa/formats: Add ARB_texture_rg tests.Paul Berry1-0/+3
2012-06-25msaa/formats: Fix visualization of RED and RG formatsPaul Berry1-2/+6
2012-06-25msaa/formats: Add floating point format tests.Paul Berry1-0/+2
2012-06-25msaa/formats: Adjust tolerance appropriately for floating-point formats.Paul Berry1-3/+31
2012-06-25msaa/formats: Add EXT_texture_integer tests.Paul Berry1-0/+9
2012-06-25msaa/formats: Make it possible to specify a test set on the command line.Paul Berry1-3/+10
2012-06-25msaa/formats: Use a scale and offset for testing integer formats.Paul Berry1-1/+21
2012-06-25msaa/formats: Compare integer formats properly.Paul Berry1-5/+8
2012-06-25msaa/formats: Adapt glReadPixels() call to handle integer formats.Paul Berry1-4/+50