summaryrefslogtreecommitdiffstats
path: root/progs/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tests: add simplest mipgen testKeith Whitwell2009-03-181-0/+1
|
* progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz2009-03-181-0/+5
|
* mesa test prog for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+7
|
* tests: add new mapbufrange.c test to test GL_ARB_map_buffer_rangeBrian Paul2009-03-041-1/+2
| | | | This only tests the most basic functionality for now.
* tests: new mapvbo.c testBrian Paul2009-02-271-0/+1
| | | | | Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward.
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-221-0/+2
|\ | | | | | | | | | | | | Conflicts: windows/VC8/mesa/osmesa/osmesa.vcproj windows/VC8/progs/demos/gears.vcproj windows/VC8/progs/progs.sln
| * tests: test pseudo-XOR blend mode.Brian Paul2009-01-191-0/+2
| | | | | | | | | | GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that.
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-161-1/+21
|\|
| * demos: updated tests/floattex.c (doesn't work just yet).Brian Paul2008-12-151-1/+21
| |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-20/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c
| * | define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-20/+20
| | | | | | | | | | | | | | | For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
| * | simple quad drawing testBrian Paul2008-09-111-0/+1
| | |
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+22
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A first attempt at moving gallium onto a branch directly off master... It will be interesting to see how much work this takes to get running. Have resolved the conflicts semi-arbitarily, not compiled or tested. Conflicts: .gitignore Makefile configs/config.mgw configs/darwin configs/darwin-x86ppc configs/default configs/freebsd-dri configs/linux-dri configs/linux-dri-xcb configs/linux-fbdev configs/linux-static configs/linux-x86-64-static configs/linux-x86-static doxygen/Makefile include/GL/gl.h progs/demos/Makefile progs/demos/descrip.mms progs/demos/texenv.c progs/egl/.gitignore progs/egl/Makefile progs/glsl/.gitignore progs/glsl/Makefile progs/glsl/convolutions.c progs/samples/Makefile.mgw progs/tests/.gitignore progs/trivial/.gitignore progs/trivial/point-param.c progs/trivial/tri.c progs/xdemos/.gitignore progs/xdemos/glthreads.c src/egl/drivers/demo/Makefile src/egl/drivers/dri/Makefile src/egl/main/Makefile src/glu/Makefile src/glu/sgi/Makefile src/glu/sgi/Makefile.mgw src/glut/glx/Makefile.mgw src/glut/os2/WarpWin.cpp src/glut/os2/glut_cindex.cpp src/glut/os2/glut_gamemode.cpp src/glut/os2/glut_win.cpp src/glut/os2/glut_winmisc.cpp src/glut/os2/os2_glx.cpp src/glut/os2/os2_menu.cpp src/glut/os2/os2_winproc.cpp src/glw/Makefile src/glx/x11/dri_glx.c src/glx/x11/glxext.c src/mesa/Makefile src/mesa/Makefile.mgw src/mesa/descrip.mms src/mesa/drivers/beos/Makefile src/mesa/drivers/common/descrip.mms src/mesa/drivers/common/driverfuncs.c src/mesa/drivers/directfb/Makefile src/mesa/drivers/dri/Makefile.template src/mesa/drivers/dri/common/dri_bufmgr.c src/mesa/drivers/dri/common/dri_bufmgr.h src/mesa/drivers/dri/common/dri_util.c src/mesa/drivers/dri/common/extension_helper.h src/mesa/drivers/dri/common/mmio.h src/mesa/drivers/dri/common/utils.c src/mesa/drivers/dri/common/utils.h src/mesa/drivers/dri/glcore/Makefile src/mesa/drivers/dri/i810/i810screen.c src/mesa/drivers/dri/i915/intel_ioctl.c src/mesa/drivers/dri/i915/intel_ioctl.h src/mesa/drivers/dri/i915/intel_screen.c src/mesa/drivers/dri/i915/server/i830_common.h src/mesa/drivers/dri/i915/server/i830_dri.h src/mesa/drivers/dri/i965/intel_screen.c src/mesa/drivers/dri/i965/server/i830_common.h src/mesa/drivers/dri/i965/server/i830_dri.h src/mesa/drivers/dri/mach64/mach64_screen.c src/mesa/drivers/dri/nouveau/nouveau_context.h src/mesa/drivers/dri/nouveau/nouveau_fifo.c src/mesa/drivers/dri/nouveau/nouveau_fifo.h src/mesa/drivers/dri/nouveau/nouveau_screen.c src/mesa/drivers/dri/nouveau/nouveau_screen.h src/mesa/drivers/dri/r128/r128_tex.h src/mesa/drivers/dri/savage/savageioctl.h src/mesa/drivers/fbdev/Makefile src/mesa/drivers/osmesa/Makefile src/mesa/drivers/osmesa/descrip.mms src/mesa/drivers/x11/Makefile src/mesa/drivers/x11/descrip.mms src/mesa/drivers/x11/xm_dd.c src/mesa/glapi/glapi.c src/mesa/glapi/glthread.c src/mesa/main/api_validate.c src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/main/bufferobj.h src/mesa/main/buffers.c src/mesa/main/config.h src/mesa/main/context.c src/mesa/main/descrip.mms src/mesa/main/drawpix.c src/mesa/main/enums.c src/mesa/main/fbobject.c src/mesa/main/glheader.h src/mesa/main/imports.c src/mesa/main/mipmap.c src/mesa/main/mm.c src/mesa/main/mm.h src/mesa/main/mtypes.h src/mesa/main/points.c src/mesa/main/sources src/mesa/main/state.c src/mesa/main/texcompress_fxt1.c src/mesa/main/texenvprogram.c src/mesa/main/texobj.c src/mesa/main/texstate.c src/mesa/main/texstore.c src/mesa/math/descrip.mms src/mesa/shader/arbprogram.c src/mesa/shader/descrip.mms src/mesa/shader/prog_execute.c src/mesa/shader/prog_statevars.c src/mesa/shader/prog_statevars.h src/mesa/shader/prog_uniform.c src/mesa/shader/program.c src/mesa/shader/program.h src/mesa/shader/shader_api.c src/mesa/shader/slang/descrip.mms src/mesa/shader/slang/library/slang_vertex_builtin_gc.h src/mesa/sources src/mesa/swrast/descrip.mms src/mesa/swrast/s_drawpix.c src/mesa/swrast/s_fragprog.c src/mesa/swrast/s_readpix.c src/mesa/swrast/s_span.c src/mesa/swrast_setup/descrip.mms src/mesa/tnl/descrip.mms src/mesa/tnl/t_context.h src/mesa/tnl/t_vp_build.c src/mesa/tnl/tnl.h src/mesa/vbo/descrip.mms src/mesa/vbo/vbo_context.c src/mesa/vbo/vbo_exec_array.c src/mesa/x86-64/xform4.S src/mesa/x86/rtasm/x86sse.c src/mesa/x86/rtasm/x86sse.h windows/VC6/progs/glut/glut.dsp windows/VC7/mesa/gdi/gdi.vcproj windows/VC7/mesa/glu/glu.vcproj windows/VC7/mesa/mesa.sln windows/VC7/mesa/mesa/mesa.vcproj windows/VC7/mesa/osmesa/osmesa.vcproj windows/VC7/progs/glut/glut.vcproj windows/VC8/mesa/gdi/gdi.vcproj windows/VC8/mesa/glu/glu.vcproj windows/VC8/mesa/mesa.sln windows/VC8/mesa/mesa/mesa.vcproj windows/VC8/progs/glut/glut.vcproj
| * tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz2008-06-181-0/+1
| |
| * mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul2008-04-111-0/+1
| |
| * mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul2008-04-101-0/+1
| |
| * mesa: measure fill rate for drawing a large quad with basic shading/texture ↵Brian2008-04-011-0/+8
| | | | | | | | modes
| * mesa: new mipmap generation, lod bias demoBrian Paul2008-03-171-0/+9
| | | | | | | | | | Show each of the mipmap levels side-by-side. Press 's' to toggle quad scaling to see mipmap level at actual size.
| * Added calibrate_rast.c programBrian2008-02-281-0/+1
| | | | | | | | | | Measures rasterization of points/lines/tris and suggests fixes/biases when something doesn't meet spec.
| * Test calling glTexSubImage2D mid-way through a frame.Brian2008-02-201-0/+1
| |
| * Added minmag.c testBrian2008-02-161-0/+1
| | | | | | | | | | Test that different minification and magnification filters are chosen for the non-mipmapped texture case.
* | Never fail `make clean'Dan Nicholson2008-05-071-3/+3
| | | | | | | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* | Add a couple of test apps for line/unfilled polygon clipping.Eric Anholt2008-03-271-0/+2
| |
* | Added minmag.c testBrian2008-02-161-0/+1
| | | | | | | | | | Test that different minification and magnification filters are chosen for the non-mipmapped texture case.
* | Add a test program to test for assorted bugs in shader_api.cBruce Merry2008-01-011-0/+1
| |
* | add simple test for two-sided stencil functionalityRoland Scheidegger2007-12-111-0/+1
| |
* | test that point/line/quad rendering hits the right pixelsBrian2007-11-091-0/+1
| |
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
| |
* | add support for LDFLAGS env varDan Nicholson2007-09-281-6/+6
| |
* | Fix progs/tests/ build with BSD make.Eric Anholt2007-09-241-18/+16
|/
* Random state-change / primitive rendering. Good for hammering on a driver...Brian2007-06-211-0/+1
|
* Add simple program to test GL_MESA_texture_array.Ian Romanick2007-05-161-0/+7
|
* extra stuff for drawbuffers testBrian2007-03-121-0/+8
|
* added drawbuffers.cBrian2007-03-111-0/+1
|
* npot version of redbook/mipmap.cKeith Whitwell2006-09-151-0/+1
|
* Add test for GL_EXT_gpu_program_parameters.Ian Romanick2006-08-151-0/+1
|
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+2
| | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
* simple texture compression testBrian Paul2006-05-101-0/+1
|
* Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2006-05-101-0/+1
|
* test glReadPixels speed w/ various formats/types, PBOsBrian Paul2006-04-141-0/+2
|
* Build test for bugzilla #3050Ian Romanick2006-03-041-0/+1
|
* added more tests (Pedro Maia)Brian Paul2006-01-301-1/+5
|
* Test glTexSubImage and glCopyTexSubImage rate.Brian Paul2006-01-261-0/+1
| | | | Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
* copypixrate.c - measure the speed of glCopyPixels.Brian Paul2006-01-261-0/+1
|
* Simple test of glInterleavedArrays functionality.Ian Romanick2005-11-141-0/+1
|
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-281-3/+4
| | | | | | | | testing various texture wrap modes, this test examines various texture filter modes, including anisotropic. Add CFLAGS to a couple places in Makefile so that 32-bit builds on 64-bit archs will work correctly.
* Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program IEric Anholt2005-10-261-0/+1
| | | | wrote for sis, which has also exposed a few bugs elsewhere.
* new demo to test ATI_fragment_shader, not very creative but easy to know if ↵Roland Scheidegger2005-09-101-0/+5
| | | | the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200.
* Add simple regression test for bugzilla #3195.Ian Romanick2005-08-181-0/+7
|
* Add regression test for bug #3101.Ian Romanick2005-07-071-0/+1
|