| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | replaced _NEW_IMAGING with _NEW_PIXEL | Brian Paul | 2000-11-10 | 1 | -4/+4 |
* | minor changes to silence compiler warnings | Brian Paul | 2000-11-10 | 1 | -1/+2 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -2/+1 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -1/+17 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -1/+2 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -3/+3 |
* | GetConvolution/SeparableFilter() now finished | Brian Paul | 2000-09-05 | 1 | -12/+51 |
* | moved convolution API functions to convolve.c | Brian Paul | 2000-08-23 | 1 | -1/+785 |
* | finished separable filter functions | Brian Paul | 2000-08-22 | 1 | -80/+86 |
* | more convolution work, not done | Brian Paul | 2000-08-21 | 1 | -228/+363 |
* | first bits of convolution code | Brian Paul | 2000-07-12 | 1 | -0/+416 |