| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: rename gl_client_array -> gl_vertex_array | Brian Paul | 2016-10-28 | 1 | -1/+1 |
* | vbo: pass the stream from DrawTransformFeedbackStream to drivers | Marek Olšák | 2015-08-06 | 1 | -1/+2 |
* | tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims(). | Iago Toral Quiroga | 2014-04-08 | 1 | -9/+0 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: add indirect drawing buffer parameter to draw functions | Christoph Bumiller | 2013-11-25 | 1 | -1/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Remove support for NV_vertex_program's tracked matrices. | Eric Anholt | 2012-10-15 | 1 | -3/+0 |
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_context | Marek Olšák | 2012-05-08 | 1 | -1/+0 |
* | mesa: Push the shine table into the tnl module. | Mathias Fröhlich | 2012-02-29 | 1 | -0/+3 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -1/+2 |
* | tnl: Clean up header file inclusion in tnl.h. | Vinson Lee | 2010-12-30 | 1 | -1/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -12/+12 |
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 1 | -1/+1 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -0/+10 |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -0/+6 |
|\ |
|
| * | Move guts of glRasterPos down into T&L module. | Brian | 2007-09-06 | 1 | -0/+3 |
* | | Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c | Brian | 2007-11-29 | 1 | -6/+2 |
|/ |
|
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -1/+1 |
* | expose _mesa_load_tracked_matrices() | Brian | 2007-02-23 | 1 | -0/+3 |
* | Changes for new vbo-building module. | Keith Whitwell | 2006-10-29 | 1 | -17/+13 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -1/+1 |
* | TNL module needs to implement ctx->Driver.ProgramStringNotify() function | Brian Paul | 2005-10-28 | 1 | -0/+2 |
* | turns out we probably need a _tnl_allow_pixel_fog() function afterall | Brian Paul | 2004-02-24 | 1 | -0/+3 |
* | A bit of an overhaul of the fog code. | Brian Paul | 2004-02-17 | 1 | -0/+6 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -0/+1 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -1/+4 |
* | restore normal length optimization in dlists | Keith Whitwell | 2001-06-28 | 1 | -1/+6 |
* | Adaptor code that lets tnl convert compiled (display list) cassettes back | Keith Whitwell | 2001-06-04 | 1 | -1/+4 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -1/+3 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 1 | -11/+1 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -2/+15 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -0/+14 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -5/+5 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -0/+48 |