| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove useless check in _mesa_update_pixel() | Samuel Pitoiset | 2017-06-07 | 1 | -1/+1 |
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 1 | -2/+0 |
* | 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 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -3/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -1/+23 |
* | mesa: remove FEATURE_pixel_transfer define. | Oliver McFadden | 2012-09-15 | 1 | -23/+0 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | meta: fix GetTexImage() for luminance, l/a, intensity formats | Brian Paul | 2011-09-30 | 1 | -0/+9 |
* | mesa: Clean up header file inclusion in pixel.h. | Vinson Lee | 2010-11-10 | 1 | -1/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa/main: Make FEATURE_pixel_transfer follow feature conventions. | Chia-I Wu | 2009-09-24 | 1 | -30/+17 |
* | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-09-23 | 1 | -42/+0 |
* | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | 2008-09-21 | 1 | -7/+8 |
* | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | 2008-09-21 | 1 | -7/+0 |
* | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul | 2006-10-13 | 1 | -18/+0 |
* | Revamp color table code. | Brian Paul | 2006-10-13 | 1 | -2/+2 |
* | remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba() | Brian Paul | 2006-10-12 | 1 | -8/+2 |
* | _mesa_map_ci_to_rgba_chan() no longer used | Brian Paul | 2006-10-12 | 1 | -8/+2 |
* | added _mesa_scale_and_bias_depth() | Brian Paul | 2005-09-28 | 1 | -2/+7 |
* | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul | 2004-10-31 | 1 | -2/+2 |
* | minor doxygen updates | Brian Paul | 2004-05-14 | 1 | -1/+1 |
* | move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan() | Brian Paul | 2004-02-28 | 1 | -4/+8 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -11/+12 |
* | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul | 2003-08-19 | 1 | -5/+5 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -7/+17 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | improved precision of glReadPixels for colorbuffers < 24bpp | Brian Paul | 2000-12-13 | 1 | -1/+6 |
* | Pass scale and bias values to _mesa_scale_and_bias_rgba(). | Brian Paul | 2000-11-28 | 1 | -3/+6 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -6/+6 |
* | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | 2000-04-12 | 1 | -41/+28 |
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -5/+10 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -13/+28 |
* | added a few more scale/bias/lookup functions (for future use) | Brian Paul | 1999-10-30 | 1 | -1/+14 |
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+111 |