entrypoints... again
[mesa.git] / src / mesa /
2003-10-23 Daniel Borcaentrypoints... again
2003-10-23 Daniel Borcamore MinGW fixes
2003-10-23 Brian Pauls/GLuint */GLvoid */
2003-10-23 Daniel Borcaadded a few missing GLAPIENTRYs to make MinGW compile...
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-10-22 Daniel Borcacosmetics and memos
2003-10-22 Daniel Borcasmall fixes to accomodate Intel compiler/linker
2003-10-22 Daniel Borcafixed a typo (array size)
2003-10-21 Kendall BennettUpdates to SSE assembler support for Open Watcom
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-21 Alan Hourihaneprevent from optimizing out by some compilers (from...
2003-10-21 Brian Paulwrap in #ifdef FX / #endif
2003-10-21 Brian Paulfix an error message
2003-10-21 Daniel Borcadocumentation update; also new makefiles for Win32...
2003-10-21 Jouk Jansen Committing in .
2003-10-21 Daniel Borcafixed some NASM opcodes; added segment overrides and...
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-21 Daniel Borcacosmetics; translated asm routines for use with ASSYNTAX.H
2003-10-21 Jon SmirlClean out some unused files
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-10-20 Jon SmirlFix Makefiles to copy lib to $(TOP)/lib if missing
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
2003-10-16 Brian Paulobsolete
2003-10-16 Jon SmirlMinor changes to make linux-solo build again
2003-10-15 Brian Paulprotect whole file with #ifdef FX
2003-10-15 Brian Paulinitialize GetBufferSubData pointer
2003-10-15 Brian Paulminor tweaks
2003-10-14 Kendall BennettUpdates to x86 assembler support for Open Watcom and...
2003-10-14 Brian PaulbufObj->Access wasn't being set
2003-10-14 Daniel Borcaminor fixes + doc update
2003-10-14 Brian Paulminor fix in buffer_object_get_target()
2003-10-13 Daniel Borcaglide driver (wip)
2003-10-11 Brian Paulfix some sphere texgen bugs (reported by Daniel Borca)
2003-10-11 Brian Pauls/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/
2003-10-11 Brian Pauldon't request accum buffer in color index mode
2003-10-11 Brian Pauldon't use color table's format to determine texture...
2003-10-10 Brian Pauladd switch defaults to silence warnings
2003-10-10 Brian Paulremove bogus _swrast_texture_table_lookup() call (Eric...
2003-10-10 Brian Paulold/unused
2003-10-10 Brian PaulEric Plante's updates for OSMesa16.
2003-10-09 Kendall BennettAdded missing #undef SPAN_VARS to swrast/s_spantemp.h
2003-10-09 Daniel BorcaFEATURE_ARB_vertex_buffer_object
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-09 Keith WhitwellEric's mesa-depth32.diff
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-10-07 Keith Whitwellindex wasn't being calculated correctly (result was...
2003-10-06 Keith WhitwellVertexAttrib4fv wasn't being installed (4f was).
2003-10-06 Keith WhitwellFix typo
2003-10-03 Brian Paulimproved 'clean' targets (Otto Solares)
2003-10-03 Kendall BennettRemoved bogus OS/2 floating point->integer conversion...
2003-10-03 Kendall BennettFixed incorrect Watcom assembler macros
2003-10-02 Kendall BennettFixed bugs in Mesa software span rendering for color...
2003-10-02 Brian Paulupdates from Daniel Borca
2003-09-30 Kendall BennettUpdates required for building the SciTech SNAP version...
2003-09-30 Alan Hourihanechar -> GLubyte
2003-09-30 Alan Hourihaneadd gamma driver - no kernel driver yet
2003-09-30 Alan Hourihaneadd the SiS driver - no kernel driver yet
2003-09-30 Alan Hourihanefix cut & paste errors
2003-09-30 Alan Hourihaneadd the i830 driver - no kernel driver yet
2003-09-30 Alan Hourihaneadd the i810 driver - no kernel driver yet
2003-09-30 Alan Hourihanemkdir the server directory, as using cvs with -P would...
2003-09-23 Brian Paulminor clean-ups
2003-09-23 Brian Paulremove a _TriangleCaps reference
2003-09-23 Karl RascheAdd extra cases and enums for _mesa_fetch_state(),...
2003-09-22 Brian Paulapply patch #740145 from SourceForge
2003-09-19 Brian Paulcasts
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzAdd include for context.h to define NEED_SECONDARY_COLOR.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian Paula few less occurances of _TriangleCaps
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian Paultweak an error message
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-09-18 Karl SchultzUpdate with current set of gl* entry points.
2003-09-18 Brian PaulMove macros from header to C file. Updated some comments
2003-09-18 Brian PaulMove context ASSERT/FLUSH macros to context.h
2003-09-18 Brian Paulremove MESA_TRACE stuff
2003-09-18 Brian Paulversion tweaks
2003-09-18 Brian Paulremoved unused NoRaster and Rendering fields from GLcontext
2003-09-18 Brian PaulRemove FLT_MIN definition to imports.h
2003-09-18 Karl SchultzCopy the DLL files to the lib directory instead of...
2003-09-18 Karl SchultzAdd symbols to export private entry points to osmesa.
2003-09-18 Karl SchultzAdd casts to prevent double->float conversion compiler...
2003-09-18 Karl SchultzAdd casts to prevent signed/unsigned compare compiler...
2003-09-17 Brian Paulremove unused Target field from gl_buffer_object
2003-09-17 Brian PaulFixed/added some error checks.
2003-09-17 Jon SmirlAdd cast to remove compiler warning
2003-09-17 Brian Paulunbind vertex arrays from buffer in DeleteBuffersARB()
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-09-17 Jose FonsecaChange the hyperlinks names in the main page to match...
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Paulnew casts
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-17 Brian Paulchanged a comment
2003-09-17 Brian Paulmove a comment
2003-09-17 Brian Paulmove some functions, add some comments
2003-09-17 Brian Paulset ARB_vertex_buffer_object in _mesa_enable_sw_extensi...
next