| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: rework resource_copy_region, not changing pipe_resource | Marek Olšák | 2012-01-01 | 1 | -4/+8 |
* | r300g: don't return NULL in resource_from_handle if the resource is too small | Marek Olšák | 2011-10-20 | 1 | -3/+3 |
* | r300g: remove unused r300_resource::tex_offset | Marek Olšák | 2011-10-08 | 1 | -1/+0 |
* | gallium/util: add functions for manipulating swizzles | Marek Olšák | 2011-08-02 | 1 | -4/+0 |
* | r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shader | Marek Olšák | 2011-04-05 | 1 | -0/+4 |
* | r300g: add a way to change texture properties arbitrarily | Marek Olšák | 2011-02-10 | 1 | -2/+3 |
* | r300g: consolidate buffers and textures to r300_resource | Marek Olšák | 2011-02-10 | 1 | -2/+6 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -7/+5 |
* | r300g: fix texture swizzling with compressed textures on r400-r500 | Marek Olšák | 2010-12-01 | 1 | -2/+4 |
* | r300g: fix blitting between 2D NPOT mipmaps | Marek Olšák | 2010-08-28 | 1 | -0/+6 |
* | r300g: Include missing header in r300_texture.h. | Vinson Lee | 2010-08-27 | 1 | -0/+1 |
* | r300g: implement D24X8 texture sampling for r3xx-r4xx | Marek Olšák | 2010-07-25 | 1 | -1/+2 |
* | r300g: cleanup texture creation code | Marek Olšák | 2010-07-25 | 1 | -6/+0 |
* | r300g: cleanup includes | Marek Olšák | 2010-06-20 | 1 | -1/+4 |
* | r300g: make texture transfers more pipelined | Marek Olšák | 2010-06-02 | 1 | -0/+1 |
* | r300g: pass depth texture swizzle to the compiler if compare mode is enabled | Marek Olšák | 2010-05-08 | 1 | -0/+3 |
* | r300g: compose swizzles from texture formats and sampler views | Marek Olšák | 2010-04-29 | 1 | -1/+1 |
* | r300g: remove use of c++ keywords | Marek Olšák | 2010-04-18 | 1 | -1/+1 |
* | r300g: cleanup handling of sampler views | Marek Olšák | 2010-04-11 | 1 | -2/+5 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -22/+20 |
* | r300g: rebuild screen/winsys interface | Dave Airlie | 2010-03-15 | 1 | -2/+2 |
* | r300g: remove dead r300_get_texture_buffer function | Keith Whitwell | 2010-03-04 | 1 | -4/+2 |
* | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" | Dave Airlie | 2010-02-22 | 1 | -2/+2 |
* | r300g: rebuild winsys/pipe buffer handling and add buffer map | Dave Airlie | 2010-02-22 | 1 | -2/+2 |
* | r300g: precompute framebuffer register values | Marek Olšák | 2010-02-21 | 1 | -0/+4 |
* | r300g: make r300_translate_texformat private | Marek Olšák | 2010-02-21 | 1 | -234/+1 |
* | r300g: re-enable SRGB formats | Marek Olšák | 2010-02-21 | 1 | -1/+2 |
* | r300g: add support for all missing non-FP sampler formats | Marek Olšák | 2010-02-18 | 1 | -73/+220 |
* | r300g: accelerate blitting for all formats by faking the texture format | Marek Olšák | 2010-02-14 | 1 | -0/+4 |
* | r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM | Marek Olšák | 2010-02-14 | 1 | -0/+8 |
* | r300g: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -1/+2 |
* | r300g: add L8_SRGB and A8L8_SRGB texture formats | Marek Olšák | 2010-02-06 | 1 | -0/+6 |
* | r300g: Texture format cleanups, per docs. | Corbin Simpson | 2010-02-02 | 1 | -3/+10 |
* | r300g: Add A8_UNORM texture format. | Corbin Simpson | 2010-01-26 | 1 | -0/+1 |
* | r300g: output texture debug messages if only RADEON_DEBUG=tex is set | Marek Olšák | 2010-01-17 | 1 | -2/+4 |
* | r300g: Keep texture formats organized. | Corbin Simpson | 2009-10-28 | 1 | -6/+5 |
* | r300g: add some texture formats | Maciej Cencora | 2009-10-28 | 1 | -0/+7 |
* | r300g: added support for 3D textures | Marek Olšák | 2009-10-25 | 1 | -0/+3 |
* | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson | 2009-10-22 | 1 | -0/+1 |
* | r300g: Cleanup header includes. | Corbin Simpson | 2009-10-21 | 1 | -3/+0 |
* | r300g: Clean up texture formats. | Corbin Simpson | 2009-10-12 | 1 | -5/+8 |
* | r300g: add video surface create and destroy functions | Cooper Yuan | 2009-10-10 | 1 | -1/+13 |
* | r300g: xRGB and RGBx formats. | Corbin Simpson | 2009-10-04 | 1 | -0/+4 |
* | r300g: add z16 unorm texture format | Dave Airlie | 2009-09-26 | 1 | -0/+2 |
* | r300g: add texture format for xvmc | Cooper Yuan | 2009-09-25 | 1 | -0/+3 |
* | r300g: There is no such thing as "texture stride" | Nicolai Hähnle | 2009-09-12 | 1 | -0/+4 |
* | r300g: YCbCr and sRGB textures. | Corbin Simpson | 2009-06-27 | 1 | -0/+10 |
* | r300g: Fix EXT_packed_depth_stencil functionality. | Corbin Simpson | 2009-06-27 | 1 | -0/+4 |
* | r300g: S3TC. | Corbin Simpson | 2009-06-26 | 1 | -0/+11 |
* | r300g: Use real texture formats. | Corbin Simpson | 2009-06-26 | 1 | -0/+21 |