http://bugs.freedesktop.org/show_bug.cgi?id=15480
Summary: r200 vertex program regression
Product: DRI
Version: DRI CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: General
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=15867)
--> (http://bugs.freedesktop.org/attachment.cgi?id=15867)
glxinfo (debug build)
with today's mesa git (commit 32134b5508495fbb1d9fc2f844e22fbb082dcda6) both
celestia 1.4.1 and doom3-demo (DOOM 1.1.1282 linux-x86 Oct 4 2004 08:27:55)
doesn't work.
After reverting 978145a075255ae153ee05c2a037400e61558079
(Set param_var->param_binding_type = PROGRAM_CONSTANT) or adding patch like
this
diff --git a/src/mesa/drivers/dri/r200/r200_vertprog.c
b/src/mesa/drivers/dri/r2
00/r200_vertprog.c
index b1e027d..4be0344 100644
--- a/src/mesa/drivers/dri/r200/r200_vertprog.c
+++ b/src/mesa/drivers/dri/r200/r200_vertprog.c
@@ -215,6 +215,7 @@ static unsigned long t_src_class(enum register_file file)
case PROGRAM_LOCAL_PARAM:
case PROGRAM_ENV_PARAM:
case PROGRAM_NAMED_PARAM:
+ case PROGRAM_CONSTANT:
case PROGRAM_STATE_VAR:
return VSF_IN_CLASS_PARAM;
/*
both programs go a bit further, but still segfaulted.
Old version from 29 feb 2008 at least run celestia (demo).
How i can debug this?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel