summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_format.h
AgeCommit message (Expand)Author
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08gallium: Add a couple more of D3D9 formats forgotten earlier.José Fonseca
2010-04-08gallium: Add missing D3D9 color formats.José Fonseca
2010-03-29gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger
2010-03-29gallium: add new texture formatsRoland Scheidegger
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-03gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca
2010-03-01gallium: Standardize on the LSB->MSB notation.José Fonseca
2010-03-01gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca
2010-03-01gallium: Remove inexisting formats.José Fonseca
2010-02-14gallium: Remove previously forgotten pf_name() prototype.José Fonseca
2010-02-01gallium: Remove unnecessary includes. Add others to compensate.José Fonseca
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-08gallium: Make pipe_format a sequential enum.Michal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol
2009-12-03gallium: Remove pf_mixed_*().Michal Krol
2009-12-03gallium: Remove pf_rev().Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-12-03gallium: Remove unused format functions.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom
2009-06-11gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca
2009-06-10gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca
2009-03-31gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca
2009-02-18util: Move p_debug.h into util module.José Fonseca
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol
2008-12-12gallium: fixes for srgb, new srgb formatsRoland Scheidegger
2008-09-05gallium: New pf_has_alpha utility function.José Fonseca
2008-08-09gallium: Invert include order.José Fonseca
2008-08-07gallium: Simplify format->name conversion.José Fonseca
2008-07-18gallium: Add a pf_is_ycbcr utility function.José Fonseca
2008-07-16gallium: Add pf_is_compressed utility function.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-26gallium: Describe pixel block.José Fonseca
2008-06-23gallium: added support for fixed-point formats, drawingBrian Paul