| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/vbo: add support for 64-bit vertex attributes. (v1) | Dave Airlie | 2015-05-08 | 1 | -0/+17 |
* | Fix invalid extern "C" around header inclusion. | Mark Janes | 2015-03-05 | 1 | -0/+8 |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 1 | -7/+7 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -3/+3 |
* | mesa: fix crash in st/mesa after deleting a VAO | Marek Olšák | 2014-07-11 | 1 | -18/+4 |
* | mesa: Rename gl_context::swtnl_im to vbo_context; use proper type. | Kenneth Graunke | 2013-09-03 | 1 | -1/+1 |
* | 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 #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 1 | -0/+43 |
* | mesa: Remove support for NV_vertex_program's special attributes aliasing | Eric Anholt | 2012-10-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_dlist define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: add gl_context::NewDriverState and use it for vertex arrays | Marek Olšák | 2012-05-08 | 1 | -1/+1 |
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_context | Marek Olšák | 2012-05-08 | 1 | -0/+15 |
* | vbo: move vbo_draw_method into vbo_context.h | Marek Olšák | 2012-05-08 | 1 | -0/+35 |
* | vbo: remove vbo_context::mat_currval | Marek Olšák | 2012-04-19 | 1 | -4/+0 |
* | vbo: remove vbo_context::generic_currval | Marek Olšák | 2012-04-19 | 1 | -1/+0 |
* | vbo: remove vbo_context::legacy_currval | Marek Olšák | 2012-04-19 | 1 | -2/+1 |
* | vbo: remove unused variables in vbo_context | Marek Olšák | 2012-04-19 | 1 | -4/+0 |
* | vbo: add comment for map_vp_non[] array | Brian Paul | 2011-12-16 | 1 | -0/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | vbo: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa/es: Remove omit list. | Chia-I Wu | 2010-05-12 | 1 | -2/+0 |
* | vbo: s/32/VERT_ATTRIB_MAX/ | Brian Paul | 2009-05-22 | 1 | -2/+2 |
* | vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program | Brian Paul | 2009-05-21 | 1 | -0/+2 |
* | vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint | Brian Paul | 2009-05-21 | 1 | -6/+6 |
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell | 2008-09-21 | 1 | -1/+5 |
* | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | 2007-02-22 | 1 | -2/+2 |
* | Hook in split functionality | keithw | 2007-01-15 | 1 | -7/+1 |
* | move public structure definitions to vbo.h | Keith Whitwell | 2006-10-31 | 1 | -0/+1 |
* | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 1 | -3/+11 |
* | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -3/+0 |
* | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -0/+7 |
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+101 |