diff options
author | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-10-15 23:45:53 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-10-15 23:45:53 +0000 |
commit | 247f3b3e81fffa86c50531070fab573e26ffb452 (patch) | |
tree | 7656b736e6faf1b4d31722752c0634927f23c17c /docs/VERSIONS | |
parent | ccf13781319b5b9d7ba306728f74b4ae2d099ad0 (diff) | |
download | mesa-247f3b3e81fffa86c50531070fab573e26ffb452.tar.gz |
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me.
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 315fd3ddbc6..58ec9edff25 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1383,6 +1383,7 @@ Mesa Version History - GL_EXT_timer_query extension - r200: add support for GL_ATI_fragment_shader - added fast XOR-mode line drawing optimization + - radeon: add support for all 3 tmus and cube maps Changes: - removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead) Bug fixes: |