Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Emil Velikov
On 16/05/14 04:11, Michel Dänzer wrote: > On 16.05.2014 11:33, Emil Velikov wrote: [snip] >> One does not need to share code to use the approach :) Although it makes >> sense >> more sense if they do. > > Just trying to provide some historical context why things are the way > they are, in case yo

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Michel Dänzer
On 16.05.2014 11:33, Emil Velikov wrote: > On 16/05/14 03:03, Michel Dänzer wrote: >> On 15.05.2014 21:13, Emil Velikov wrote: >> On 15.05.2014 10:58, Marek Olšák wrote: > Hi everybody, > > Some distros seem to care about the size of Mesa, so I came up with > this little patch.

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Emil Velikov
On 16/05/14 03:03, Michel Dänzer wrote: > On 15.05.2014 21:13, Emil Velikov wrote: > >>> On 15.05.2014 10:58, Marek Olšák wrote: Hi everybody, Some distros seem to care about the size of Mesa, so I came up with this little patch. It puts r600g and radeonsi into r300_d

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Michel Dänzer
On 15.05.2014 21:13, Emil Velikov wrote: >> On 15.05.2014 10:58, Marek Olšák wrote: >>> Hi everybody, >>> >>> Some distros seem to care about the size of Mesa, so I came up with >>> this little patch. >>> >>> It puts r600g and radeonsi into r300_dri.so. The result is one shared >>> library which c

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Marek Olšák
Yeah, hardlinks might be needed to keep old libGL working. Marek On Thu, May 15, 2014 at 2:13 PM, Emil Velikov wrote: > On 15/05/14 03:33, Michel Dänzer wrote: >> On 15.05.2014 10:58, Marek Olšák wrote: >>> Hi everybody, >>> >>> Some distros seem to care about the size of Mesa, so I came up with

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Christian König
Am 15.05.2014 14:13, schrieb Emil Velikov: On 15/05/14 03:33, Michel Dänzer wrote: On 15.05.2014 10:58, Marek Olšák wrote: Hi everybody, Some distros seem to care about the size of Mesa, so I came up with this little patch. It puts r600g and radeonsi into r300_dri.so. The result is one shared

Re: [Mesa-dev] Megaradeon

2014-05-15 Thread Emil Velikov
On 15/05/14 03:33, Michel Dänzer wrote: > On 15.05.2014 10:58, Marek Olšák wrote: >> Hi everybody, >> >> Some distros seem to care about the size of Mesa, so I came up with >> this little patch. >> >> It puts r600g and radeonsi into r300_dri.so. The result is one shared >> library which contains al

Re: [Mesa-dev] Megaradeon

2014-05-14 Thread Michel Dänzer
On 15.05.2014 10:58, Marek Olšák wrote: > Hi everybody, > > Some distros seem to care about the size of Mesa, so I came up with > this little patch. > > It puts r600g and radeonsi into r300_dri.so. The result is one shared > library which contains all three drivers. Also, all driver loaders in >

Re: [Mesa-dev] Megaradeon

2014-05-14 Thread Emil Velikov
On 15/05/14 02:58, Marek Olšák wrote: > Hi everybody, > > Some distros seem to care about the size of Mesa, so I came up with > this little patch. > > It puts r600g and radeonsi into r300_dri.so. The result is one shared > library which contains all three drivers. Also, all driver loaders in > Me

[Mesa-dev] Megaradeon

2014-05-14 Thread Marek Olšák
Hi everybody, Some distros seem to care about the size of Mesa, so I came up with this little patch. It puts r600g and radeonsi into r300_dri.so. The result is one shared library which contains all three drivers. Also, all driver loaders in Mesa should now always load the r300 driver instead of r