aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_format.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+10
* gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+6
* gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-131-0/+1
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+3
* gallium: Remove unnecessary header from p_format.h.Vinson Lee2010-08-271-2/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-18/+0
* gallium: Add a couple more of D3D9 formats forgotten earlier.José Fonseca2010-04-081-0/+2
* gallium: Add missing D3D9 color formats.José Fonseca2010-04-081-0/+7
* gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger2010-03-291-4/+4
* gallium: add new texture formatsRoland Scheidegger2010-03-291-108/+128
* Add format B5G5R5X1Alan Hourihane2010-03-181-0/+1
* gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-031-1/+0
* gallium: Standardize on the LSB->MSB notation.José Fonseca2010-03-011-27/+27
* gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-1/+0
* gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca2010-03-011-0/+2
* gallium: Remove inexisting formats.José Fonseca2010-03-011-4/+0
* gallium: Remove previously forgotten pf_name() prototype.José Fonseca2010-02-141-5/+0
* gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-011-4/+0
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-134/+0
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-27/+110
|\
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-71/+52
* | gallium: Make pipe_format a sequential enum.Michal Krol2009-12-081-294/+113
* | Remove remaining pipe format utility functions.Michal Krol2009-12-081-18/+0
* | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-5/+0
* | gallium: Remove pf_mixed_*().Michal Krol2009-12-031-11/+0
* | gallium: Remove pf_rev().Michal Krol2009-12-031-5/+0
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-27/+0
* | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-36/+0
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-39/+0
* | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-7/+0
* | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-14/+0
* | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-6/+0
* | gallium: Remove unused format functions.Michal Krol2009-12-031-38/+0
|/
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+18
* gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom2009-06-151-1/+5
* gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca2009-06-111-1/+11
* gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca2009-06-101-0/+12
* gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca2009-03-311-0/+7
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+2
* gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol2008-12-151-1/+1
* gallium: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-8/+27
* gallium: New pf_has_alpha utility function.José Fonseca2008-09-051-0/+29
* gallium: Invert include order.José Fonseca2008-08-091-2/+2
* gallium: Simplify format->name conversion.José Fonseca2008-08-071-1/+1
* gallium: Add a pf_is_ycbcr utility function.José Fonseca2008-07-181-9/+7
* gallium: Add pf_is_compressed utility function.José Fonseca2008-07-161-20/+11
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-0/+41
* gallium: Describe pixel block.José Fonseca2008-06-261-0/+56
* gallium: added support for fixed-point formats, drawingBrian Paul2008-06-231-0/+5
* gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.Michal Krol2008-06-181-1/+0