comments for gl_array_object struct
[mesa.git] / progs /
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
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-10 Brian Pauls/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/
2005-12-08 Brian Paul'a' key to toggle animation
2005-11-23 Brian Paulcheck/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay...
2005-11-23 Brian PaulChoose the display mode / surface size in an intelligen...
2005-11-19 Brian Paulcall gluDeleteQuadric() to fix mem leak
2005-11-17 Brian Pauldelete frame/renderbuffers upon exit, more error checking
2005-11-16 Brian Pauladded -ds option to test GL_EXT_packed_depth_stencil...
2005-11-15 Ian RomanickTwo subtle things missed on the previous commit.
2005-11-15 Ian RomanickAdd the ability for interleave to test passing invalid...
2005-11-14 Ian RomanickSimple test of glInterleavedArrays functionality.
2005-11-02 Keith WhitwellMore useful ARL test
2005-11-01 Keith Whitwelladd an arl test
2005-11-01 Keith WhitwellMake colors match the fp tests (really)
2005-11-01 Keith WhitwellMake colors match the fp tests
2005-11-01 Keith Whitwellstandalone tests for vp instructions
2005-10-28 Ian RomanickAdd new test "texfilt". This test is a cousin to texwr...
2005-10-26 Eric AnholtAdd built programs to .cvsignore.
2005-10-26 Eric AnholtAdd a fog mode (normal and fog_coord, leaner/exp/exp2...
2005-10-21 Keith Whitwellnew depth tests
2005-10-21 Keith Whitwellsimplify, remove sgi messages
2005-10-21 Keith Whitwellbetter looking tests
2005-10-21 Keith WhitwellMake test visible
2005-10-21 Keith WhitwellBetter looking test.
2005-10-20 Keith WhitwellA bunch of little tests which exercise each ARB_fp...
2005-10-08 Brian PaulQuery/print GL_RED/GREEN/BLUE/ALPHA_BITS
2005-10-04 Brian PaulglBindTexture changes, new assertions
2005-10-04 Brian Paulfix glIsRender/FramebufferEXT() assertions
next