summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: don't include colormac.h in format codeBrian Paul2015-04-011-0/+2
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-041-3/+0
* mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT...Anuj Phogat2014-05-011-0/+5
* mesa: Add new helper function _mesa_unpack_depth_stencil_row()Anuj Phogat2014-05-011-1/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-8/+8
* 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: 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