summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/p_tile.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: implement a bunch of missing put_tile functionsBrian Paul2008-08-071-26/+137
* gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul2008-08-071-1/+1
* gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul2008-08-061-6/+6
* softpipe: support PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-021-0/+46
* gallium: Fix typo in function name.José Fonseca2008-07-201-2/+2
* gallium: Expose the ability to get a tile outside a surface.José Fonseca2008-07-181-36/+47
* gallium: ycbcr_get_tile_rgba allow reading an uneven number of pixels from yu...José Fonseca2008-07-161-4/+28
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-131-26/+16
* gallium: added a4r4g4b4_put_tile_rgba()Brian Paul2008-07-031-0/+31
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-60/+38
* gallium: tex surface checkpointKeith Whitwell2008-05-011-12/+38
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-12/+12
* gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul2008-04-281-0/+4
* gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-241-0/+52
* gallium: make msvc less unhappyKeith Whitwell2008-04-041-7/+8
* gallium: implement ycbcr->rgba tile conversionBrian2008-04-031-0/+71
* gallium: added pipe_get/put_tile_z() functionsBrian Paul2008-02-291-0/+124
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+699