summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-2/+0
* 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-3/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-1/+23
* mesa: remove FEATURE_pixel_transfer define.Oliver McFadden2012-09-151-23/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-2/+2
* meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul2011-09-301-0/+9
* mesa: Clean up header file inclusion in pixel.h.Vinson Lee2010-11-101-1/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu2009-09-241-30/+17
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-42/+0
* mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-09-211-7/+8
* mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-09-211-7/+0
* Consolidate, move, fix code related to color index and stencil image transferBrian Paul2006-10-131-18/+0
* Revamp color table code.Brian Paul2006-10-131-2/+2
* remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul2006-10-121-8/+2
* _mesa_map_ci_to_rgba_chan() no longer usedBrian Paul2006-10-121-8/+2
* added _mesa_scale_and_bias_depth()Brian Paul2005-09-281-2/+7
* Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul2004-10-311-2/+2
* minor doxygen updatesBrian Paul2004-05-141-1/+1
* move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul2004-02-281-4/+8
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+12
* Fix glPixelMap: s/GLint/GLsizei/Brian Paul2003-08-191-5/+5
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-7/+17
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-1/+6
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-3/+6
* Committing in .Jouk Jansen2000-11-221-6/+6
* More GLchan color channel changes.Brian Paul2000-10-291-6/+6
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-121-41/+28
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-5/+10
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-13/+28
* added a few more scale/bias/lookup functions (for future use)Brian Paul1999-10-301-1/+14
* Initial revisionjtg1999-08-191-0/+111