Merge branch 'nouveau-import'
[mesa.git] / progs /
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 Michel Dänzermipmap_limits: Fix display of current texture filtering...
2006-12-13 BrianRemove the xdemo.c program from PROGS since it doesn...
2006-12-13 BrianUse XDisplayName() when reporting errors (bug 8079).
2006-12-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-06 Michel Dänzerglxinfo: When direct rendering is not enabled, print...
2006-12-06 Michel DänzerMake git ignore files only generated at build time.
2006-12-01 Claudio CiccaniRemove DirectFBGL header from Mesa bacause since 1...
2006-11-22 Roland Scheideggerfix the gl version test
2006-11-03 Brian Pauladded fsligght
2006-11-03 Brian Paulyet another deriviative of the fplight.c demo for OpenG...
2006-11-02 Brian Paultest OpenGL 2.0 stencil funcs
2006-11-01 Keith Whitwellmerge the (rest of) texmem branch
2006-10-24 Ian RomanickAdd missing call to glutInit.
2006-10-16 Brian PaulAdded -clip option to test glCopyPixels beyond window...
2006-10-14 Brian Paulallow specifying image size on cmd line
2006-09-26 Michal KrolPrepend #extension 'MESA_shader_debug: require' to...
2006-09-23 Brian Paulallocate larger TempImage, use COMBO var to choose...
2006-09-15 Keith Whitwellnpot version of redbook/mipmap.c
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
next