summaryrefslogtreecommitdiff
path: root/src/mesa/main/readpix.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-24mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()Anuj Phogat1-1/+2
2015-07-24mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()Anuj Phogat1-0/+4
2015-07-24mesa: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat1-0/+6
2015-06-15mesa: Turn need_rgb_to_luminance_conversion() in to a global functionAnuj Phogat1-0/+3
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-03-23mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák1-0/+4
2012-02-07mesa: remove unused _mesa_error_check_format_type() functionBrian Paul1-4/+0
2011-11-15mesa: move swrast ReadPixels code into core MesaBrian Paul1-0/+9
2011-04-26Squashed commit of the following:Brian Paul1-0/+4
2010-11-20mesa: Clean up header file inclusion in readpix.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul1-0/+42