Pedro maia wrote:
With all the unifiying in the vertex/fragment program in mesa, some funtions were deleted.

Altought mesa changes are still in early fase, i just send you this patch so ppl don't open bugs, about r300 missing symbols.


------------------------------------------------------------------------

--- Mesa/src/mesa/drivers/dri/r300/r300_fragprog.c.orig 
+++  Mesa/src/mesa/drivers/dri/r300/r300_fragprog.c
@@ -1054,7 +1054,7 @@
                        
        fprintf(stderr, "Mesa program:\n");
        fprintf(stderr, "-------------\n");
-               _mesa_debug_fp_inst(rp->mesa_program.NumTexInstructions +
+               _mesa_print_program(rp->mesa_program.NumTexInstructions +
                                                
rp->mesa_program.NumAluInstructions,
                                rp->mesa_program.Instructions);
        fflush(stdout);


Fixed. Thanks.

-Brian


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to