Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-15 | gallium: Fix segfault and valgrind error introduced with commit ↵ | Thomas Hellstrom | |
3f2e006b759705abd7c409d30f9aeb1f2a75b83f Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-06-11 | gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines. | José Fonseca | |
2009-06-10 | gallium: Shorthand functions for computing stride and sizes for a rect. | José Fonseca | |
2009-03-31 | gallium: Move pf_is_depth_stencil to p_format.h. | José Fonseca | |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-12-15 | gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition. | Michal Krol | |
2008-12-12 | gallium: fixes for srgb, new srgb formats | Roland Scheidegger | |
add some more srgb texture formats, including compressed ones various fixes relating to srgb formats issues: the util code for generating mipmaps will not handle srgb formats correctly (would need to use a linear->srgb conversion shader) | |||
2008-09-05 | gallium: New pf_has_alpha utility function. | José Fonseca | |
2008-08-09 | gallium: Invert include order. | José Fonseca | |
2008-08-07 | gallium: Simplify format->name conversion. | José Fonseca | |
2008-07-18 | gallium: Add a pf_is_ycbcr utility function. | José Fonseca | |
2008-07-16 | gallium: Add pf_is_compressed utility function. | José Fonseca | |
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | |
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | |||
2008-06-26 | gallium: Describe pixel block. | José Fonseca | |
Chars-per-pixel paradigm is not enough to represent compressed and yuv pixel formats. | |||
2008-06-23 | gallium: added support for fixed-point formats, drawing | Brian Paul | |
2008-06-18 | gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition. | Michal Krol | |
2008-06-17 | gallium: Add facilities for mixed pipe formats. | Michal Krol | |
2008-06-13 | gallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition. | Michal Krol | |
Whoops! | |||
2008-06-13 | gallium: Add PIPE_FORMAT_A2B10G10R10_UNORM. | Michal Krol | |
2008-06-13 | gallium: Allow pipe format component sizes to be specified | Michal Krol | |
with finer granularity. This will allow us to define A2R10G10B10 format. | |||
2008-06-12 | gallium: Support L16 pixel format. | José Fonseca | |
2008-05-19 | gallium: Additional formats for bump mapping. | José Fonseca | |
2008-05-17 | gallium: remove deprecated format names | Brian Paul | |
2008-04-30 | gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I8_UNORM, etc. | Brian Paul | |
Now all the packed color types are consistantly named. Added temporary #defines for the old names until all drivers are updated. | |||
2008-04-29 | gallium: add debug_print_format() make it easier to print format error messages | Keith Whitwell | |
2008-04-24 | gallium: Make sure the size of non-existent storage components is set to 0. | Michel Dänzer | |
Before adding support for formats with unused storage components, the size of components swizzled to 0 or 1 was ignored, so this didn't matter. | |||
2008-04-24 | gallium: Initial support for pixel formats with unused storage components. | Michel Dänzer | |
Also clarify that RGB formats with no (used) alpha component are treated as having alpha = 1.0. | |||
2008-04-15 | gallium: Don't assume snprintf are always available. | José Fonseca | |
2008-04-01 | gallium: Compute YCBCR bit depth. | José Fonseca | |
2008-03-21 | gallium: added DXT formats (preliminary, will probably change) | Brian Paul | |
2008-03-21 | gallium: PIPE_FORMAT_TYPE_ comments | Brian Paul | |
2008-03-21 | gallium: added sRGB formats | Brian Paul | |
2008-03-21 | gallium: additional comments, fix typos, etc | Brian Paul | |
2008-02-27 | gallium: Remove // comments. | José Fonseca | |
2008-02-25 | Make the pipe headers C++ friendly. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |