Give the user posibility to choose speed over correctness.
[mesa.git] / progs /
2006-08-30 Brian Paulmake prog2 a legal program (texture reference fix)
2006-08-28 Roland Scheideggermove initialization code aroudn so glPointParameter...
2006-08-28 Brian Paulcheck for GL_ARB_point_parameters
2006-08-25 Brian Pauldelete buffers, destroy window upon exit
2006-08-24 Keith Whitwelladd point-position.c
2006-08-24 Keith WhitwellTest for fragment.position in points primitives. Curre...
2006-08-15 Ian RomanickAdd test for GL_EXT_gpu_program_parameters.
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-08-02 Michal KrolChange fragment shader to utilize faster vec4 operations.
2006-08-02 Michal KrolAdd test for vec4 extension.
2006-08-01 Brian Paulcasts and assertions
2006-08-01 Brian Paulcode to draw engine block
2006-07-30 Michal KrolFix dependencies.
2006-07-29 Michal KrolOptimize shaders.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Brian Pauldestroy window upon exit, remove CVS log comment
2006-07-12 Brian Paulcall glutDestroyWindow() to allow checking for mem...
2006-07-07 Brian Paulfixup OSMESA_LIBS and make clean target
2006-07-07 Brian Paulremove GLUT dependency
2006-07-07 Brian Paulremove dependency on GLUT
2006-07-04 Brian PaulNew animated engine demo.
2006-06-30 Brian Paulremove occlude.c demo since GL_HP_occlusion_test no...
2006-06-26 Brian Pauluse trackball code for mouse rotation
2006-06-26 Brian Paulvirtual trackball code
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-22 Keith WhitwellA bunch of tiny tests that I've found helpful bringing...
2006-06-21 Keith Whitwellexercise min/max lod
2006-06-21 Keith Whitwellexercise position invarient vertex program
2006-06-13 Michel DänzerFix command line parsing.
2006-06-13 Brian Paulremoved incorrect const qualifier
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-02 Brian PaulThomas Sondergaard's API tracer
2006-05-31 Brian Paulfix extension_supported() function, added comments
2006-05-31 Claudio CiccaniAdded some example progs using DirectFBGL.
2006-05-30 Michal KrolMake it running under Linux.
2006-05-19 Brian Paulprint 2D vs 3D in window
2006-05-19 Brian Paulalso test 3D textures (press '2'/'3' to toggle)
2006-05-19 Brian PaulDemonstrate rendering 8, 16 and 32-bit/channel images...
2006-05-17 Brian Paulcall reshape() after init() to set initial projection...
2006-05-16 Tilman Sauerbeckbug 6941: fixed initial rendering problems in glxgears
2006-05-16 Michal KrolGLSL regression test suite.
2006-05-15 Brian Pauladded a few extension #ifdef tests
2006-05-15 Brian Paulusage() function
2006-05-13 Brian PaulExpanded output with -l option: vertex/fragment program...
2006-05-11 Brian Paulsimplify image setup code, added LOD Bias control ...
2006-05-10 Brian Paulsimple texture compression test
2006-05-10 Brian Paulnew test image - Delicate Arch, Utah
2006-05-10 Brian PaulTest program for exercising GL_TEXTURE_BASE_LEVEL and...
2006-04-28 Tilman Sauerbeckfptest1 requires GL_NV_fragment_program
2006-04-25 Michal KrolRemove carriage returns.
2006-04-24 Brian Paulfprintf() clean-up (bug 6730)
2006-04-21 Brian Paulfix indentation
2006-04-21 Brian Pauluse vertex.attrib[3] instead of vertex.color
2006-04-21 Brian Pauls/NV/ARB/
2006-04-14 Brian Paulanother simple FBO test
2006-04-14 Brian Paultest glReadPixels speed w/ various formats/types, PBOs
2006-04-13 Brian PaulIf the image file is RGB, convert to RGBA (fixes segfault).
2006-04-13 Brian PaulUse -I$(INCDIR) to get Mesa, not system headers (Dan...
2006-04-13 Brian Paulcompile fix from Dan Schikore
2006-04-11 Brian Paulallow rotation w/ mouse
2006-04-06 Brian Paulre-enable animation
2006-04-06 Brian PaulAdded render to depth texture support with GL_EXT_frame...
2006-04-05 Brian Paulset the texture border color for the depth texture
2006-03-30 Brian Paulfix bad call to FindLine()
2006-03-30 Brian Pauladded -f option for full-screeen
2006-03-30 Brian Paulpress '0' for glDrawBuffer(GL_NONE)
2006-03-29 Brian Paulfix GETPROCADDRESS usage, remove carriage return chars...
2006-03-29 Brian Pauls/glslnose.c/glslnoise/ (bug 6430)
2006-03-29 Karl SchultzWindows makefile to easily build all demo programs.
2006-03-29 Karl SchultzUndef a conflicting symbol in Windows.
2006-03-29 Karl Schultzadd showbuffer.[ch] which could be in this dir after...
2006-03-29 Karl SchultzRemove unneeded includes of time.h
2006-03-24 Brian Paullots of debug options, some code movement, etc
2006-03-23 Brian PaulAdded -l option for explicit locking around Xlib and...
2006-03-23 Brian PaulAdded -p option to create a display connection per...
2006-03-15 Brian Paulupdated some printfs, added comment about sched_yield
2006-03-15 Brian Pauluse 'p' key to toggle use of GL_EXT_packed_depth_stencil
2006-03-06 Ian RomanickDisplay the correct bug number in the information text.
2006-03-06 Ian RomanickDon't try to bind to proxy texture target. This is...
2006-03-04 Ian RomanickBuild test for bugzilla #3050
2006-03-04 Ian RomanickTest case for bugzilla #3050.
2006-03-02 Brian Paultest glBlitFramebufferEXT w/ -blit flag
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Michal KrolDemonstrate GLSL fragment and vertex shaders.
2006-01-31 Brian Pauls/malloc/calloc/, fix mem leak
2006-01-30 Brian Paulupdated comment
2006-01-30 Brian Paulsilence warning about duplicate M_PI definition
2006-01-30 Brian Pauladded more tests (Pedro Maia)
2006-01-30 Brian Pauluse fmod() when incrementing CubeRot
2006-01-28 Brian PaulTest glCopyTexSubImage2D by drawing gears as texture...
2006-01-27 Brian PaulDon't do swapbuffers if -nodraw specified. Get t0...
2006-01-26 Brian PaulTest glTexSubImage and glCopyTexSubImage rate.
2006-01-26 Brian Paulcopypixrate.c - measure the speed of glCopyPixels.
2006-01-26 Brian Paulremove the GL_HP_occlusion_test code
2006-01-16 Brian PaulFree visinfo object (Tilman Sauerbeck)
2006-01-13 Adam JacksonFix the default target to remake readtex.o if needed
2006-01-05 Keith WhitwellOops - bad file-completion typo.
2006-01-05 Keith Whitwelladd simple test for program local parameters
2005-12-23 Dave Airlieupdate to new API
next