Age | Commit message (Expand) | Author |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-01-18 | mesa: Remove unnecessary header from convolve.c. | Vinson Lee |
2009-09-24 | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu |
2009-09-19 | mesa: move readbuffer tests | Brian Paul |
2009-09-03 | mesa: fix typos in separable filter functions | Brian Paul |
2009-09-03 | mesa: use new combined PBO validate/map helpers in convolution/filter funcs | Brian Paul |
2009-09-03 | mesa: use new combined PBO validate/map helpers | Brian Paul |
2009-09-03 | mesa: use new _mesa_map_pbo_source/dest() functions in more places | Brian Paul |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2006-10-13 | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-10-31 | indentation fix | Brian Paul |
2004-10-31 | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul |
2004-10-31 | PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. | Brian Paul |
2004-04-22 | New glTexImage code. | Brian Paul |
2004-02-28 | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul |
2004-02-28 | rename some span pack/unpack functions for better uniformity | Brian Paul |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-03-19 | fix Intel C compiler warnings (Gerk Huisma) | Brian Paul |
2001-09-19 | silence compiler warnings (last batch for src) | Karl Schultz |
2001-05-09 | fixed loop bug in _mesa_ConvolutionFilter2D() | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-06 | added _mesa_adjust_image_for_convolution() | Brian Paul |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-10 | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul |
2000-11-23 | More auto* build system updates | Jon Taylor |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-21 | call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter | Brian Paul |
2000-11-21 | added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes | Brian Paul |
2000-11-10 | replaced _NEW_IMAGING with _NEW_PIXEL | Brian Paul |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-28 | New colormac.h file for color-related macros. | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-09-05 | GetConvolution/SeparableFilter() now finished | Brian Paul |
2000-08-23 | moved convolution API functions to convolve.c | Brian Paul |
2000-08-22 | finished separable filter functions | Brian Paul |
2000-08-21 | more convolution work, not done | Brian Paul |
2000-07-12 | first bits of convolution code | Brian Paul |