| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -1/+1 |
* | mesa: Make gl_program::InputsRead 64 bits. | Mathias Fröhlich | 2011-11-29 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna... | Ian Romanick | 2011-09-19 | 1 | -12/+0 |
* | mesa: Remove support for GL_EXT_blend_logic_op | Ian Romanick | 2011-09-19 | 1 | -2/+1 |
* | mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines | Brian Paul | 2011-03-11 | 1 | -0/+39 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | mesa: new _mesa_set_vp_override() function for driver-override of vertex program | Brian Paul | 2008-10-10 | 1 | -6/+11 |
* | mesa: replace GLuint with GLbitfield to be clearer about usage | Brian Paul | 2008-10-07 | 1 | -1/+1 |
* | mesa: avoid generating constant vertex attributes in fixedfunc programs | Keith Whitwell | 2008-10-03 | 1 | -0/+3 |
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-06-09 | 1 | -10/+2 |
* | Merge texmem-0-3-branch. | Keith Whitwell | 2006-11-01 | 1 | -0/+6 |
* | clean up code related to dispatch table initialization | Brian Paul | 2004-11-27 | 1 | -6/+3 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -9/+4 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -1/+3 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -4/+4 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -4/+1 |
* | implemented new ImageTransferState bitmask | Brian Paul | 2000-08-21 | 1 | -8/+10 |
* | changed allocation/initialization of API dispatch tables | Brian Paul | 2000-05-24 | 1 | -1/+8 |
* | functions from context.c | Brian Paul | 2000-02-02 | 1 | -0/+44 |