So, has anyone worked out a patch to be able to build mesa without x ?
... I was gonna start on that but didnt want to reinvent the wheel.
On Mon, Mar 28, 2011 at 9:07 AM, Tiago Vignatti
wrote:
> On 03/28/2011 07:08 AM, ext Karshan Sharma wrote:
>>
>> I was just wondering if its even possible
于 2011年05月21日 01:08, Kristian Høgsberg 写道:
> On Tue, May 17, 2011 at 10:22 PM, Zhao, Juan J wrote:
>> Hi there,
>>Does wayland use evdev driver? Is there any support for remote control
>> (for example the remote control of TV)?
>
> We use evdev and the evdev input events can be handled by
On Tue, May 17, 2011 at 10:22 PM, Zhao, Juan J wrote:
> Hi there,
> Does wayland use evdev driver? Is there any support for remote control
> (for example the remote control of TV)?
We use evdev and the evdev input events can be handled by the
compositor if it wants, or sent to the currentl
Cool. What configure options did you use for mesa?
On Fri, May 20, 2011 at 8:24 AM, Benjamin Franzke
wrote:
> egl_gallium isnt updated to the MESA_drm_image cursor flag yet.
> You may try the attached patch.
>
> 2011/5/20 Christopher Friedt :
>> On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wr
egl_gallium isnt updated to the MESA_drm_image cursor flag yet.
You may try the attached patch.
2011/5/20 Christopher Friedt :
> On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wrote:
>> I played with this a bit. I was able to compile libdrm and mesa for
>> the vmwgfx DRM driver and was able to g
On Sat, May 14, 2011 at 12:05 PM, Doug Schaefer wrote:
> I played with this a bit. I was able to compile libdrm and mesa for
> the vmwgfx DRM driver and was able to get a simple glxgears running on
> it. That was with the gallium EGL driver. I wasn't able to get Wayland
> compiled for the same con
On Thu, May 19, 2011 at 9:36 PM, Christopher Friedt
wrote:
> terminal: symbol lookup error: /usr/lib64/egl/egl_gallium.so:
> undefined symbol: wl_display_get_rgb_visual
Apparently unrelated - it just required some different configure options.
___
waylan
The symbol isnt in wayland anylonger. egl_gallium is broken since Kristian
changed how visuals are emitted in wayland (commit 4bde293).
So either use egl_dri2 (export EGL_PLATFORM=egl_dri2) or the following
patch that i'll send to Kristian:
http://cgit.freedesktop.org/~bnf/mesa/commit/?h=fix&id=1a