| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 4 | -22/+22 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -68/+0 |
* | tnl: fix MSVC signed/unsigned warnings | Brian Paul | 2012-11-06 | 1 | -1/+2 |
* | mesa: Fix comments for NV_vp code that's now only used by other extensions. | Eric Anholt | 2012-10-15 | 1 | -1/+1 |
* | mesa: Remove miscellaneous remains of NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -32/+0 |
* | mesa: Remove support for NV_vertex_program's tracked matrices. | Eric Anholt | 2012-10-15 | 2 | -10/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -2/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 5 | -7/+7 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 8 | -11/+11 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 5 | -5/+5 |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 3 | -4/+4 |
* | tnl: use INTERP_4F() instead of four INTERP_F() calls | Brian Paul | 2012-08-29 | 1 | -4/+1 |