mesa.git
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-06 Brian Paulnow save Targa image. misc clean-up
2000-03-06 Brian Pauladded demos/geartrain
2000-03-06 Brian Pauladded geartrain
2000-03-06 Brian Paulinitial check-in
2000-03-06 Brian Paulfixed off-by-one errors in matrix stack setup/cleanup
2000-03-06 Jouk Jansen Committing in .
2000-03-03 Brian Paulremoved obsolete logicop function
2000-03-03 Brian Pauladded LineWidth device driver function
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-03-03 Brian Paulclean-up warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulsave ColorTable and ColorSubTable commands
2000-03-03 Brian Paulmoved device driver DrawPixels call
2000-03-03 Brian Pauladded device driver ReadPixels and CopyPixels functions
2000-03-03 Brian Paulremoved GLX_VERSION_1_3 for now
2000-03-03 Brian Paulchanges to _WIN32 test and APIENTRY test
2000-03-02 Brian Paulminor clean-up
2000-03-01 Brian Paulsimplification of GLNAME macro setup (David Dawes)
2000-03-01 Brian Paulinserted static const in make_null_texture()
2000-03-01 Brian Paulminor reformatting
2000-03-01 Brian Pauladded readpix program
2000-03-01 Brian Paultest glDraw/Read/CopyPixels()
2000-03-01 Brian Pauladded GL_GLEXT_VERSION_EXT
2000-03-01 Brian Paultest for GL 1.2
2000-02-28 Brian Pauladded proxy texture targets to GetColorTableParameter...
2000-02-28 Brian Pauladded GL_BGR and GL_BGRA support
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-27 Brian Pauladded a bit of GLAPIENTRY, APIENTRY setup
2000-02-27 Brian Paulpatched for NetBSD support (Allen Briggs)
2000-02-26 Brian Pauladded all the PFNGL...PROC typedefs
2000-02-25 Brian Paulfixed bug when using display lists
2000-02-25 Brian Pauladded GL_HAS_GLEXT
2000-02-25 Brian Paulinserted a tab
2000-02-25 Brian Paulremoved the GET_BITS_PER_PIXEL macro
2000-02-25 Brian Pauladded XMesaUnbindContext (for DRI)
2000-02-25 Brian Paulchanged glXCopyContext mask back to GLuint
2000-02-25 Brian Paulchanged glXCopyContext's mask to unsigned long
2000-02-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Jouk Jansen Committing in .
2000-02-25 Brian Pauladded note about double buffering for in-window rendering
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-24 Brian Paulnow using SGI-specified dispatch order
2000-02-24 Brian Paulnow generated with Python script
2000-02-24 Brian Pauladded more entrypoints
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-24 Brian Paulbunch of extension clean-up
2000-02-24 Brian Pauladded some error checking
2000-02-24 Brian Pauluse quotes for gl.h and glext.h includes
2000-02-24 Brian Pauladded missing backslash on line 483
2000-02-24 Brian Pauladded more extension entrypoints
2000-02-23 Brian Paulchanged glXCopyContext()'s mask to unsigned long
2000-02-23 Brian Paulfixed problem in print_extension_list() when ext ended...
2000-02-23 Brian PaulGL_EXT_blend_color is now DEFAULT_ON
2000-02-23 Brian Paulchanged a GLuint to GLint
2000-02-23 Brian Paulfixed a few glitches
2000-02-23 Brian Paulfixed a typo in GL_MESA_resize_buffers
2000-02-23 Brian Paulinclude GL/glext.h
2000-02-23 Brian Pauladded a bunch of extensions
2000-02-23 Brian Pauladded glext.h header item
2000-02-23 Brian Pauladded some missing tokens, fixed some errors
2000-02-23 Brian Paulinitial revision
2000-02-22 Brian Paulsort the offsets by number
2000-02-22 Brian Paulinitial check-in
2000-02-22 Brian Paulfixed bug in 24bpp ximage pixel addressing
2000-02-22 Brian Pauldisabled an fprintf in FX_grSstQueryHardware()
2000-02-21 Brian Pauladded aatriangle.c source
2000-02-21 Brian Paulfixed off by one error in matrix stack depths (Eero...
2000-02-21 Brian Paulfixed minor bug in copytexsubimage_error_check()
2000-02-21 Brian Paulfixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
2000-02-21 Brian Paulfixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
2000-02-21 Brian Pauladded CHAN_MAX, CHAN_MAXF
2000-02-17 Brian Paulremoved driver RendererString() and ExtensionString...
2000-02-17 Brian Paulreplaced gl_ggiRendererString() with gl_ggiGetString()
2000-02-17 Brian Paulreplaced renderer_string() with get_string() func
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-16 Brian Paulnew library dependency vars
2000-02-13 Brian Paulinitialize fxMesa->verbose with MESA_FX_INFO env var
2000-02-12 Brian Paulalways include thread.h
2000-02-12 Brian Pauladded more error checking to _glapi_add_entrypoint()
2000-02-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-02-12 Brian Paulclean-up
2000-02-12 Brian Paulalways include <float.h>
2000-02-12 Brian Paulfixed reference count but in DeleteTextures()
2000-02-12 Brian Pauladded MESA_FX_NO_SIGNALS env var (Michael Vance)
2000-02-12 Brian Paulupdated with MESA_FX_NO_SIGNALS info
2000-02-11 Brian Paulfixed WIN32_THREADS error
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-11 Brian Paulclean-up
2000-02-11 Brian Paulenable thread safety on Linux configs, removed -DTHREAD...
2000-02-11 Brian Pauladded tess_clip.c
2000-02-11 Jouk Jansen Committing in .
2000-02-10 Brian PaulTHREADS now defined by glthread.h, added more prototypes
2000-02-10 Brian Paulchanged thread TSD initialization
2000-02-10 Brian Pauladded support for XFree86 threads. misc clean-up
2000-02-10 Brian Pauladded GLCALLBACKPCAST for Cygnus (Sven Panne)
2000-02-10 Brian Paulinclude readtex.h
next