[Dri-devel] Lighting only Fallback?

2003-07-25 Thread Guido Landra
Hi, I am using radeon driver standard pipeline, having: _radeon_tcl_stage, _tnl_vertex_transform_stage, _tnl_normal_transform_stage, _tnl_lighting_stage, _tnl_fog_coordinate_stage, _tnl_texgen_stage, _tnl_texture_transform_stage, _radeon_render_stage, _tnl_render_stage My nee

[Dri-devel] Re: __MUST_HAVE_AGP.... anything ok now!

2003-06-11 Thread Guido Landra
Thank you everybody for quick and very good answers and hints!!! :)  -- I patched kernel 2.4.20-8 (RedHat 9,  XFree86 4.3.0) by diff file downloaded from http://www.codemonkey.org.uk/agp/nvidia.shtml Now agpgart.o module can be loaded and is correctly used by dri drivers. I am currently runni

[Dri-devel] __MUST_HAVE_AGP

2003-06-11 Thread Guido Landra
Hi, I have not clear idea about the dependencies between drm module and agpgart module. Only "mga", "i810" and "i830" have __MUST_HAVE_AGP set to 1. So they can be loaded only after agpgart.o have been loaded. Other drivers, such as "radeon", can be loaded also when agpgart.o is not loaded. I

[Dri-devel] Double define for radeon data structures?

2003-03-11 Thread Guido Landra
Hi all, This is my first post, be patient, please! :) I'm reading radeon code on CVS. In  radeon_drm.h, on kernel side,  I can see a lot of  data structures already defined on client side in radeon_sarea.h. They