summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2010-03-10piglit: be smarter about finding/removing -auto from argvBrian Paul1-8/+14
2010-02-25util: allow single shader in piglit_link_simple_program()Brian Paul1-2/+4
2010-02-17util: added piglit_compile_shader_text()Brian Paul2-7/+21
2010-02-10piglit-util: add debug code to examine info logs upon successBrian Paul1-7/+32
2010-02-01util: Fix MSVC build.Vinson Lee2-0/+5
2010-01-26scissor-bitmap: Test glScissor vs glBitmap.Eric Anholt3-0/+63
2010-01-15glx-multithread: New test for GLX multithreaded rendering.Eric Anholt3-0/+178
2010-01-14util: Fix MSVC build.Vinson Lee1-4/+3
2010-01-09Handle the glsl shader path prefix in the util rather than each program.Eric Anholt2-2/+10
2009-12-14util: Add uint32_t typedef for MSVC.Vinson Lee1-0/+1
2009-12-14util: Add routines to probe texels (instead of pixels)Ian Romanick2-0/+94
2009-12-08framework: Destroy the window in -auto exit mode.Eric Anholt1-2/+5
2009-11-30Add utility function to generate checkerboard textures.Ian Romanick2-0/+89
2009-11-06shader-load: Fix null dereference when there is an error.Vinson Lee1-1/+4
2009-10-27framework: Update the width/height and viewport on window resize.Eric Anholt1-0/+9
2009-10-22pitlit-util: glewIsSupported on checks extensions that GLEW knowsIan Romanick1-1/+3
2009-10-20Fix stdint typdefs for MSVC.Vinson Lee1-2/+2
2009-10-15framework: Remove -auto from argument vectorIan Romanick1-1/+11
2009-10-15Use GLEW for vp / fp code instead of piglit "pgl" wrappersIan Romanick2-76/+8
2009-10-15Hide platform issues from tests.Ian Romanick3-33/+26
2009-10-02util: Add vertex program and fragment program helpersIan Romanick2-1/+34
2009-10-02Move freeglut_ext.h header to piglit-util.h.Vinson Lee1-0/+3
2009-09-29Move most piglit tests to using the framework.Eric Anholt3-4/+6
2009-09-29Rename the piglit-framework symbols that were both underscored and camelcased.Eric Anholt2-13/+13
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-0/+13
2009-09-20New test fp-indirections2Nicolai Hähnle2-0/+49
2009-09-16util: Simple framework for testsIan Romanick3-0/+105
2009-09-16util: Add new piglit_ortho_projection helper functionIan Romanick2-0/+24
2009-07-22piglit-util: Fix compile errors with MSVC.Vinson Lee2-0/+16
2009-07-20shader-load: Include stdlib.h.Vinson Lee1-0/+1
2009-07-17Remove fopen mode "o".Vinson Lee1-1/+1
2009-07-16util: Utility routine to load a text file (e.g., shader) from diskIan Romanick3-0/+141
2009-07-11piglit-util: Use gl[Enable|Disable]ClientState for GL_VERTEX_ARRAY.Vinson Lee1-2/+2
2009-06-27util: piglit_report_result() correctly reports SKIP resultNicolai Hähnle1-4/+4
2009-06-23piglit: clean up all warnings with gcc 4.4.0Dave Airlie1-0/+3
2009-06-11fflush(stderr) and fflush(stdout) to ensure we see printf() output on Windows.Brian Paul1-0/+4
2009-05-18Add void to functions that take no arguments in piglit-util.[ch].Vinson Lee2-9/+9
2009-05-14Remove Mac OS function pointer code from piglit-util.c.Vinson Lee1-24/+0
2009-05-13clear-varray-2.0: New testcase for fd.o bug #21638.Eric Anholt2-0/+14
2009-05-13Re-add glew.h include.Eric Anholt2-0/+8
2009-05-11ix piglit-util.c compile error.Vinson Lee1-1/+0
2009-05-05Add a test for uniform updates getting reflected in GLSL drawing.Eric Anholt2-0/+119
2009-04-23Add a simple test for drawing to the faces of a cube map FBO.Eric Anholt2-0/+66
2009-04-20function pointer changes for MacOSBrian Paul2-0/+40
2008-12-16piglit_probe_pixel_rgb only prints 3 color componentsIan Romanick1-2/+2
2008-10-04Add a test for ARB_fp texture indirection accounting.Eric Anholt2-0/+5
2008-06-29Add fragment program / vertex program helper code to piglit-utilNicolai Haehnle2-1/+166
2008-06-13New test: texturing/texdepthNicolai Haehnle2-1/+38
2008-04-01Add a test for failures with bad vertex programs, highlighted by wine.Eric Anholt2-1/+38
2008-03-19Add a test for ARB_texture_cube_mapEric Anholt1-0/+2