On Wed, 2006-04-05 at 21:10 +0530, Vishwanath T. K. wrote: > Hi All, > > Can anyone one tell me the difference between mesa_6_4_2 and > mesa_6_4_branch cvs trees. > > I want to update mesa-6.4.2 from cvs for getting XGL working on my > system. I have had a look and the version.h of both the mentioned > trees and both shows the version as 6.4.2 > > I got confused by this. Also i want to know which of the above two > mentioned trees are appropriate for XGL.
For Xgl to work properly you need GLX_MESA_copy_sub_buffer support and if you're using the intel driver you also need a version with scissor box initialization fixed. HEAD and mesa 6.5, includes copy_sub_buffer support and should have the scissor box initialization right. mesa_6_4_branch, doesn't have copy_sub_buffer support. scissor box initialization should be right, though. mesa 6.4.2, doesn't have copy_sub_buffer support or the scissor box right. A copy_sub_buffer patch for mesa 6.4.2 can be found in the mailing list archives and a scissor box fix can be found in bugzilla. -David ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
