Age | Commit message (Expand) | Author |
2006-09-26 | Prepend #extension 'MESA_shader_debug: require' to each shader. | Michal Krol |
2006-09-23 | allocate larger TempImage, use COMBO var to choose test format/type | 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-28 | move initialization code aroudn so glPointParameter isn't called before check... | Roland Scheidegger |
2006-08-28 | check for GL_ARB_point_parameters | Brian Paul |
2006-08-25 | delete buffers, destroy window upon exit | Brian Paul |
2006-08-24 | add point-position.c | Keith Whitwell |
2006-08-24 | Test for fragment.position in points primitives. Currently renders | Keith Whitwell |
2006-08-15 | Add test for GL_EXT_gpu_program_parameters. | Ian Romanick |
2006-08-09 | More GLSL code - more support for vec4 operations on x86 back-end. | Michal Krol |
2006-08-02 | Change fragment shader to utilize faster vec4 operations. | Michal Krol |
2006-08-02 | Add test for vec4 extension. | Michal Krol |
2006-08-01 | casts and assertions | Brian Paul |
2006-08-01 | code to draw engine block | Brian Paul |
2006-07-30 | Fix dependencies. | Michal Krol |
2006-07-29 | Optimize shaders. | Michal Krol |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul |
2006-07-12 | destroy window upon exit, remove CVS log comment | Brian Paul |
2006-07-12 | call glutDestroyWindow() to allow checking for mem leaks upon exit | Brian Paul |
2006-07-07 | fixup OSMESA_LIBS and make clean target | Brian Paul |
2006-07-07 | remove GLUT dependency | Brian Paul |
2006-07-07 | remove dependency on GLUT | Brian Paul |
2006-07-04 | New animated engine demo. | Brian Paul |
2006-06-30 | remove occlude.c demo since GL_HP_occlusion_test no longer available | Brian Paul |
2006-06-26 | use trackball code for mouse rotation | Brian Paul |
2006-06-26 | virtual trackball code | Brian Paul |
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul |
2006-06-22 | A bunch of tiny tests that I've found helpful bringing up drivers from | Keith Whitwell |
2006-06-21 | exercise min/max lod | Keith Whitwell |
2006-06-21 | exercise position invarient vertex program | Keith Whitwell |
2006-06-13 | Fix command line parsing. | Michel Dänzer |
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 |
2006-06-02 | Thomas Sondergaard's API tracer | Brian Paul |
2006-05-31 | fix extension_supported() function, added comments | Brian Paul |
2006-05-31 | Added some example progs using DirectFBGL. | Claudio Ciccani |
2006-05-30 | Make it running under Linux. | Michal Krol |
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 |
2006-05-19 | Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. | Brian Paul |
2006-05-17 | call reshape() after init() to set initial projection/viewing transform (see ... | Brian Paul |
2006-05-16 | bug 6941: fixed initial rendering problems in glxgears | Tilman Sauerbeck |
2006-05-16 | GLSL regression test suite. | Michal Krol |
2006-05-15 | added a few extension #ifdef tests | Brian Paul |
2006-05-15 | usage() function | Brian Paul |
2006-05-13 | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul |
2006-05-11 | simplify image setup code, added LOD Bias control (l/L keys) | Brian Paul |
2006-05-10 | simple texture compression test | Brian Paul |
2006-05-10 | new test image - Delicate Arch, Utah | Brian Paul |