diff options
author | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-10-17 00:54:12 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger@gmx.ch> | 2005-10-17 00:54:12 +0000 |
commit | 2d61d301171620efe624d83a5457f4094eb49cba (patch) | |
tree | fc53f97e4e2cba24bdf654fc2aba72975c18ccaf /docs/VERSIONS | |
parent | dd5a86339f8b10f72c8a0e15c14463af3e0f717d (diff) |
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fallback) yet. May cause a tcl fallback if fog coord is used together with separate specular lighting. Fog factors are precomputed and then submitted instead of the raw coords (chip limitation, same as on r200).
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 58ec9edff2..7d14e022ed 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1383,7 +1383,8 @@ 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 + - radeon: add support for all 3 tmus, GL_ARB_texture_cube_map + and GL_EXT_fog_coord Changes: - removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead) Bug fixes: |