Age | Commit message (Expand) | Author |
2005-11-08 | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul |
2005-09-14 | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul |
2005-09-13 | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul |
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul |
2005-08-27 | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul |
2005-05-24 | Change prototype for TextureMemCpy to return void* (was void). | Karl Schultz |
2005-05-23 | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-22 | add FreeTexImageData hook to help single-copy texturing in drivers | Keith Whitwell |
2005-02-24 | More GL_EXT_framebuffer_object: rename some things, added device driver hooks. | Brian Paul |
2005-01-22 | Determine ahead of time whether a display list will include vertices | Keith Whitwell |
2005-01-12 | Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions. | Brian Paul |
2004-12-12 | Added driver hooks for GetTexImage() and GetCompressedTexImage(). | Brian Paul |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
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 |