Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | destroy window on exit | Brian Paul | 2008-09-18 | 1 | -1/+4 |
| | |||||
* | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | 2008-09-11 | 1 | -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 test | Brian Paul | 2008-09-11 | 2 | -0/+259 |
| | |||||
* | tests: Added a test for a strange bug in texstore_a8 | Jakob Bornecrantz | 2008-06-18 | 3 | -0/+196 |
| | |||||
* | Remove CVS keywords. | José Fonseca | 2008-05-26 | 12 | -13/+0 |
| | |||||
* | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | 2008-05-21 | 1 | -2/+31 |
|\ | |||||
| * | add new binaries to ignore to make 'git status' cleaner | Zack Rusin | 2008-05-20 | 1 | -1/+22 |
| | | |||||
| * | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested ↵ | Brian Paul | 2008-05-08 | 1 | -0/+1 |
|/ | | | | depth buffer | ||||
* | Press <space> to reset limit/bias values, clean-up limit/bias printf | Brian Paul | 2008-05-03 | 1 | -7/+25 |
| | |||||
* | set TextureID = NULL after deleting the array | Brian Paul | 2008-05-02 | 1 | -0/+1 |
| | |||||
* | mesa: explicitly delete textures before creating new ones | Brian Paul | 2008-04-28 | 1 | -1/+12 |
| | | | | Also, call glutDestroyWindow() upon exit. | ||||
* | mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) | Brian Paul | 2008-04-11 | 2 | -0/+224 |
| | |||||
* | mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) | Brian Paul | 2008-04-10 | 2 | -0/+193 |
| | |||||
* | test glStencilFuncSeparateATI() | Brian | 2008-04-04 | 1 | -0/+26 |
| | |||||
* | mesa: added a cast to avoid int overflow, plus rename texels->pixels | Brian | 2008-04-01 | 1 | -4/+4 |
| | |||||
* | mesa: measure fill rate for drawing a large quad with basic shading/texture ↵ | Brian | 2008-04-01 | 2 | -0/+211 |
| | | | | modes | ||||
* | mesa: minor code re-org | Brian Paul | 2008-03-21 | 1 | -24/+39 |
| | |||||
* | better text labels | Brian Paul | 2008-03-19 | 1 | -9/+16 |
| | |||||
* | mesa: new mipmap generation, lod bias demo | Brian Paul | 2008-03-17 | 2 | -0/+250 |
| | | | | | 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 program | Brian | 2008-02-28 | 2 | -0/+396 |
| | | | | | Measures rasterization of points/lines/tris and suggests fixes/biases when something doesn't meet spec. | ||||
* | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -84/+0 |
| | |||||
* | Test calling glTexSubImage2D mid-way through a frame. | Brian | 2008-02-20 | 2 | -0/+224 |
| | |||||
* | Added minmag.c test | Brian | 2008-02-16 | 2 | -0/+199 |
| | | | | | Test that different minification and magnification filters are chosen for the non-mipmapped texture case. | ||||
* | Fix broken test. | Brian | 2008-02-12 | 1 | -17/+40 |
| | | | | | 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. | ||||
* | Set Min/MaxLod with glTexParameterf, not glTexParameteri | Brian | 2008-02-12 | 1 | -2/+2 |
| | |||||
* | tweak incr/decrements amounts for keyboard options | Brian | 2008-02-12 | 1 | -6/+6 |
| | |||||
* | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
| | | | | | It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'. | ||||
* | Random state-change / primitive rendering. Good for hammering on a driver... | Brian | 2007-06-21 | 2 | -0/+458 |
| | |||||
* | fix glReadPixels parameters to handle odd-width windows correctly | Brian | 2007-06-08 | 1 | -2/+3 |
| | |||||
* | disable shader program before glDrawPixels | Brian | 2007-06-08 | 1 | -6/+10 |
| | |||||
* | Add simple program to test GL_MESA_texture_array. | Ian Romanick | 2007-05-16 | 2 | -0/+344 |
| | |||||
* | merge of glsl-compiler-1 branch | Brian | 2007-03-26 | 2 | -0/+307 |
|\ | |||||
| * | extra stuff for drawbuffers test | Brian | 2007-03-12 | 1 | -0/+8 |
| | | |||||
| * | added drawbuffers.c | Brian | 2007-03-11 | 1 | -0/+1 |
| | | |||||
| * | Test the GL_ARB_draw_buffers extension. | Brian | 2007-03-11 | 1 | -0/+298 |
| | | | | | | | | Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL). | ||||
* | | destroy window on exit | Brian | 2007-03-25 | 1 | -1/+3 |
|/ | |||||
* | destroy window during cleanup | Brian | 2007-03-06 | 2 | -2/+7 |
| | |||||
* | fix clipping, display name, warnings | Brian | 2007-03-01 | 1 | -10/+12 |
| | |||||
* | mipmap_limits: Fix display of current texture filtering mode. | Michel Dänzer | 2006-12-14 | 1 | -1/+1 |
| | |||||
* | Make git ignore files only generated at build time. | Michel Dänzer | 2006-12-06 | 1 | -0/+0 |
| | |||||
* | fix the gl version test | Roland Scheidegger | 2006-11-22 | 1 | -4/+4 |
| | |||||
* | test OpenGL 2.0 stencil funcs | Brian Paul | 2006-11-02 | 1 | -5/+83 |
| | |||||
* | npot version of redbook/mipmap.c | Keith Whitwell | 2006-09-15 | 2 | -0/+185 |
| | |||||
* | make prog2 a legal program (texture reference fix) | Brian Paul | 2006-08-30 | 1 | -1/+1 |
| | |||||
* | delete buffers, destroy window upon exit | Brian Paul | 2006-08-25 | 1 | -1/+13 |
| | |||||
* | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick | 2006-08-15 | 2 | -0/+286 |
| | |||||
* | exercise min/max lod | Keith Whitwell | 2006-06-21 | 1 | -2/+21 |
| | |||||
* | exercise position invarient vertex program | Keith Whitwell | 2006-06-21 | 1 | -6/+1 |
| | |||||
* | removed incorrect const qualifier | Brian Paul | 2006-06-13 | 2 | -2/+2 |
| |