summaryrefslogtreecommitdiff
path: root/src/mesa/main/histogram.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-10mesa: trim down some #includesBrian Paul1-3/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-20/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-16/+12
2012-09-15mesa: remove never-defined FEATURE_histogram conditional.Oliver McFadden1-4/+0
2011-04-26Squashed commit of the following:Brian Paul1-2/+24
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-09-24mesa: Remove unnecessary headers.Vinson Lee1-2/+0
2010-09-23mesa: Remove EXT_histogram.Eric Anholt1-962/+9
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt1-10/+10
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick1-1/+1
2009-11-04mesa: added cast to silence warningBrian Paul1-1/+1
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-3/+4
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul1-3/+4
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu1-10/+35
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