mesa.git
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-19 Brian Paulsummary of Mesa's extension enum values
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-19 Brian Paulminor updates
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian Pauladded note about _TriangleCaps
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 SchultzUpdated for new Windows build system.
2003-09-18 Karl SchultzNow obsolete.
2003-09-18 Karl SchultzNew visual studio workspace and projects for building...
2003-09-18 Karl SchultzRemove first attempt at using visual studio projects...
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 Paulassorted updates
2003-09-17 Brian Paulupdated with new extension info
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 Pauls/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/
2003-09-17 Brian PaulExercise the GL_ELEMENT_ARRAY_BUFFER_ARB path
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 Jose FonsecaSeperate the Doxygen configuration files (for full...
2003-09-17 Brian Paultest GL_ARB_vertex_buffer_object
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Jose FonsecaMerge the Doxygen configuration files from the embedded...
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...
2003-09-17 Brian Paulfix up FEATURE_* defines
2003-09-15 Brian Paulminor simplification
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-09-12 Brian Paulallow glTexImage1/2/3D width/height/depth = 0
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-09-09 Brian Pauldisplay list support for ARB_vertex/fragment_program
2003-09-09 Brian Paulplug in vertex buffer object functions
2003-09-09 Brian Paulremove duplicate sunos5-smp entries
2003-09-09 Brian PaulAdded prototypes for internal functions to bufferobj.h.
2003-09-09 Brian Paulremove last of mklib.solaris stuff
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-09-08 Brian Paulfix timer bug (801485)
2003-09-08 Brian PaulRemove all the swap_control stuff from glxgears demo...
2003-09-08 Brian PaulSunOS tweaks (Greg Menke)
2003-09-08 Brian Paulupdate sunos5 targets (Greg Menke)
2003-09-08 Brian Pauluse GL_GLEXT_PROTOTYPES
2003-09-05 Brian Paulmore debugger development
2003-09-05 Brian Paulfix typo
2003-09-05 Brian Paulmove GL_MESA_program_debug code into program.c
2003-09-05 Brian Paulmisc updates
2003-09-05 Brian Paulupdate directories
2003-09-05 Brian Paulupdated info for Mesa 5.1
2003-09-05 Brian PaulUpdated for 5.0.2 release.
2003-09-05 Brian Paulfiles for CVS to ignore
2003-09-05 Jouk Jansen Committing in .
2003-09-04 Brian Paulimplement SWZ and TXB. some code clean-up
2003-09-04 Brian Paulmove SWIZZLE_ZERO/ONE tokens to program.h
2003-09-04 Brian Paulimport 5.0.2 info
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-03 Brian Paula little more MiniGLX info
2003-09-03 Brian Paulassorted updates
2003-09-03 Brian Pauladded fbdev/DRI and MiniGLX info
2003-09-03 Brian Paulfix a few typos for linux-solo
2003-09-03 Brian PaulARB_point_sprite is not part of OpenGL 1.5
2003-09-03 Brian Paulinclude math.h
2003-09-03 Brian Pauladd -lCrun for sunos5, added sunos5-smp (Greg M)
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-09-02 Brian Paulremove -malign-loops=2 -malign-functions=2 (bug 738020)
2003-09-02 Brian Pauladded GLUT_CFLAGS to compile GLUT with -fexceptions...
2003-09-02 Brian Paulpbuffer info
2003-09-02 Brian Paulfix-up CXXFLAGS (bug 757292)
2003-09-02 Brian Pauladd missing glNormal, glVertex calls (Michal Wozniak)
2003-09-02 Brian Paulupdate from Daniel Borca
2003-09-02 Brian Paulfix fog.End error
2003-08-31 Brian Pauls/DP4/DP3/
2003-08-31 Brian Pauls/DP4/DP3/
2003-08-31 Brian Paulalways assign texcoord[i][3] to silence valgrind
2003-08-31 Brian Paulupdate parameter indexing
2003-08-31 Brian Pauladded program.c plus minor fixes
2003-08-31 Brian Pauladded minor assertion
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
next