Re: [Mesa3d-dev] [PATCH] elg: fix wrong argument in egldriver function

2010-02-03 Thread Chia-I Wu
On Thu, Feb 4, 2010 at 5:54 AM, Igor Oliveira wrote: > the patch fix a typo in _eglPreloadForEach, the loader should have as > third argument loader_data(the driver name) instead of loader(the > loader function). Committed. Thanks for the patch. I am so embarrassed for the bug I introduced :( -

[Mesa3d-dev] [PATCH] elg: fix wrong argument in egldriver function

2010-02-03 Thread Igor Oliveira
Hi, the patch fix a typo in _eglPreloadForEach, the loader should have as third argument loader_data(the driver name) instead of loader(the loader function). Igor From 318a82ed3016ef788a41f15b461e88034b5fe64e Mon Sep 17 00:00:00 2001 From: Igor Oliveira Date: Wed, 3 Feb 2010 17:51:30 -0400 Subje