Age | Commit message (Expand) | Author |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2009-10-23 | glapi: Always build libglapi.a. | Chia-I Wu |
2009-09-30 | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: minor code clean-up | Brian Paul |
2008-09-21 | mesa: add explict float casts | Keith Whitwell |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2006-11-22 | Prune incoming state to the atoms of interest. Hopefully this will | Keith Whitwell |
2006-11-22 | Another fix | Keith Whitwell |
2006-11-21 | More fixes, glean seems to run now. | Keith Whitwell |
2006-11-21 | Fix more typos. | Keith Whitwell |
2006-11-20 | Fix typos that meant vbos were never unmapped | Keith Whitwell |
2006-11-16 | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-04-25 | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul |
2006-03-30 | Revert my change from 1.37 as being bogus (see ensuing list discussion for | Adam Jackson |
2006-03-17 | Init FogCoordFuncs[0..5] too, remove some unneeded #includes | Brian Paul |
2006-03-17 | remove another test for IN_DRI_DRIVER | Brian Paul |
2006-01-19 | Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn't | Adam Jackson |
2005-11-25 | use ADD_POINTERS macro instead of (uintptr_t) cast | Brian Paul |
2005-08-05 | Fix recent problems with display lists and other parts of the code. | Ian Romanick |
2005-07-19 | remove fprintf() | Brian Paul |
2005-07-18 | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz |
2005-02-11 | mesa-main-0-NULL.patch from Jeff Muizelaar | Keith Whitwell |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul |
2004-10-24 | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson |
2004-05-27 | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick |
2004-04-23 | GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison) | Brian Paul |
2004-03-26 | fix some warnings | Brian Paul |
2004-02-24 | fix incorrect texcoord attribute index | Brian Paul |
2004-02-24 | added some GLAPIENTRY keywords, minor clean-ups | Brian Paul |
2004-02-24 | Yet another revision of _ae_update_state(). Issue both conventional AND | Brian Paul |
2004-02-11 | Fix the problem found with UT after I had added support for glVertexAttrib. | Brian Paul |
2004-02-11 | revert to version 1.18 for now to fix segfaults in some applications | Roland Scheidegger |
2004-02-09 | Restore some of the previous code for handling conventional vertex attributes | Brian Paul |
2004-02-08 | Updated to handle generic vertex attributes accessed vi glArrayElement(). | Brian Paul |
2004-01-28 | Add GLAPIENTRY function decorations for correct operation on Windows. | Karl Schultz |
2003-12-04 | Add missing GLAPIENTRY | Karl Schultz |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul |
2003-01-14 | First batch of code for GL_NV_fragment_program. | Brian Paul |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-04-19 | added some casts | Brian Paul |
2002-04-09 | bring in changes from dri tcl branch | Keith Whitwell |