| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -22/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -15/+15 |
* | mesa: remove FEATURE_convolve define. | Oliver McFadden | 2012-09-15 | 1 | -5/+0 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -4/+27 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-09-24 | 1 | -3/+0 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -1292/+15 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa: Remove unnecessary header from convolve.c. | Vinson Lee | 2010-01-18 | 1 | -1/+0 |
* | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu | 2009-09-24 | 1 | -11/+37 |
* | mesa: move readbuffer tests | Brian Paul | 2009-09-19 | 1 | -0/+8 |
* | mesa: fix typos in separable filter functions | Brian Paul | 2009-09-03 | 1 | -4/+4 |
* | mesa: use new combined PBO validate/map helpers in convolution/filter funcs | Brian Paul | 2009-09-03 | 1 | -66/+23 |
* | mesa: use new combined PBO validate/map helpers | Brian Paul | 2009-09-03 | 1 | -43/+15 |
* | mesa: use new _mesa_map_pbo_source/dest() functions in more places | Brian Paul | 2009-09-03 | 1 | -65/+35 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -10/+10 |
* | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul | 2006-10-13 | 1 | -17/+18 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -18/+17 |
* | indentation fix | Brian Paul | 2004-10-31 | 1 | -4/+4 |
* | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul | 2004-10-31 | 1 | -79/+41 |
* | PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. | Brian Paul | 2004-10-31 | 1 | -52/+206 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -5/+5 |
* | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul | 2004-02-28 | 1 | -6/+6 |
* | rename some span pack/unpack functions for better uniformity | Brian Paul | 2004-02-28 | 1 | -7/+7 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -14/+5 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -13/+13 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -6/+2 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -2/+1 |
* | fix Intel C compiler warnings (Gerk Huisma) | Brian Paul | 2002-03-19 | 1 | -8/+8 |
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -3/+13 |
* | fixed loop bug in _mesa_ConvolutionFilter2D() | Brian Paul | 2001-05-09 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -41/+6 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -4/+3 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -51/+51 |
* | added _mesa_adjust_image_for_convolution() | Brian Paul | 2001-02-06 | 1 | -2/+33 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -2/+2 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -20/+14 |
* | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul | 2000-12-10 | 1 | -11/+30 |
* | More auto* build system updates | Jon Taylor | 2000-11-23 | 1 | -1/+2 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -3/+3 |
* | call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter | Brian Paul | 2000-11-21 | 1 | -1/+9 |
* | added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes | Brian Paul | 2000-11-21 | 1 | -6/+9 |