| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: trim down some #includes | Brian Paul | 2014-09-10 | 1 | -3/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -20/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -16/+12 |
* | mesa: remove never-defined FEATURE_histogram conditional. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -2/+24 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-09-24 | 1 | -2/+0 |
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 1 | -962/+9 |
* | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt | 2010-09-23 | 1 | -10/+10 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | Merge branch 'mesa_7_6_branch' | Ian Romanick | 2009-11-06 | 1 | -1/+1 |
|\ |
|
| * | mesa: added cast to silence warning | Brian Paul | 2009-11-04 | 1 | -1/+1 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-11-04 | 1 | -3/+4 |
|\| |
|
| * | mesa: fix broken pack_histogram() case for GLhalf | Brian Paul | 2009-11-04 | 1 | -3/+4 |
* | | mesa/main: Make FEATURE_histogram follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -10/+35 |
|/ |
|
* | mesa: use new combined PBO validate/map helpers | Brian Paul | 2009-09-03 | 1 | -26/+8 |
* | mesa: use new _mesa_map_pbo_source/dest() functions in more places | Brian Paul | 2009-09-03 | 1 | -45/+22 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -4/+4 |
* | mesa: minor state-update changes in histogram code | Brian Paul | 2009-04-22 | 1 | -5/+2 |
* | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul | 2009-04-03 | 1 | -1/+1 |
* | mesa: add new signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -1/+1 |
* | mesa: new _mesa_is_pow_two() function | Brian | 2008-11-10 | 1 | -1/+1 |
* | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul | 2008-09-21 | 1 | -65/+0 |
* | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul | 2006-10-13 | 1 | -2/+2 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | updated for PBOs | Brian Paul | 2004-10-31 | 1 | -4/+57 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -49/+47 |
* | rename some span pack/unpack functions for better uniformity | Brian Paul | 2004-02-28 | 1 | -1/+1 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -10/+10 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -0/+35 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | 2003-03-25 | 1 | -1/+73 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -36/+36 |
* | fixed glitches in error checking of imaging extensions | Brian Paul | 2001-02-27 | 1 | -11/+11 |
* | Changed FetchTexel() function pointer arguments. | Brian Paul | 2001-02-17 | 1 | -6/+6 |
* | added packed types to glGetMinMax and glGetHistogram error checks | Brian Paul | 2001-01-30 | 1 | -4/+28 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -13/+37 |
* | fixed conformance problems in min/max and histogram result packing | Brian Paul | 2000-12-13 | 1 | -139/+331 |
* | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul | 2000-12-10 | 1 | -44/+11 |
* | replaced _NEW_IMAGING with _NEW_PIXEL | Brian Paul | 2000-11-10 | 1 | -5/+5 |
* | renamed imaging files to histogram since that's what's inside | Brian Paul | 2000-11-10 | 1 | -0/+828 |