|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
EGL in MesaHi,
I want to know the current status of EGL in Mesa. Mesa in the git repository seems to have src/egl, but I can't find it in the stable releases of Mesa. Is this EGL implementation usable? Regards, Kwang Yul Seo ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: EGL in MesaKwangYul Seo wrote:
> Hi, > > I want to know the current status of EGL in Mesa. Mesa in the git > repository seems to have src/egl, but I can't find it in the stable > releases of Mesa. Is this EGL implementation usable? Software rendering should work on the gallium-0.1/2 branches. Hardware rendering may or may not work. It's in flux. That's why it's not included in the Mesa releases yet. -Brian ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: EGL in MesaOn Mon, Oct 6, 2008 at 1:09 PM, Brian Paul
<brian.paul@...> wrote: > KwangYul Seo wrote: >> Hi, >> >> I want to know the current status of EGL in Mesa. Mesa in the git >> repository seems to have src/egl, but I can't find it in the stable >> releases of Mesa. Is this EGL implementation usable? > > Software rendering should work on the gallium-0.1/2 branches. Hardware > rendering may or may not work. It's in flux. That's why it's not > included in the Mesa releases yet. I'm jumping the gun here, but I've been working on an EGL implementation that works with the new standard DRI interface. It only works with intel dri driver and requires gem and modesetting, but I've got EGL gears running at this point: http://people.freedesktop.org/~krh/eglgears.png The code is here for now: git://people.freedesktop.org/~krh/eagle cheers, Kristian ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: EGL in MesaOn Mon, 2008-10-06 at 16:34 -0400, Kristian Høgsberg wrote:
> On Mon, Oct 6, 2008 at 1:09 PM, Brian Paul > <brian.paul@...> wrote: > > KwangYul Seo wrote: > >> Hi, > >> > >> I want to know the current status of EGL in Mesa. Mesa in the git > >> repository seems to have src/egl, but I can't find it in the stable > >> releases of Mesa. Is this EGL implementation usable? > > > > Software rendering should work on the gallium-0.1/2 branches. Hardware > > rendering may or may not work. It's in flux. That's why it's not > > included in the Mesa releases yet. > > I'm jumping the gun here, but I've been working on an EGL > implementation that works with the new standard DRI interface. It > only works with intel dri driver and requires gem and modesetting, but > I've got EGL gears running at this point: I've also committed an EGL interface that just sits on top of GLX for X11 implementations. It's on the gallium-0.2 branch in src/egl/drivers/glx. Alan. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
| Free Forum Powered by Nabble | Forum Help |