| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -1/+3 |
* | Remove _mesa_inv_sqrtf in favor of 1/SQRTF | Matt Turner | 2012-07-21 | 2 | -3/+3 |
* | Use INV_SQRT instead of 1/SQRTF | Matt Turner | 2012-07-21 | 1 | -1/+1 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 1 | -2/+2 |
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_context | Marek Olšák | 2012-05-08 | 2 | -2/+2 |
* | tnl: stop using _DD_NEW_x flags | Brian Paul | 2012-03-12 | 1 | -1/+2 |
* | tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._Enabled | Yuanhan Liu | 2012-03-05 | 1 | -2/+1 |
* | mesa: Push the shine table into the tnl module. | Mathias Fröhlich | 2012-02-29 | 5 | -9/+179 |
* | mesa: Avoid revalidating shine tables in _tnl_RasterPos. | Mathias Fröhlich | 2012-02-29 | 1 | -2/+0 |
* | mesa: Avoid using the shine table for _tnl_RasterPos | Mathias Fröhlich | 2012-02-29 | 1 | -1/+5 |
* | mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline function | Brian Paul | 2012-02-10 | 2 | -22/+8 |
* | mesa: remove gl_light::_SpotExpTable field | Brian Paul | 2012-02-10 | 2 | -12/+3 |
* | tnl: remove ctx->Driver.Map/UnmapTexture() calls | Brian Paul | 2012-01-24 | 1 | -8/+2 |
* | vbo: introduce vbo_get_minmax_indices function | Yuanhan Liu | 2012-01-12 | 1 | -1/+1 |
* | vbo: introduce vbo_sizeof_ib_type() function | Yuanhan Liu | 2011-12-30 | 1 | -18/+2 |
* | mesa: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 2 | -24/+10 |
* | mesa: Convert RENDERINPUTS* macros to GLbitfield64. | Mathias Fröhlich | 2011-12-28 | 1 | -12/+14 |
* | mesa: remove leftovers from color indexed rendering. | Mathias Fröhlich | 2011-12-26 | 1 | -6/+1 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 2 | -2/+4 |
* | mesa: Renumber the tnl attributes to match VERT_ATTRIB*. | Mathias Fröhlich | 2011-12-02 | 1 | -29/+29 |
* | tnl: s/INLINE/inline/ | Brian Paul | 2011-11-30 | 2 | -4/+4 |
* | mesa: Make gl_program::InputsRead 64 bits. | Mathias Fröhlich | 2011-11-29 | 1 | -1/+1 |
* | mesa: add swrast_texture_image::Buffer | Brian Paul | 2011-10-23 | 2 | -1/+2 |