Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / histogram.c
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-09 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian Paulupdated for PBOs
2004-04-22 Brian PaulNew glTexImage code.
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulfixed glitches in error checking of imaging extensions
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-01-30 Brian Pauladded packed types to glGetMinMax and glGetHistogram...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-13 Brian Paulfixed conformance problems in min/max and histogram...
2000-12-10 Brian Paulgenerate GL_INVALID_OPERATION error for bad image forma...
2000-11-10 Brian Paulreplaced _NEW_IMAGING with _NEW_PIXEL
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...