summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19summary of Mesa's extension enum valuesBrian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-19minor updatesBrian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18added note about _TriangleCapsBrian Paul
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-18Updated for new Windows build system.Karl Schultz
2003-09-18Now obsolete.Karl Schultz
2003-09-18New visual studio workspace and projects for building demos.Karl Schultz
2003-09-18Remove first attempt at using visual studio projects to compile demos.Karl Schultz
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-17assorted updatesBrian Paul
2003-09-17updated with new extension infoBrian Paul
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
2003-09-17s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul
2003-09-17Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated o...Jose Fonseca
2003-09-17Seperate the Doxygen configuration files (for full Mesa only) in a common par...Jose Fonseca
2003-09-17test GL_ARB_vertex_buffer_objectBrian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17Merge the Doxygen configuration files from the embedded branch.Jose Fonseca
2003-09-17new castsBrian Paul
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-17changed a commentBrian Paul
2003-09-17move a commentBrian Paul
2003-09-17move some functions, add some commentsBrian Paul
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul
2003-09-17fix up FEATURE_* definesBrian Paul