Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | Remove CVS keywords. | Keith Whitwell | |
Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h | |||
2008-07-01 | press 'm' to toggle multisample enable/disable | Brian Paul | |
2008-05-08 | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested ↵ | Brian Paul | |
depth buffer | |||
2008-05-07 | Never fail `make clean' | Dan Nicholson | |
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. | |||
2008-05-03 | Press <space> to reset limit/bias values, clean-up limit/bias printf | Brian Paul | |
2008-03-27 | Add a couple of test apps for line/unfilled polygon clipping. | Eric Anholt | |
2008-02-16 | Added minmag.c test | Brian | |
Test that different minification and magnification filters are chosen for the non-mipmapped texture case. | |||
2008-02-12 | Fix broken test. | Brian | |
As-is, if the texture was too large for the target, an assertion would fail. Now check proxy texture first and if it works, then test non-proxy target. | |||
2008-02-12 | Set Min/MaxLod with glTexParameterf, not glTexParameteri | Brian | |
2008-02-12 | tweak incr/decrements amounts for keyboard options | Brian | |
2008-02-04 | Include glext.h in the cva test so that it actually uses CVAs. | Eric Anholt | |
2008-01-01 | Convert to 0/1 when setting boolean uniforms | Bruce Merry | |
Also add some extra tests to the shader_api regression tests | |||
2008-01-01 | Add a test program to test for assorted bugs in shader_api.c | Bruce Merry | |
2007-12-11 | add simple test for two-sided stencil functionality | Roland Scheidegger | |
2007-12-04 | added culling/wireframe options | Brian | |
2007-11-22 | Print point/line size range limits | Brian | |
2007-11-09 | test that point/line/quad rendering hits the right pixels | Brian | |
2007-10-30 | test glStencilFuncSeparateATI() | Brian | |
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-10 | Ignore more generated files in progs/ | Dan Nicholson | |
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | |||
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-24 | Fix progs/tests/ build with BSD make. | Eric Anholt | |
2007-09-24 | Update .gitignore for tests and xdemos. | Eric Anholt | |
2007-09-24 | Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. | Eric Anholt | |
2007-06-21 | Random state-change / primitive rendering. Good for hammering on a driver... | Brian | |
2007-06-08 | fix glReadPixels parameters to handle odd-width windows correctly | Brian | |
2007-06-08 | disable shader program before glDrawPixels | Brian | |
2007-05-16 | Add simple program to test GL_MESA_texture_array. | Ian Romanick | |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | |
2007-03-25 | destroy window on exit | Brian | |
2007-03-12 | extra stuff for drawbuffers test | Brian | |
2007-03-11 | added drawbuffers.c | Brian | |
2007-03-11 | Test the GL_ARB_draw_buffers extension. | Brian | |
Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL). | |||
2007-03-06 | destroy window during cleanup | Brian | |
2007-03-01 | fix clipping, display name, warnings | Brian | |
2006-12-14 | mipmap_limits: Fix display of current texture filtering mode. | Michel Dänzer | |
2006-12-06 | Make git ignore files only generated at build time. | Michel Dänzer | |
2006-11-22 | fix the gl version test | Roland Scheidegger | |
2006-11-02 | test OpenGL 2.0 stencil funcs | Brian Paul | |
2006-09-15 | npot version of redbook/mipmap.c | Keith Whitwell | |
2006-08-30 | make prog2 a legal program (texture reference fix) | Brian Paul | |
2006-08-25 | delete buffers, destroy window upon exit | Brian Paul | |
2006-08-15 | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick | |
2006-06-21 | exercise min/max lod | Keith Whitwell | |
2006-06-21 | exercise position invarient vertex program | Keith Whitwell | |
2006-06-13 | removed incorrect const qualifier | Brian Paul | |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | |
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. | |||
2006-05-31 | fix extension_supported() function, added comments | Brian Paul | |
2006-05-19 | print 2D vs 3D in window | Brian Paul | |
2006-05-19 | also test 3D textures (press '2'/'3' to toggle) | Brian Paul | |