summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/histogram.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down some #includesBrian Paul2014-09-101-3/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-20/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-16/+12
* mesa: remove never-defined FEATURE_histogram conditional.Oliver McFadden2012-09-151-4/+0
* Squashed commit of the following:Brian Paul2011-04-261-2/+24
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-09-241-2/+0
* mesa: Remove EXT_histogram.Eric Anholt2010-09-231-962/+9
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-10/+10
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-1/+1
|\
| * mesa: added cast to silence warningBrian Paul2009-11-041-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-3/+4
|\ \ | |/
| * mesa: fix broken pack_histogram() case for GLhalfBrian Paul2009-11-041-3/+4
* | mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu2009-09-301-10/+35
|/
* mesa: use new combined PBO validate/map helpersBrian Paul2009-09-031-26/+8
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-031-45/+22
* mesa: use _mesa_is_bufferobj()Brian Paul2009-08-121-4/+4
* mesa: minor state-update changes in histogram codeBrian Paul2009-04-221-5/+2
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-1/+1
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-1/+1
* mesa: new _mesa_is_pow_two() functionBrian2008-11-101-1/+1
* mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul2008-09-211-65/+0
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-2/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* updated for PBOsBrian Paul2004-10-311-4/+57
* New glTexImage code.Brian Paul2004-04-221-49/+47
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-281-1/+1
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-10/+10
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+35
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-1/+73
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-5/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-36/+36
* fixed glitches in error checking of imaging extensionsBrian Paul2001-02-271-11/+11
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-6/+6
* added packed types to glGetMinMax and glGetHistogram error checksBrian Paul2001-01-301-4/+28
* Major rework of tnl moduleKeith Whitwell2000-12-261-13/+37
* fixed conformance problems in min/max and histogram result packingBrian Paul2000-12-131-139/+331
* generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul2000-12-101-44/+11
* replaced _NEW_IMAGING with _NEW_PIXELBrian Paul2000-11-101-5/+5
* renamed imaging files to histogram since that's what's insideBrian Paul2000-11-101-0/+828