summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2012-07-31util: fix MSVC build failure in piglit_ktx.cHEADmasterBrian Paul1-1/+1
2012-07-31util: check for valid file type in piglit_load_text_file()Brian Paul1-0/+7
2012-07-26util: Warn when we get a window resize during an auto run.Eric Anholt1-0/+8
2012-07-20util: Remove unused/non-portable headers.José Fonseca1-3/+0
2012-07-15util: Add utilities for KTX file formatChad Versace3-0/+1125
2012-07-15util: Add piglit_join_paths()Chad Versace2-0/+65
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-08fbo-formats: test GL_RGB565 from ARB_ES2_compatibilityMarek Olšák1-0/+1
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-06-29util: Add include guards in piglit-framework.h.Vinson Lee1-0/+4
2012-06-28cmake: Build API-independent piglitutil libraryBlaž Tomažič5-42/+75
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-2/+2
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č23-25/+25
2012-06-25util: Make a separate function to compare in-memory images.Paul Berry2-27/+68
2012-06-20util: Remove and refactor weak global symbols in libpiglitutilChad Versace6-38/+47
2012-06-20util: Remove unused piglit-framework.c:main()Chad Versace1-4/+0
2012-06-20util: Define PIGLIT_GL_TEST_MAIN() and friends (v2)Chad Versace2-2/+111
2012-06-20util: Refactor testrunner logic for fbo and glut tests out of main()Chad Versace5-9/+23
2012-06-20util: Move more GLUT initializtion code into piglit-framework-glut.cChad Versace3-24/+13
2012-06-20util: Refactor argv processing out of main()Chad Versace1-7/+19
2012-06-20util: Move glut code from piglit-framework.* to piglit-framework-glut.*Chad Versace4-73/+138
2012-06-20util: Remove unused piglit_set_default_fbo() [v2]Chad Versace1-1/+0
2012-06-20util: Move piglit_use_fbo to piglit-framework.*Chad Versace4-4/+4
2012-06-20util: Add missing #includeChad Versace1-1/+1
2012-06-20util: Remove custom defs of C99 types for MSVC (v2)Chad Versace1-16/+2
2012-06-20util: Fix gles2 buildChad Versace1-0/+5
2012-06-15util: fix broken depth/stencil FBO setupBrian Paul1-10/+5
2012-06-07util: Generalize piglit_probe_image_{rgb,rgba}Paul Berry2-39/+76
2012-06-04make: Make util libraries shared in non-windows systemsPauli Nieminen3-0/+20
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace9-141/+386
2012-05-23glut_egl: Remove all references to glut_eglChad Versace1-1/+1
2012-05-23cmake: Stop GLES tests from linking to glut_eglChad Versace2-2/+0
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-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: Relocate all GLUT directives into single locationChad Versace1-1/+0
2012-05-22Move minmax test infrastructure to piglitutil.Eric Anholt3-0/+283
2012-05-15triangle-rasterization: Add triangle rasterization test.James Benton1-0/+129
2012-05-15util: Add include guards in piglit-util.h.Vinson Lee1-0/+4