Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
We now have 48 GLX visuals. Pretty soon, we'll have 90+ visuals, only five of which ever get tested. :3 | |||
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 | |
Individual texture images have a stride, but textures as a whole do not. There are still pieces of code which are confused about this, but the core of the confusion is hopefully gone. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-06-27 | r300g: YCbCr and sRGB textures. | Corbin Simpson | |
2009-06-27 | r300g: Fix EXT_packed_depth_stencil functionality. | Corbin Simpson | |
Allow Z24S8 to be a true texture. | |||
2009-06-26 | r300g: S3TC. | Corbin Simpson | |
tests/texcompress2 doesn't work, but tests/texcmp does (more or less.) | |||
2009-06-26 | r300g: Use real texture formats. | Corbin Simpson | |
What bugs me is that the YUV444 format somehow worked properly. :3 | |||
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 | |
Almost there. glxinfo still works, and AFAICT so does trivial/clear. | |||
2009-02-01 | r300: Add initial pipe_texture handling. | Corbin Simpson | |
Still primitive and needing to be fleshed out, but it's a start. | |||
2009-02-01 | r300: Add texture stubs. | Corbin Simpson | |