summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-09-24mesa: Remove unnecessary headers.Vinson Lee
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick
2009-11-04mesa: added cast to silence warningBrian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-03mesa: use new combined PBO validate/map helpersBrian Paul
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-09-21mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31updated for PBOsBrian Paul
2004-04-22New glTexImage code.Brian Paul
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27fixed glitches in error checking of imaging extensionsBrian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-01-30added packed types to glGetMinMax and glGetHistogram error checksBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-13fixed conformance problems in min/max and histogram result packingBrian Paul
2000-12-10generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul
2000-11-10replaced _NEW_IMAGING with _NEW_PIXELBrian Paul
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul