diff options
| author | Karl Schultz <kschultz@freedesktop.org> | 2003-07-24 17:43:40 +0000 | 
|---|---|---|
| committer | Karl Schultz <kschultz@freedesktop.org> | 2003-07-24 17:43:40 +0000 | 
| commit | a3286498e68c4fcff70aaba137d2b82372c639f5 (patch) | |
| tree | be10bcb026b85eff450baccb943de843e3166013 /src/mesa | |
| parent | bd36e5f17b5d074b0744b8bc92038e17523f889c (diff) | |
add symbols needed by osmesa.
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/drivers/windows/gdi/mesa.def | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/mesa/drivers/windows/gdi/mesa.def b/src/mesa/drivers/windows/gdi/mesa.def index 3856ec1209..117c65ad41 100644 --- a/src/mesa/drivers/windows/gdi/mesa.def +++ b/src/mesa/drivers/windows/gdi/mesa.def @@ -406,6 +406,9 @@ EXPORTS  	_mesa_initialize_context  	_mesa_create_visual  	_mesa_destroy_framebuffer +	_mesa_delete_texture_object +	_mesa_new_texture_object +	_swrast_zbuffer_address  	_swrast_DestroyContext  	_ac_DestroyContext  	_tnl_DestroyContext | 
