profile/ivi/mesa.git
2000-02-02 Brian Paultry both single and double-buffered visuals
2000-02-02 Brian Pauldon't include dispatch.h
2000-02-02 Brian Pauladded comments
2000-02-02 Brian Paulinclude buffers.h
2000-02-02 Brian Paulupdated source files
2000-02-02 Brian Paulmoved exec dispatch init to state.c
2000-02-02 Brian Paulupdated includes for source file reorg
2000-02-02 Brian Paulmoved state functions to state.c
2000-02-02 Brian Paulremoved glmisc.c, added buffers.c, hint.c, state.c
2000-02-02 Brian Paulfunctions from context.c
2000-02-02 Brian Paulfunctions from old glmisc.c file
2000-02-02 Brian Paulreplace offset with functionOffset in generate_entrypoint()
2000-02-02 Brian Paulchanged > to >=
2000-02-02 Brian Paullimit Drift to [0, 1]
2000-02-01 Brian Paulpatch for XFree86 building
2000-02-01 Brian Pauladded normal, vertex, viewport message strings
2000-02-01 Brian Pauladded more message strings
2000-01-31 Brian Pauldefined FLT_MIN if undefined
2000-01-31 Brian Pauladded mutexes for thread safety
2000-01-31 Brian Pauladded Mutex macros
2000-01-31 Brian Pauladded _mesa_TexImage3DEXT()
2000-01-31 Brian Pauladded save_TexImage3DEXT()
2000-01-31 Brian Paulremoved unneeded \n chars
2000-01-31 Brian Paulchanged message format, added GL_EXT_texture3d
2000-01-31 Brian Pauladded more function templates, changed message format
2000-01-31 Brian Paulfixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS
2000-01-31 Brian Pauladded Josh's dynamic display assembly generator
2000-01-31 tannerinclude conf.h
2000-01-28 Brian Paulinclude glapioffset.h instead of ../glapioffsets.h
2000-01-28 Brian Pauladded -I. to .S.o rule
2000-01-28 Brian Paulrenamed _glapi_CurrentContext to _glapi_Context
2000-01-28 Brian Paulremoved actual GL entrypoints (glapitemp.h)
2000-01-28 Brian Paulmoved entrypoints here from glapi.c
2000-01-28 Brian Paulenable/disable no-context warnings depending on MESA_DEBUG
2000-01-28 Brian Pauladded default template macros
2000-01-28 Brian Paulupdated comments
2000-01-28 Brian Pauladded texdown info
2000-01-28 Brian Pauladded texdown program
2000-01-28 Brian Paulinitial check-in
2000-01-27 Brian Pauladded improved glxinfo item
2000-01-27 Holger Waechtleradded prefetchw
2000-01-27 Brian Paulminor changes regarding transparency and multisample
2000-01-27 Brian Paulupdated version string to Mesa 3.3
2000-01-27 Brian Paulall new version of glxinfo
2000-01-27 Brian Paulinclude conf.h if HAVE_CONFIG_H defined
2000-01-27 Brian Pauladded WIN32 and macos files to tar archive
2000-01-25 Brian Paulupdated RGB2BGR function
2000-01-25 Brian Pauladded info about assembly language optimizations
2000-01-25 Brian Paulonly print info if MESA_DEBUG is set
2000-01-25 Brian Paulfixed VB->IndexPtr==NULL bug (Richard Guenther)
2000-01-25 Brian Paulupdated for Mesa 3.3
2000-01-24 Gareth HughesRemoved '#if 0' from second pass.
2000-01-24 Brian Paulchanged VB_MAX, no longer dependant on FX symbol
2000-01-24 Brian Paulreplaced HashLookup() with _mesa_HashLookup()
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-23 Gareth HughesMerged 3.2 updates, namely combine callback for interse...
2000-01-23 Brian Pauladded #ifdef SVGA, work-around asm code problem
2000-01-23 Brian Pauladded new SVGA driver files
2000-01-23 Josh Vanderhoofprevent spaces in fp register names
2000-01-23 Josh Vanderhoofno brackets for nasm indirect jumps
2000-01-22 Brian Paulupdated for Mesa 3.2
2000-01-22 Brian Paulupdated SVGA sources from Mesa 3.2
2000-01-20 Gareth HughesMerged in fixes from 3.2 branch. Fixed clipping bug...
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-18 Brian Paulreplaced some spaces with a tab
2000-01-18 Brian Paulgeneric_noop() now returns 0
2000-01-18 Brian Paulrenamed CURRENT_INPUT to _mesa_CurrentInput
2000-01-18 Brian Paulminor clean-up
2000-01-17 Brian Pauladded do /while to multi-line macros
2000-01-17 Brian Pauladded X86-optimized message for MESA_INFO
2000-01-17 Brian Pauldisabled X86-optimized dispatch when using XF86DRI...
2000-01-17 Brian Pauladded _glapi_Dispatch
2000-01-17 Brian Paulrenamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
2000-01-17 Brian Paulremoved X86 files from linux debug configs
2000-01-17 Brian Pauladded copyright info
2000-01-17 Brian Pauladded missing POINT/LINE RANGE/GRANULARITY tokens
2000-01-17 Brian PaulZ values were wrong in selection mode (Holger Waechtler...
2000-01-16 Brian Pauluse nplanes instead of bitsPerRGBValue in GET_BITS_PER_...
2000-01-16 Josh Vanderhoofx86 assembly dispatch
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-15 Randy FrankAdded entry point and define for the occlusion test.
2000-01-15 Randy FrankAdded test for the occlusion test code.
2000-01-14 Brian Paulminor change for DEBUG builds
2000-01-14 Brian Paulfirst check-in
2000-01-14 Brian Paulupdated for Mesa 3.3
2000-01-14 Brian PaulGLcontext is now nested in OSMesaContext
2000-01-14 Brian Pauladded gl_initialize_context_data(), gl_free_context_dat...
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
2000-01-13 Brian Paulapplied Daryll's patches for GLX_DIRECT_RENDERING
2000-01-13 Brian Pauladded -Wmissing-prototypes and enabled pthreads for...
2000-01-13 Brian Pauladded _mesa_ArrayElement() proto
2000-01-13 Brian Pauladded gl_register_config_var() proto
2000-01-13 Brian Paulinit a few vars to silence compiler warnings
2000-01-13 Brian Paulinclude dispatch.h
2000-01-13 Brian Paulclean up of eval_coord1/2f()
2000-01-13 Brian Paulcommented out gl_reinit_light_attrib()
2000-01-13 Brian Paulcommented out unused function
2000-01-13 Brian Paulminor clean-up
2000-01-13 Brian Paulmade some functions static
2000-01-11 Brian Paulanother fix for gluPartialDisk() in GL_LINE mode
next