summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-10-31updated for PBOsBrian Paul1-4/+57
2004-04-22New glTexImage code.Brian Paul1-49/+47
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-1/+1
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-10/+10
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+35
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul1-1/+73
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-5/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-36/+36
2001-02-27fixed glitches in error checking of imaging extensionsBrian Paul1-11/+11
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul1-6/+6
2001-01-30added packed types to glGetMinMax and glGetHistogram error checksBrian Paul1-4/+28
2000-12-26Major rework of tnl moduleKeith Whitwell1-13/+37
2000-12-13fixed conformance problems in min/max and histogram result packingBrian Paul1-139/+331
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul1-44/+11
2000-11-10replaced _NEW_IMAGING with _NEW_PIXELBrian Paul1-5/+5
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul1-0/+828