On Wed, 31 Dec 2003 00:00:17 +0100
Jacek Pop <[EMAIL PROTECTED]> wrote:

> On Tue, Dec 30, 2003 at 09:38:21PM +0100, Felix Kühling wrote:
> > And I found out that apperently the entire vtxfmt code path is not working. 
> 
> Was it working before "newmesa"?

I'm not sure. Looking at an old config-0-0-1-branch working copy I still
have lying around here it seems that Driver.NotifyBegin was called with
older versions of mesa:

[EMAIL PROTECTED]:[...]/extras/Mesa/src/tnl$ grep Driver.NotifyBegin *.c
t_eval_api.c:      NotifyBegin = tnl->Driver.NotifyBegin;
t_eval_api.c:      tnl->Driver.NotifyBegin = 0;
t_eval_api.c:      tnl->Driver.NotifyBegin = NotifyBegin;
t_eval_api.c:      NotifyBegin = tnl->Driver.NotifyBegin;
t_eval_api.c:      tnl->Driver.NotifyBegin = 0;
t_eval_api.c:      tnl->Driver.NotifyBegin = NotifyBegin;
t_imm_api.c:      tnl->Driver.NotifyBegin &&
t_imm_api.c:      tnl->Driver.NotifyBegin( ctx, mode )) {

Maybe this would give us an idea where to call this driver hook in
newmesa. In newmesa a recursive grep for Driver.NotifyBegin doesn't
find anything.

> 
> -- 
> Free Software - find interesting programs and change them
> NetHack - meet interesting creatures, kill them and eat their bodies
> Usenet - meet interesting people from all over the world and flame them
> Decopter - unrealistic helicopter simulator, get it from http://decopter.sf.net


------------    __\|/__    ___     ___       -------------------------
 Felix       ___\_e -_/___/ __\___/ __\_____   You can do anything,
   Kühling  (_____\Ä/____/ /_____/ /________)  just not everything
 [EMAIL PROTECTED]       \___/   \___/   U        at the same time.


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to