Bug 4218 - link EGL apps with libGL vs. link libEGL with mesa dispatch
Summary: link EGL apps with libGL vs. link libEGL with mesa dispatch
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high minor
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 06:30 UTC by George -
Modified: 2009-08-24 12:23 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
compile mesa dispatch in libEGL (3.57 KB, patch)
2005-08-24 06:31 UTC, George -
Details | Splinter Review
driInitExtensions, fb_span for drivers/dri/fb (16.53 KB, patch)
2005-08-24 06:32 UTC, George -
Details | Splinter Review
updated patch for ASM_API (4.15 KB, patch)
2005-09-10 14:34 UTC, George -
Details | Splinter Review
updated patch for fbSetBuffer remove (15.87 KB, patch)
2005-09-10 14:35 UTC, George -
Details | Splinter Review

Description George - 2005-08-24 06:30:06 UTC
Currently, libEGL requires EGL apps to link against libGL. The attached
patch drops this requirement, instead it compiles the mesa dispatching 
code in libEGL similar to src/glx/x11. This was tested with progs/egl/ 
and fb_dri.so. 

I also attach a patch for drivers/dri/fb/ that calls driInitExtensions 
and puts the span code used by both miniglx and egl to a separate file.
Comment 1 George - 2005-08-24 06:31:14 UTC
Created attachment 3012 [details] [review]
compile mesa dispatch in libEGL
Comment 2 George - 2005-08-24 06:32:28 UTC
Created attachment 3013 [details] [review]
driInitExtensions, fb_span for drivers/dri/fb
Comment 3 George - 2005-09-10 14:34:07 UTC
Created attachment 3223 [details] [review]
updated patch for ASM_API
Comment 4 George - 2005-09-10 14:35:00 UTC
Created attachment 3224 [details] [review]
updated patch for fbSetBuffer remove
Comment 5 George - 2006-01-26 15:36:06 UTC
libEGL is still in development and the patches for fb are probably outdated
after the changes to the libEGL/driver interface, closing.
Comment 6 Adam Jackson 2009-08-24 12:23:23 UTC
Mass version move, cvs -> git


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.