From 2d61d301171620efe624d83a5457f4094eb49cba Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Mon, 17 Oct 2005 00:54:12 +0000 Subject: 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). --- docs/VERSIONS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/VERSIONS') 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: -- cgit v1.2.3