Srini.
________
From: Jerome Glisse
To: Srini
Cc: mesa-dev@lists.freedesktop.org
Sent: Wed, 30 March, 2011 7:18:28 PM
Subject: Re: [Mesa-dev] decoupling XCB from Mesa
On Wed, Mar 30, 2011 at 2:30 AM, Srini wrote:
> Hi Jerome,
>
> Thanks for Reply, what you
On Wed, Mar 30, 2011 at 2:30 AM, Srini wrote:
> Hi Jerome,
>
> Thanks for Reply, what you said is right for my attempt on software
> acceleration. I added a folder called "flip" in
> mesa/src/gallium/state_tracker/egl/ and created the egl software driver
> called "egl_flip_swrast.so" its worki
ards,
Srini.
From: Jerome Glisse
To: Srini
Cc: mesa-dev@lists.freedesktop.org
Sent: Tue, 29 March, 2011 8:38:07 PM
Subject: Re: [Mesa-dev] decoupling XCB from Mesa
On Tue, Mar 29, 2011 at 2:28 AM, Srini wrote:
> So, can you please suggest me which is th
On Tue, Mar 29, 2011 at 2:28 AM, Srini wrote:
> So, can you please suggest me which is the exact API or place to do this
> change.
> is there any such pointer for FAKE_FRONT_LEFT been maintained in kernel DRM
> module? or some where in x server kernel module? if it is so i can get some
> reference
.
From: Jerome Glisse
To: Srini
Cc: mesa-dev@lists.freedesktop.org
Sent: Wed, 23 March, 2011 8:47:06 PM
Subject: Re: [Mesa-dev] decoupling XCB from Mesa
On Fri, Mar 18, 2011 at 7:17 AM, Srini wrote:
> Hi all,
> I am trying to port mesa for a windowing pl
On Fri, Mar 18, 2011 at 7:17 AM, Srini wrote:
> Hi all,
> I am trying to port mesa for a windowing platform called CDI one like
> XCB,X11. i am successful to all EGL Calls except eglSwapBuffers. so my gles
> application cause segmentation fault when delegating the final rendered
> scene to nativ
Hi all,
I am trying to port mesa for a windowing platform called CDI one like
XCB,X11.
i am successful to all EGL Calls except eglSwapBuffers. so my gles application
cause segmentation fault when delegating the final rendered scene to native
platform.
I managed to port the entire flow of EGL