summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07mesa: remove useless check in _mesa_update_pixel()Samuel Pitoiset1-1/+1
2015-03-02mesa: trim down includes of compiler.hBrian Paul1-2/+0
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-3/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-1/+23
2012-09-15mesa: remove FEATURE_pixel_transfer define.Oliver McFadden1-23/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-09-30meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul1-0/+9
2010-11-10mesa: Clean up header file inclusion in pixel.h.Vinson Lee1-1/+6
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu1-30/+17
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-42/+0
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul1-7/+8
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul1-7/+0
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-18/+0
2006-10-13Revamp color table code.Brian Paul1-2/+2
2006-10-12remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul1-8/+2
2006-10-12_mesa_map_ci_to_rgba_chan() no longer usedBrian Paul1-8/+2
2005-09-28added _mesa_scale_and_bias_depth()Brian Paul1-2/+7
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul1-2/+2
2004-05-14minor doxygen updatesBrian Paul1-1/+1
2004-02-28move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul1-4/+8
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-11/+12
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul1-5/+5
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-7/+17
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2000-12-13improved precision of glReadPixels for colorbuffers < 24bppBrian Paul1-1/+6
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul1-3/+6
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-10-29More GLchan color channel changes.Brian Paul1-6/+6
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul1-41/+28
2000-04-08added GL_SGI_color_matrix extensionBrian Paul1-5/+10
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-13/+28
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul1-1/+14
1999-08-19Initial revisionjtg1-0/+111