Adapt extension string to new GL dispatch schema proposed
[mesa.git] / progs /
2005-07-01 Brian Pauladded some glGetRenderbufferParameterivEXT calls, print...
2005-06-24 Ian RomanickIgnore files generated as part of the build process.
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-16 Jon SmirlFix a few compiler warnings
2005-06-01 Keith WhitwellAdd a mode to test flat shading + separate specular.
2005-05-23 Daniel Borcaremove stupid flags
2005-05-20 Brian Pauluse MAX_SCREENS instead of hard-coded number
2005-05-20 Brian Paulfix reversed strstr() args, print mode string
2005-05-20 Brian Paulreplace // with /* */
2005-05-20 Jouk Jansen Committing in .
2005-05-20 Adam JacksonUse the 1.3 names for FogCoord*
2005-05-19 Keith Whitwellmove osmesa demos to their own directory
2005-05-19 Jon SmirlFix EGL fbdev palette problem. demo3 can save ppm of...
2005-05-18 Jon SmirlFix inverted y for egl fbdev, add egl demo3
2005-05-18 Brian PaulTo better exercise pixel packing, replace regular glRea...
2005-05-18 Jon SmirlImplement fbdev swapbuffers()
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-14 Jon SmirlAdd forgotten demo2.c
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Brian Paulupdates for latest EGLScreenMESA changes
2005-04-29 Keith Whitwellnew file
2005-04-26 Brian Paulno need to enable fog or set fog mode with fragment...
2005-04-22 Brian Pauldemo / test progs
2005-04-06 Brian Pauladded wrappers/helpers for creating/destroying renderin...
2005-04-06 Brian Paulchanged implementation of GetAllFBConfigs()
2005-04-05 Ian RomanickMake glxgears_fbconfig compile and respect the DISPLAY...
2005-04-04 Brian Pauls/Togle/Toggle/
2005-03-22 Keith WhitwellAdd more formats to test.
2005-03-14 Ian RomanickIf setting GL_PACK_INVERT_MESA results in a GL error...
2005-02-26 Dave Airlieuse girl2.rgb by default
2005-02-26 Dave AirlieAdd glXAllocateMemoryMESA demo app using ycbcr...
2005-02-14 Ian RomanickSimple test for GL_MESA_pack_invert.
2005-02-09 Ian RomanickSimple test for ARB_texture_env_crossbar functionality...
2005-01-31 Daniel Borcamakefile update (readtex, showbuffer)
2005-01-29 Brian Pauladded osmesa16 stuff
2005-01-29 Brian Paulassorted fixes
2005-01-29 Brian Pauladded missing glFinish()
2005-01-24 Brian Paulreenable some assertions
2005-01-19 Brian Pauladded texobjshare.c
2005-01-19 Brian Paultest program for texture sharing, deleting, etc
2005-01-19 Daniel BorcaglVertex* is the provoking "cmd" (that is, by the time...
2005-01-17 Brian Paulfix some weirdness accidentally checked in in the past
2005-01-17 Daniel Borcasince we've already messed up this one, let we do it...
2005-01-17 Daniel Borcaremove trailing slash from TOP definition
2005-01-12 Keith Whitwellnew test to exercise context and window create/delete
2005-01-11 Brian PaulVMS updates from Jouk Jansen
2005-01-10 Brian Paulremove a debug line
2005-01-10 Brian Paultweak output formattting, fixed uninitialized var error
2005-01-09 Brian Paulminor readtex fixes
2005-01-09 Brian Paulimproved animation rate
2005-01-09 Brian Paulrotate at fixed rate, changed fire effect (Marcelo...
2005-01-09 Brian Paulrotate at fixed rate (Marcelo Magallon)
2005-01-09 Brian Pauluse #ifdef to test for extension
2005-01-09 Brian Paulinclude readtex.h
2005-01-09 Brian Paulbetter animate rate (Marcelo Magallon)
2005-01-09 Brian Paulsome new/improved rules
2005-01-09 Brian Paulinclude readtex.h instead of readtex.c
2005-01-09 Brian Paulinclude readtex.h instead of readtex.c (Marcello Magallon)
2005-01-09 Brian PaulAdd #ifdefs for extension testing (Marcello Magallon)
2005-01-09 Brian Paulanimation rate patch (Marcello Magallon)
2005-01-09 Brian Paulrotate at a reasonable rate
2005-01-08 Brian Paulcompute reasonable animate rate (Marcelo Magallon)
2005-01-08 Brian Paulfix-up rules for sphere demo, which uses readtex utility
2005-01-07 Brian Pauladded GetAllFBConfigs()
2005-01-06 Brian PaulNew GetAllFBConfigs() function. Some FBConfigs weren...
2005-01-06 Keith WhitwellRedraw on keypress, as apparently intended.
2005-01-04 Brian PaulUse the GLX 1.3 pbuffer/fbconfig functions in preferenc...
2004-12-20 Keith WhitwellAdd a -fullscreen option
2004-12-15 Daniel Borcaupdated makefiles for gcc 3.4.3 and bnu 2.15
2004-12-15 Brian Pauls/DP3/DP3_SAT/ to prevent negative values
2004-12-12 Brian Paulremoved unused visInfo var
2004-12-10 Keith WhitwellFix a couple of glitches
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-08 Keith WhitwellDemonstrate using a color matrix for yuv-to-rgb convers...
2004-12-01 Ian RomanickPrevent possible divide-by-zero error.
2004-11-30 Keith WhitwellEXT_422_pixels test
2004-11-27 Brian Paulsilence warnings
2004-11-26 Brian Paul(GLint*) casts in glGetIntegerv calls
2004-11-10 Brian Paulallow specifying image file on command line
2004-11-04 Ian RomanickAdd EXT_stencil_wrap test that doesn't depend on stenci...
2004-10-31 Brian Paulunbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!
2004-10-29 Brian Paulremove debug code
2004-10-29 Brian PaulUpdated getprocaddress test to use gl_API.xml instead...
2004-10-26 Brian Pauladded stereo option (Jacek Rosik)
2004-10-23 Brian Paulwrap angle value (Philipp Klaus Krause)
2004-10-23 Brian Pauladdes osdemo32 target (J.P. Delport)
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-08 Ian RomanickAdd simple test program for Mesa bug #1028405.
2004-10-01 Karl SchultzAdd the glut project to the demos workspace.
2004-09-24 Brian Paulmoved to demos/ directory
2004-09-24 Brian Paulmoved in from the tests/ directory to include in distro
2004-09-23 Brian Paulremoved hacked GL tokens, fixed a printf
2004-09-16 Brian Paulsilence warnings
2004-09-16 Brian Paulsilence warnings, re-indent code
2004-09-16 Brian Paulclean-up the hokey transformation code so that window...
2004-09-14 Brian PaulHave the rendering contexts share textures.
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-08-25 Brian Paulremove BeOS conditional code. oglinfo should be moved...
next