| Commit message (Expand) | Author | Age | Files | Lines |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | gallium: include u_surface.h instead of u_rect.h | Brian Paul | 2013-09-30 | 1 | -1/+1 |
* | util: silence MSVC double->float conversion warnings | Brian Paul | 2013-01-25 | 1 | -2/+2 |
* | util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOAT | Brian Paul | 2013-01-04 | 1 | -1/+1 |
* | util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINT | Brian Paul | 2013-01-04 | 1 | -0/+36 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -69/+36 |
* | gallium/util: implement tile code for PIPE_FORMAT_Z32_FLOAT | Brian Paul | 2012-08-27 | 1 | -0/+36 |
* | gallium/util: fix argument cast in x32_s8_get_tile_rgba() call | Brian Paul | 2012-01-04 | 1 | -1/+1 |
* | softpipe: remove the 32bits limitation on depth(-stencil) formats | Morgan Armand | 2012-01-03 | 1 | -0/+28 |
* | gallium: rename ZS stencil type to UINT (v2) | Dave Airlie | 2011-10-11 | 1 | -18/+18 |
* | gallium: add initial pure integer support (v2) | Dave Airlie | 2011-10-08 | 1 | -0/+138 |
* | gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgba | Marek Olšák | 2011-07-10 | 1 | -0/+35 |
* | gallium/util: added pipe_put_tile_rgba_format() | Brian Paul | 2011-01-22 | 1 | -1/+11 |
* | gallium/util: simplify pipe_get_tile_rgba() | Brian Paul | 2011-01-22 | 1 | -20/+1 |
* | gallium/softpipe: replace pipe_get_tile_swizzle() | Brian Paul | 2011-01-22 | 1 | -43/+5 |
* | gallium/util: add S8 tile sampling support. | Dave Airlie | 2010-10-13 | 1 | -0/+27 |
* | gallium/format: add support for X24S8 and S8X24 formats. | Dave Airlie | 2010-10-13 | 1 | -0/+57 |
* | gallium/util: convert //-style comments | Brian Paul | 2010-04-28 | 1 | -2/+2 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -16/+16 |
* | util: Remove u_tile.c YCbCr's. | José Fonseca | 2010-04-07 | 1 | -94/+0 |
* | util: Respect destination stride in pipe_get_tile_swizzle(). | Michal Krol | 2010-04-06 | 1 | -10/+16 |
* | util: Remove the hand written SRGB format support code. | José Fonseca | 2010-04-06 | 1 | -197/+0 |
* | util: Remove the hand written u_tile.c functions for the ones that are code g... | José Fonseca | 2010-03-31 | 1 | -783/+0 |
* | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 1 | -10/+10 |
* | Add format B5G5R5X1 | Alan Hourihane | 2010-03-18 | 1 | -0/+55 |
* | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 1 | -22/+25 |
|\ |
|
| * | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -12/+14 |
| * | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -12/+12 |
* | | gallium: pipe_get_tile_swizzle() accepts format parameter. | Michal Krol | 2010-03-10 | 1 | -1/+21 |
* | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 1 | -52/+52 |
|\| |
|
| * | util: Rename pipe formats. | José Fonseca | 2010-03-01 | 1 | -52/+52 |
| * | util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | 2010-03-01 | 1 | -3/+3 |
* | | util: Add pipe_get_tile_swizzle(). | Michal Krol | 2010-03-02 | 1 | -0/+42 |
|/ |
|
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 1 | -1/+1 |
|\ |
|
| * | gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba() | Brian Paul | 2010-01-22 | 1 | -1/+1 |
* | | util: Handle the remaining formats in pipe_put_tile_rgba(). | Michal Krol | 2010-01-15 | 1 | -1/+4 |
* | | util: Handle the remaining format cases in pipe_tile_raw_to_rgba(). | Michal Krol | 2010-01-06 | 1 | -23/+4 |
* | | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol | 2009-12-17 | 1 | -4/+5 |
* | | util/tile: Support R8G8B8A8_UNORM format. | Michal Krol | 2009-12-07 | 1 | -3/+53 |
* | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -12/+17 |
|/ |
|
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer | 2009-10-02 | 1 | -2/+2 |
* | gallium: added r8g8b8_get/put_tile_rgba() | Brian Paul | 2009-09-08 | 1 | -1/+53 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-27 | 1 | -0/+196 |
|\ |
|
| * | gallium/util: added support for SRGB formats | Brian Paul | 2009-08-27 | 1 | -0/+196 |
* | | gallium: rename copy/fill_rect utility functions | Brian Paul | 2009-08-19 | 1 | -2/+2 |
|/ |
|
* | util: fix typo. | José Fonseca | 2009-07-26 | 1 | -1/+1 |
* | gallium: Fixes for clobbering stencil values in combined depth/stencil textures. | Michel Dänzer | 2009-07-07 | 1 | -1/+27 |
* | util: Unsaved change missing from last commit. | José Fonseca | 2009-06-02 | 1 | -1/+1 |
* | util: Support Z24S8/Z24X8 -> unsigned conversion. | José Fonseca | 2009-06-02 | 1 | -0/+15 |