summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat2012-12-071-0/+3
* mesa: add _mesa_unpack_ubyte_rgba_row() functionBrian Paul2012-01-091-0/+3
* mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul2012-01-091-2/+2
* mesa: remove unused _mesa_unpack_uint_rgba_row() prototypeBrian Paul2012-01-071-5/+0
* mesa: Add support for unpacking 32-bit integer formats to int spans.Eric Anholt2011-11-091-0/+8
* swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt2011-11-031-0/+4
* swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt2011-11-031-0/+4
* mesa: add new pixel format unpacking codeBrian Paul2011-09-081-0/+49