Re: [Mesa-dev] [PATCH 01/10] egl/haiku: use correct version variable

2015-06-11 Thread Brian Paul
On 06/11/2015 06:15 AM, Emil Velikov wrote: Earlier commitfolded the two separate variables into one, but forgot to "commit folded" and in patch 7/10: "incomplete copy". For the series, Acked-by: Brian Paul update the haiku driver. Fixes: 0e4b564ef28(egl: combine VersionMajor and Version

Re: [Mesa-dev] [PATCH 01/10] egl/haiku: use correct version variable

2015-06-11 Thread Emil Velikov
Forgot to mention: The series is untested, although it should not have any negative effects. Everyone familiar with Haiku is welcome to test it. Afaict the current implementation is a simple wrapper around BGLView and looks rather incomplete - patches with implementation and/or comments on the mis

[Mesa-dev] [PATCH 01/10] egl/haiku: use correct version variable

2015-06-11 Thread Emil Velikov
Earlier commitfolded the two separate variables into one, but forgot to update the haiku driver. Fixes: 0e4b564ef28(egl: combine VersionMajor and VersionMinor into one variable) Cc: Marek Olšák > Cc: Alexander von Gluck IV Signed-off-by: Emil Velikov --- src/egl/drivers/haiku/egl_haiku.cpp | 3