summaryrefslogtreecommitdiff
path: root/src/mesa/main/format_unpack.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-01mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT...Anuj Phogat1-0/+5
2014-05-01mesa: Add new helper function _mesa_unpack_depth_stencil_row()Anuj Phogat1-1/+4
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-8/+8
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
2012-12-07mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat1-0/+3
2012-01-09mesa: add _mesa_unpack_ubyte_rgba_row() functionBrian Paul1-0/+3
2012-01-09mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul1-2/+2
2012-01-07mesa: remove unused _mesa_unpack_uint_rgba_row() prototypeBrian Paul1-5/+0
2011-11-09mesa: Add support for unpacking 32-bit integer formats to int spans.Eric Anholt1-0/+8
2011-11-03swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt1-0/+4
2011-11-03swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt1-0/+4
2011-09-08mesa: add new pixel format unpacking codeBrian Paul1-0/+49