summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-02-22sort the offsets by numberBrian Paul
2000-02-22initial check-inBrian Paul
2000-02-22fixed bug in 24bpp ximage pixel addressingBrian Paul
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul
2000-02-21added aatriangle.c sourceBrian Paul
2000-02-21fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul
2000-02-21fixed minor bug in copytexsubimage_error_check()Brian Paul
2000-02-21fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul
2000-02-21fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul
2000-02-21added CHAN_MAX, CHAN_MAXFBrian Paul
2000-02-17removed driver RendererString() and ExtensionString() funcsBrian Paul
2000-02-17replaced gl_ggiRendererString() with gl_ggiGetString()Brian Paul
2000-02-17replaced renderer_string() with get_string() funcBrian Paul
2000-02-16update fog near/far bug fixBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-13initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul
2000-02-12always include thread.hBrian Paul
2000-02-12added more error checking to _glapi_add_entrypoint()Brian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-02-12clean-upBrian Paul
2000-02-12always include <float.h>Brian Paul
2000-02-12fixed reference count but in DeleteTextures()Brian Paul
2000-02-12added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul
2000-02-11fixed WIN32_THREADS errorBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-11added tess_clip.cBrian Paul
2000-02-11 Committing in .Jouk Jansen
2000-02-10THREADS now defined by glthread.h, added more prototypesBrian Paul
2000-02-10changed thread TSD initializationBrian Paul
2000-02-10added support for XFree86 threads. misc clean-upBrian Paul
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-02-09removed fxDDBufferSize protoBrian Paul
2000-02-09updated fxDDGetString() for DRIBrian Paul
2000-02-08glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul
2000-02-08 Committing in .Jouk Jansen
2000-02-08added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul
2000-02-06in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul
2000-02-06clearing depth buffer failed when clearing front color bufferBrian Paul
2000-02-06updated with new infoBrian Paul
2000-02-06added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul
2000-02-05disabled locked arrays in glDrawRangeElements()Brian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-02-04added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-02-03added SUB_PIXEL_BITSBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul
2000-02-03 Committing in .Jouk Jansen
2000-02-02minor clean-upsBrian Paul