| Commit message (Expand) | Author | Age | Files | Lines |
* | tnl: remove unneeded #include "util/simple_list.h" | Brian Paul | 2016-11-20 | 2 | -2/+0 |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -2/+2 |
* | mesa: rename gl_client_array -> gl_vertex_array | Brian Paul | 2016-10-28 | 2 | -7/+7 |
* | r200/glsl/st/mesa: use common outputs written field | Timothy Arceri | 2016-10-26 | 2 | -4/+6 |
* | r200/i915/st/mesa/compiler: use common inputs read field | Timothy Arceri | 2016-10-26 | 2 | -4/+4 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 1 | -4/+4 |
* | mesa/i965/i915/r200: eliminate gl_vertex_program | Timothy Arceri | 2016-10-26 | 3 | -16/+16 |
* | mesa: Use bitmask/ffs to iterate enabled clip planes. | Mathias Fröhlich | 2016-06-16 | 4 | -89/+87 |
* | mesa: Use bitmask/ffs to iterate color material attributes. | Mathias Fröhlich | 2016-06-16 | 1 | -4/+6 |
* | tnl: Use bitmask/ffs to iterate enabled lights | Mathias Fröhlich | 2016-06-16 | 2 | -8/+21 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -6/+0 |
* | tnl: remove t_rasterpos.c | Brian Paul | 2015-10-22 | 1 | -478/+0 |
* | tnl: add some comments in render_line_loop code | Brian Paul | 2015-10-20 | 1 | -2/+3 |
* | glsl: move half<->float convertion to util | Rob Clark | 2015-10-16 | 1 | -0/+1 |
* | vbo: pass the stream from DrawTransformFeedbackStream to drivers | Marek Olšák | 2015-08-06 | 2 | -1/+3 |
* | tnl: Avoid double promotion. | Matt Turner | 2015-07-29 | 7 | -30/+28 |
* | mesa: Use floats for viewport bounds. | Matt Turner | 2015-07-29 | 2 | -2/+2 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 3 | -3/+3 |
* | tnl: Include simple_list.h explicitly in t_context.c. | Francisco Jerez | 2015-06-09 | 1 | -0/+1 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -1/+1 |
* | tnl: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 3 | -6/+6 |
* | tnl: Maintain the _WindowMap matrix in TNLcontext v2. | Mathias Froehlich | 2015-04-05 | 3 | -7/+19 |
* | tnl: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 11 | -11/+1 |
* | mesa/x86: missing stdio inclusions | Mark Janes | 2015-03-05 | 1 | -0/+2 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 3 | -0/+4 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 3 | -4/+4 |
* | mesa: remove powf macro | Brian Paul | 2015-02-24 | 2 | -1/+2 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 2 | -3/+4 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 1 | -1/+2 |
* | mesa: Move START/END_FAST_MATH macros to their only use. | Matt Turner | 2015-02-23 | 1 | -0/+78 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 5 | -20/+20 |
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 4 | -4/+4 |
* | mesa: Replace IS_NEGATIVE(x) with x < 0.0f. | Matt Turner | 2014-09-25 | 1 | -5/+5 |
* | mesa: Drop _mesa_getenv() wrapper. | Matt Turner | 2014-09-24 | 1 | -1/+1 |
* | mesa: add missing null checks in _tnl_register_fastpath() | Juha-Pekka Heikkila | 2014-05-02 | 1 | -2/+12 |
* | tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims(). | Iago Toral Quiroga | 2014-04-08 | 3 | -33/+12 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -9/+12 |
* | mesa: Convert gl_context::Viewport to gl_context::ViewportArray | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -8/+8 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 20 | -30/+30 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -2/+2 |
* | mesa: modified _mesa_align_free() to accept NULL pointer | Siavash Eliasi | 2013-12-04 | 1 | -4/+2 |
* | mesa: add indirect drawing buffer parameter to draw functions | Christoph Bumiller | 2013-11-25 | 2 | -2/+4 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 21 | -21/+0 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 1 | -2/+2 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 19 | -61/+78 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 19 | -19/+19 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 19 | -19/+19 |
* | mesa: remove DD_TRI_LIGHT_TWOSIDE flag | Brian Paul | 2013-04-17 | 1 | -6/+6 |
* | mesa: remove DD_TRI_UNFILLED flag | Brian Paul | 2013-04-17 | 1 | -3/+8 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+3 |