egl: _eglFilterArray should not allocate.
authorChia-I Wu <olv@lunarg.com>
Mon, 6 Dec 2010 06:38:23 +0000 (14:38 +0800)
committerChia-I Wu <olv@lunarg.com>
Mon, 6 Dec 2010 07:40:37 +0000 (15:40 +0800)
commit5ae4b6693a8254236435960ef84701fe405fe59b
treed42b857ee61de76f8b12f5d71c61f6e738977d4e
parent2b1469340bbf910469449354eeb5c02a9acfedba
egl: _eglFilterArray should not allocate.

Otherwise, when it is called from within a driver, the caller cannot
free the returned data (on Windows).
src/egl/main/eglarray.c
src/egl/main/eglarray.h
src/egl/main/eglconfig.c
src/gallium/state_trackers/egl/common/egl_g3d_api.c