----- Original Message ----- From: "hsjeon" <[EMAIL PROTECTED]> To: "Brian Paul" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, May 15, 2006 2:16 PM Subject: Re: [Mesa3d-dev] Q:How can I replace mesa with licenced OpenGL ?
> ----- Original Message ----- > From: "Brian Paul" <[EMAIL PROTECTED]> > To: "hsjeon" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Friday, May 12, 2006 10:52 PM > Subject: Re: [Mesa3d-dev] Q:How can I replace mesa with licenced OpenGL ? > > >> >> hsjeon wrote: >>> >>> Hi~ >>> >>> I am Hae Sook Jeon at ETRI in Korea. >>> I make a test environment using Fedora 4 & Radeon 9000. >>> This have DRI & Mesa 6.2.1. >>> >>> I want to comare Mesa 6.2.1 & licenced openGL related version. >>> >>> Do you know how I can replace mesa with licenced openGL ? >>> or >>> If you have related test result, let me know about it. >>> >> >> Try installing ATI's driver: >> https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&folderID=27 >> >> -Brian > > As you said, I tried. but this case is not I want. > > This loaded fglrx driver(because ATI 9000 haven'tAGP). > This driver is not supported by DRI. > and the radeon driver is only supported by DRI. > > I want to replace MESA with licensed OpenGL based on DRI. > > My goal is comparing the performace between MESA6.2.1 and licensed openGL. > > > - hsjeon Fglrx driver has no direct rendering and Radeon has direct rendering. Mesa DRI and MESA GLX Indirect is used. This is main difference. When I enter glxinfo command, I want to see the licensed openGL instead of MESA in GLX venderer string. This is the configuration I want. Let me know how. - hsjeon
