Age | Commit message (Expand) | Author |
2004-05-14 | minor doxygen updates | Brian Paul |
2004-04-27 | Removed the old teximage code. | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-02-14 | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick |
2004-01-23 | added device driver hooks for BindProgram, NewProgram, DeleteProgram | Brian Paul |
2004-01-21 | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-10-29 | texture compression | Daniel Borca |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-09-17 | move some functions, add some comments | Brian Paul |
2003-09-09 | Added most of the infrastructure required to support | Ian Romanick |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-04-01 | New device driver hooks for texture object and texture image creation to | Brian Paul |
2002-10-11 | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul |
2002-09-27 | new texture compression infrastructure | Brian Paul |
2002-09-06 | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-04-21 | vertex program attribute array work | Brian Paul |
2002-03-16 | buffer resize changes | Brian Paul |
2002-02-13 | More suport for t&l drivers | Keith Whitwell |
2001-12-14 | vertex program check-in | Brian Paul |
2001-12-04 | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul |
2001-11-18 | API dispath updates | Brian Paul |
2001-06-15 | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul |
2001-04-04 | More texture image changes. | Brian Paul |
2001-03-22 | Add PolygonOffset driver callback. | Gareth Hughes |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-11 | Support for swappable tnl modules. | Gareth Hughes |
2001-03-07 | added Driver.BlendColor() function, for completeness | Brian Paul |
2001-03-03 | changed AlphaFunc() ref from GLclampf to GLchan | Brian Paul |
2001-02-24 | Template work | Keith Whitwell |
2001-02-19 | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-02-06 | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-09 | Added PointSize and PointParametersfv to dd interface, for completeness. | Brian Paul |
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |