On Tue, Feb 18, 2014 at 5:02 PM, Juha-Pekka Heikkilä
wrote:
> On Tue, Feb 18, 2014 at 9:40 AM, Chia-I Wu wrote:
>> On Tue, Feb 18, 2014 at 12:21 AM, Juha-Pekka Heikkila
>> wrote:
>>> _eglInitResource() was used to memset entire _EGLSync by
>>> writing more than size of pointed target. This does
On Tue, Feb 18, 2014 at 9:40 AM, Chia-I Wu wrote:
> On Tue, Feb 18, 2014 at 12:21 AM, Juha-Pekka Heikkila
> wrote:
>> _eglInitResource() was used to memset entire _EGLSync by
>> writing more than size of pointed target. This does work
>> as long as Resource is the first element in _EGLSync,
>> th
On Tue, Feb 18, 2014 at 12:21 AM, Juha-Pekka Heikkila
wrote:
> _eglInitResource() was used to memset entire _EGLSync by
> writing more than size of pointed target. This does work
> as long as Resource is the first element in _EGLSync,
> this patch fixes such dependency.
_EGLSync is a subclass of _
_eglInitResource() was used to memset entire _EGLSync by
writing more than size of pointed target. This does work
as long as Resource is the first element in _EGLSync,
this patch fixes such dependency.
Signed-off-by: Juha-Pekka Heikkila
---
src/egl/main/eglsync.c | 3 ++-
1 file changed, 2 inser