| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: use internal BO handle for add_buffer and write_reloc | Marek Olšák | 2010-12-03 | 1 | -1/+4 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -24/+25 |
* | r300g: fix texture swizzling with compressed textures on r400-r500 | Marek Olšák | 2010-12-01 | 1 | -7/+10 |
* | r300g: add support for L8A8 colorbuffers | Marek Olšák | 2010-10-02 | 1 | -0/+3 |
* | r300g: add support for R8G8 colorbuffers | Marek Olšák | 2010-10-02 | 1 | -1/+11 |
* | r300g: add support for formats beginning with X, like X8R8G8B8 | Marek Olšák | 2010-09-29 | 1 | -7/+27 |
* | r300g: add support for 3D NPOT textures without mipmapping | Marek Olšák | 2010-09-28 | 1 | -9/+6 |
* | r300g: add new debug options for dumping scissor regs and disabling CBZB clear | Marek Olšák | 2010-09-13 | 1 | -1/+3 |
* | Revert "r300g: refuse to create a texture with size 0" | Marek Olšák | 2010-09-04 | 1 | -12/+0 |
* | r300g: fix blitting between 2D NPOT mipmaps | Marek Olšák | 2010-08-28 | 1 | -18/+25 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -2/+4 |
* | r300g: implement hyper-z support. (v4) | Dave Airlie | 2010-08-05 | 1 | -0/+9 |
* | r300g: implement D24X8 texture sampling for r3xx-r4xx | Marek Olšák | 2010-07-25 | 1 | -3/+7 |
* | r300g: do not use TXPITCH_EN if the width is POT and the height is NPOT | Marek Olšák | 2010-07-25 | 1 | -1/+2 |
* | r300g: cleanup texture creation code | Marek Olšák | 2010-07-25 | 1 | -455/+138 |
* | r300g: reject resources from handles which are not large enough | Marek Olšák | 2010-07-25 | 1 | -3/+15 |
* | r300g: cleanup texture debug logging | Marek Olšák | 2010-07-25 | 1 | -18/+23 |
* | r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped textures | Marek Olšák | 2010-07-25 | 1 | -1/+5 |
* | r300g: rebuild winsys and command submission to support multiple contexts | Marek Olšák | 2010-07-16 | 1 | -11/+11 |
* | r300g: implement fast color clear | Marek Olšák | 2010-07-12 | 1 | -0/+30 |
* | r300g: allow the GTT domain for samplers | Marek Olšák | 2010-07-09 | 1 | -2/+8 |
* | r300g: store/return the stride for winsys_handle in winsys | Marek Olšák | 2010-07-08 | 1 | -10/+6 |
* | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz | 2010-06-28 | 1 | -1/+4 |
|\ |
|
* | | r300g: cleanup buffer_{from, get}_handle | Marek Olšák | 2010-06-20 | 1 | -9/+5 |
* | | r300g: cleanup includes | Marek Olšák | 2010-06-20 | 1 | -7/+10 |
* | | r300g: texture alignment code cleanup + use special alignment for AA textures | Marek Olšák | 2010-06-20 | 1 | -36/+58 |
* | | r300g: Moar MSAA setup. | Corbin Simpson | 2010-06-16 | 1 | -0/+4 |
* | | r300g: Fix indentation. | Corbin Simpson | 2010-06-16 | 1 | -4/+7 |
* | | r300g: subclass pipe_surface | Marek Olšák | 2010-06-14 | 1 | -20/+21 |
* | | r300g: debug output texture size | Marek Olšák | 2010-06-09 | 1 | -1/+2 |
* | | r300g: return NULL texture early if buffer_create fails | Marek Olšák | 2010-06-09 | 1 | -5/+5 |
|/ |
|
* | r300g: fix 24-bit depth texturing | Marek Olšák | 2010-06-07 | 1 | -1/+3 |
* | r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740 | Marek Olšák | 2010-06-03 | 1 | -2/+14 |
* | r300g: store the GEM domain in buffer and texture structs | Marek Olšák | 2010-06-02 | 1 | -4/+5 |
* | r300g: blit directly to/from GTT when transfering textures | Marek Olšák | 2010-06-02 | 1 | -2/+5 |
* | r300g: let the driver determine the GEM domain for buffer_create | Marek Olšák | 2010-06-02 | 1 | -2/+2 |
* | r300g: set correct pitch in libdrm | Marek Olšák | 2010-05-31 | 1 | -6/+6 |
* | r300g: fix texture transfers | Marek Olšák | 2010-05-13 | 1 | -1/+1 |
* | r300g: pass depth texture swizzle to the compiler if compare mode is enabled | Marek Olšák | 2010-05-08 | 1 | -53/+59 |
* | r300g: Fix memory leak on error path. | Vinson Lee | 2010-05-04 | 1 | -0/+1 |
* | r300g: advertise S3TC only when it's available in Gallium | Marek Olšák | 2010-05-04 | 1 | -0/+5 |
* | r300g: use util_format_short_name and util_format_is_plain | Marek Olšák | 2010-05-03 | 1 | -19/+7 |
* | r300g: refuse to create a texture with size 0 | Marek Olšák | 2010-05-03 | 1 | -0/+11 |
* | r300g: improve texture debug output, split into TEX and TEXALLOC flags | Marek Olšák | 2010-05-03 | 1 | -6/+20 |
* | r300g: fix tests/yuvrect and possibly even rendering to YUV textures | Marek Olšák | 2010-04-29 | 1 | -3/+5 |
* | r300g: enable the RGBA16F renderbuffer too | Marek Olšák | 2010-04-29 | 1 | -1/+1 |
* | r300g: enable float textures | Marek Olšák | 2010-04-29 | 1 | -9/+0 |
* | r300g: compose swizzles from texture formats and sampler views | Marek Olšák | 2010-04-29 | 1 | -18/+12 |
* | r300g: fix mipmapped texture3D size calculation | Marek Olšák | 2010-04-27 | 1 | -1/+1 |
* | r300g: emit MSPOS regs | Marek Olšák | 2010-04-26 | 1 | -2/+2 |