Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing call to glutInit. | Ian Romanick | 2006-10-24 | 1 | -0/+1 |
| | |||||
* | Added -clip option to test glCopyPixels beyond window bounds. | Brian Paul | 2006-10-16 | 1 | -18/+17 |
| | | | | | Clear dest window to black before copying. Use glWindowPos2iARB(). | ||||
* | allow specifying image size on cmd line | Brian Paul | 2006-10-14 | 1 | -19/+26 |
| | |||||
* | Prepend #extension 'MESA_shader_debug: require' to each shader. | Michal Krol | 2006-09-26 | 2 | -1/+41 |
| | |||||
* | allocate larger TempImage, use COMBO var to choose test format/type | Brian Paul | 2006-09-23 | 1 | -15/+16 |
| | |||||
* | 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 |
| | |||||
* | move initialization code aroudn so glPointParameter isn't called before ↵ | Roland Scheidegger | 2006-08-28 | 1 | -3/+3 |
| | | | | checking the extension is present | ||||
* | check for GL_ARB_point_parameters | Brian Paul | 2006-08-28 | 1 | -0/+5 |
| | |||||
* | delete buffers, destroy window upon exit | Brian Paul | 2006-08-25 | 1 | -1/+13 |
| | |||||
* | add point-position.c | Keith Whitwell | 2006-08-24 | 1 | -0/+1 |
| | |||||
* | Test for fragment.position in points primitives. Currently renders | Keith Whitwell | 2006-08-24 | 1 | -0/+119 |
| | | | | incorrectly on software mesa. | ||||
* | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick | 2006-08-15 | 2 | -0/+286 |
| | |||||
* | More GLSL code - more support for vec4 operations on x86 back-end. | Michal Krol | 2006-08-09 | 2 | -1/+22 |
| | |||||
* | Change fragment shader to utilize faster vec4 operations. | Michal Krol | 2006-08-02 | 1 | -23/+38 |
| | |||||
* | Add test for vec4 extension. | Michal Krol | 2006-08-02 | 1 | -0/+152 |
| | |||||
* | casts and assertions | Brian Paul | 2006-08-01 | 1 | -4/+9 |
| | |||||
* | code to draw engine block | Brian Paul | 2006-08-01 | 1 | -11/+205 |
| | |||||
* | Fix dependencies. | Michal Krol | 2006-07-30 | 1 | -16/+4 |
| | |||||
* | Optimize shaders. | Michal Krol | 2006-07-29 | 1 | -15/+30 |
| | | | | Use frame counter. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 8 | -23/+23 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | destroy window upon exit, remove CVS log commentmesa-6_5-20060712 | Brian Paul | 2006-07-12 | 1 | -22/+4 |
| | |||||
* | call glutDestroyWindow() to allow checking for mem leaks upon exit | Brian Paul | 2006-07-12 | 1 | -1/+3 |
| | |||||
* | fixup OSMESA_LIBS and make clean target | Brian Paul | 2006-07-07 | 1 | -1/+5 |
| | |||||
* | remove GLUT dependency | Brian Paul | 2006-07-07 | 1 | -7/+133 |
| | |||||
* | remove dependency on GLUT | Brian Paul | 2006-07-07 | 1 | -33/+75 |
| | |||||
* | New animated engine demo. | Brian Paul | 2006-07-04 | 2 | -0/+1107 |
| | |||||
* | remove occlude.c demo since GL_HP_occlusion_test no longer available | Brian Paul | 2006-06-30 | 1 | -1/+0 |
| | |||||
* | use trackball code for mouse rotation | Brian Paul | 2006-06-26 | 2 | -49/+44 |
| | |||||
* | virtual trackball code | Brian Paul | 2006-06-26 | 2 | -0/+422 |
| | |||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -0/+2 |
| | |||||
* | A bunch of tiny tests that I've found helpful bringing up drivers from | Keith Whitwell | 2006-06-22 | 54 | -0/+7585 |
| | | | | | scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with. | ||||
* | 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 |
| | |||||
* | Fix command line parsing. | Michel Dänzer | 2006-06-13 | 1 | -7/+7 |
| | |||||
* | removed incorrect const qualifier | Brian Paul | 2006-06-13 | 2 | -2/+2 |
| | |||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 5 | -0/+708 |
| | | | | | | | 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. | ||||
* | Thomas Sondergaard's API tracer | Brian Paul | 2006-06-02 | 6 | -0/+579 |
| | |||||
* | fix extension_supported() function, added comments | Brian Paul | 2006-05-31 | 1 | -4/+18 |
| | |||||
* | Added some example progs using DirectFBGL. | Claudio Ciccani | 2006-05-31 | 5 | -0/+2258 |
| | |||||
* | Make it running under Linux. | Michal Krol | 2006-05-30 | 8 | -1481/+1559 |
| | |||||
* | print 2D vs 3D in window | Brian Paul | 2006-05-19 | 1 | -2/+9 |
| | |||||
* | also test 3D textures (press '2'/'3' to toggle) | Brian Paul | 2006-05-19 | 1 | -8/+44 |
| | |||||
* | Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. | Brian Paul | 2006-05-19 | 2 | -1/+350 |
| | | | | | Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines. | ||||
* | call reshape() after init() to set initial projection/viewing transform (see ↵ | Brian Paul | 2006-05-17 | 1 | -2/+8 |
| | | | | bug 6941) | ||||
* | bug 6941: fixed initial rendering problems in glxgears | Tilman Sauerbeck | 2006-05-16 | 1 | -0/+1 |
| | |||||
* | GLSL regression test suite. | Michal Krol | 2006-05-16 | 12 | -0/+3168 |
| | |||||
* | added a few extension #ifdef tests | Brian Paul | 2006-05-15 | 1 | -1/+12 |
| | |||||
* | usage() function | Brian Paul | 2006-05-15 | 1 | -2/+15 |
| | |||||
* | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul | 2006-05-13 | 1 | -24/+157 |
| | | | | | shader limits. Misc sync-ups with x.org copy of glxinfo. |