summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/readpix.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()Anuj Phogat2015-07-241-1/+2
* mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()Anuj Phogat2015-07-241-0/+4
* mesa: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat2015-07-241-0/+6
* mesa: Turn need_rgb_to_luminance_conversion() in to a global functionAnuj Phogat2015-06-151-0/+3
* 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: add common format-independent memcpy-based ReadPixels pathMarek Olšák2013-03-231-0/+4
* mesa: remove unused _mesa_error_check_format_type() functionBrian Paul2012-02-071-4/+0
* mesa: move swrast ReadPixels code into core MesaBrian Paul2011-11-151-0/+9
* Squashed commit of the following:Brian Paul2011-04-261-0/+4
* mesa: Clean up header file inclusion in readpix.h.Vinson Lee2010-11-201-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-09-211-0/+42