Seperate the Doxygen configuration files (for full Mesa only) in a common part and...
[mesa.git] / src /
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...
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 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 PaulAdded prototypes for internal functions to bufferobj.h.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-09-08 Brian Paulfix timer bug (801485)
2003-09-05 Brian Paulfix typo
2003-09-05 Brian Paulmove GL_MESA_program_debug code into program.c
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 PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-03 Brian PaulARB_point_sprite is not part of OpenGL 1.5
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-09-02 Brian Pauladded GLUT_CFLAGS to compile GLUT with -fexceptions...
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 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...
2003-08-29 Brian Pauls/GLuint/GLint/
2003-08-29 Brian Paulfix minor warnings with casts
2003-08-29 Karl Schultzadd arbfragparse.c to project.
2003-08-28 Brian PaulMove clamping of texture LOD bias to texture applicatio...
2003-08-28 Brian PaulUpdates from Daniel Borca
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-27 Brian Paulmake _glapi_get_proc_address() return NULL if function...
2003-08-27 Jouk Jansen Committing in .
2003-08-24 Brian Paulregenerated for GL_IBM_multimode_draw_arrays
2003-08-24 Jon SmirlFix compile problems with `glMultiModeDrawArraysIBM'
2003-08-23 Brian Paulindentation fix
2003-08-23 Brian PaulglDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn...
2003-08-23 Jon SmirlAdd missing assembly file from radeon build
2003-08-23 Jon SmirlRemove files not used in current MGA driver
2003-08-23 Jon Smirlupdate fb makefile for new directory structure, add...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-22 Brian Paulupdates from Daniel Borca
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-08-19 Brian PaulFix glPixelMap: s/GLint/GLsizei/
2003-08-19 Brian PaulglPixelMap[f/ui/us]v()'s size parameter is GLsizei...
2003-08-19 Brian Paulsimplify some python code
2003-08-18 Brian Paulminor code improvement in glGenTextures
2003-08-17 Brian Paulregister file changes
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-11 Jouk Jansen Committing in .
2003-08-06 Brian Pauladded arbfrag/vertparse
2003-08-06 Brian Paulprep for OpenGL 1.5
2003-08-06 Brian Paulfix a bunch of warnings
2003-08-06 Brian Paulremove temporary prototypes
2003-08-06 Brian Paulplaceholder files
2003-08-06 Keith WhitwellShared dri driver resources
2003-08-06 Keith WhitwellNot-quite-functional swrast-only dri driver
2003-08-06 Keith WhitwellShared radeon/r200 init code
2003-08-06 Keith Whitwellmga driver, brought over by Jon Smirl
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl
2003-08-06 Keith WhitwellNewer version of this file
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-05 Keith WhitwellFix samples/fog.c regression - missing test for NeedEye...
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-08-01 Keith WhitwellFix typo (& instead of &&) to fix olympic.c bug
2003-07-30 Brian Paulreplace assertion with conditional
2003-07-26 Karl SchultzMoved.
2003-07-26 Karl SchultzAdd the C++ and response files to the project so that...
2003-07-26 Karl SchultzVC 6 Project File
2003-07-25 Karl Schultzminor option tweak
2003-07-25 Karl SchultzCompiler/Linker "response" file containing compiler...
2003-07-25 Karl SchultzAdd documentation.
2003-07-25 Karl SchultzProject now builds the C++ sources (with great difficul...
2003-07-25 Karl Schultzcleanup - add comments and sort names.
2003-07-24 Brian Pauldon't include malloc.h (bug 776574)
2003-07-24 Karl Schultzadd symbols needed by osmesa.
2003-07-24 Karl SchultzProject file for osmesa
2003-07-24 Karl Schultzmoved to top of tree.
2003-07-24 Brian Paulif texture color table is enabled, use the color table...
2003-07-24 Karl Schultzfix location of mesa.def
2003-07-24 Karl Schultzlinker exports defs
2003-07-24 Karl SchultzProject file to build GLUT32.DLL
2003-07-24 Karl SchultzProject file to build GLU32.DLL
2003-07-24 Karl SchultzSource code for GDI driver.
2003-07-24 Karl SchultzProject file to build gdi driver and OPENGL32.DLL.
next