summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-04mesa: added cast to silence warningBrian Paul1-1/+1
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul1-3/+4
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul1-26/+8
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul1-45/+22
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-4/+4
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul1-5/+2
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul1-1/+1
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-1/+1
2008-11-10mesa: new _mesa_is_pow_two() functionBrian1-1/+1
2008-09-21mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul1-65/+0
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-2/+2
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