Age | Commit message (Expand) | Author |
2010-05-08 | r300g: pass depth texture swizzle to the compiler if compare mode is enabled | Marek Olšák |
2010-04-29 | r300g: compose swizzles from texture formats and sampler views | Marek Olšák |
2010-04-18 | r300g: remove use of c++ keywords | Marek Olšák |
2010-04-11 | r300g: cleanup handling of sampler views | Marek Olšák |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-15 | r300g: rebuild screen/winsys interface | Dave Airlie |
2010-03-04 | r300g: remove dead r300_get_texture_buffer function | Keith Whitwell |
2010-02-22 | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" | Dave Airlie |
2010-02-22 | r300g: rebuild winsys/pipe buffer handling and add buffer map | Dave Airlie |
2010-02-21 | r300g: precompute framebuffer register values | Marek Olšák |
2010-02-21 | r300g: make r300_translate_texformat private | Marek Olšák |
2010-02-21 | r300g: re-enable SRGB formats | Marek Olšák |
2010-02-18 | r300g: add support for all missing non-FP sampler formats | Marek Olšák |
2010-02-14 | r300g: accelerate blitting for all formats by faking the texture format | Marek Olšák |
2010-02-14 | r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM | Marek Olšák |
2010-02-14 | r300g: Use util_format_name(). | José Fonseca |
2010-02-06 | r300g: add L8_SRGB and A8L8_SRGB texture formats | Marek Olšák |
2010-02-02 | r300g: Texture format cleanups, per docs. | Corbin Simpson |
2010-01-26 | r300g: Add A8_UNORM texture format. | Corbin Simpson |
2010-01-17 | r300g: output texture debug messages if only RADEON_DEBUG=tex is set | Marek Olšák |
2009-10-28 | r300g: Keep texture formats organized. | Corbin Simpson |
2009-10-28 | r300g: add some texture formats | Maciej Cencora |
2009-10-25 | r300g: added support for 3D textures | Marek Olšák |
2009-10-22 | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson |
2009-10-21 | r300g: Cleanup header includes. | Corbin Simpson |
2009-10-12 | r300g: Clean up texture formats. | Corbin Simpson |
2009-10-10 | r300g: add video surface create and destroy functions | Cooper Yuan |
2009-10-04 | r300g: xRGB and RGBx formats. | Corbin Simpson |
2009-09-26 | r300g: add z16 unorm texture format | Dave Airlie |
2009-09-25 | r300g: add texture format for xvmc | Cooper Yuan |
2009-09-12 | r300g: There is no such thing as "texture stride" | Nicolai Hähnle |
2009-06-27 | r300g: YCbCr and sRGB textures. | Corbin Simpson |
2009-06-27 | r300g: Fix EXT_packed_depth_stencil functionality. | Corbin Simpson |
2009-06-26 | r300g: S3TC. | Corbin Simpson |
2009-06-26 | r300g: Use real texture formats. | Corbin Simpson |
2009-03-10 | r300-gallium: First stab at texture support. | Corbin Simpson |
2009-03-03 | r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2. | Corbin Simpson |
2009-02-01 | r300: Add initial pipe_texture handling. | Corbin Simpson |
2009-02-01 | r300: Add texture stubs. | Corbin Simpson |