summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-10-09Added missing #undef SPAN_VARS to swrast/s_spantemp.hKendall Bennett
2003-10-09FEATURE_ARB_vertex_buffer_objectDaniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-09Eric's mesa-depth32.diffKeith Whitwell
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-10-07index wasn't being calculated correctly (result was being discarded)Keith Whitwell
2003-10-06VertexAttrib4fv wasn't being installed (4f was).Keith Whitwell
2003-10-06Fix typoKeith Whitwell
2003-10-03fix error message (bug 816876)Brian Paul
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-10-03Removed bogus OS/2 floating point->integer conversion routineKendall Bennett
2003-10-03Fixed incorrect Watcom assembler macrosKendall Bennett
2003-10-02Fixed bugs in Mesa software span rendering for color index modesKendall Bennett
2003-10-02updates from Daniel BorcaBrian Paul
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett
2003-09-30char -> GLubyteAlan Hourihane
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane
2003-09-30fix cut & paste errorsAlan Hourihane
2003-09-30add the i830 driver - no kernel driver yetAlan Hourihane
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane
2003-09-30mkdir the server directory, as using cvs with -P would prune an emptyAlan Hourihane
2003-09-23minor clean-upsBrian Paul
2003-09-23remove a _TriangleCaps referenceBrian Paul
2003-09-23Add extra cases and enums for _mesa_fetch_state(), and set the length ofKarl Rasche
2003-09-22apply patch #740145 from SourceForgeBrian Paul
2003-09-19castsBrian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18a few less occurances of _TriangleCapsBrian Paul
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-09-18tweak an error messageBrian Paul
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul
2003-09-18Update with current set of gl* entry points.Karl Schultz
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-18version tweaksBrian Paul
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul
2003-09-18Remove FLT_MIN definition to imports.hBrian Paul
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz
2003-09-18Add casts to prevent double->float conversion compiler warnings.Karl Schultz
2003-09-18Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul
2003-09-17Fixed/added some error checks.Brian Paul
2003-09-17Add cast to remove compiler warningJon Smirl
2003-09-17unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul