gallium: remove st_api::get_proc_address hook

It has been unused for a long time, plus makes the gallium dri modules
require an extra glapi symbol relative to their classic counterparts.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov
2016-06-07 17:33:45 +01:00
committed by Emil Velikov
parent 23a7fca6aa
commit 15bc7856bf
2 changed files with 0 additions and 19 deletions

View File

@@ -175,11 +175,6 @@ enum st_manager_param {
ST_MANAGER_BROKEN_INVALIDATE
};
/**
* The return type of st_api->get_proc_address.
*/
typedef void (*st_proc_t)(void);
struct pipe_context;
struct pipe_resource;
struct pipe_fence_handle;
@@ -497,13 +492,6 @@ struct st_api
int *gl_es1_version,
int *gl_es2_version);
/**
* Return an API entry point.
*
* For GL this is the same as _glapi_get_proc_address.
*/
st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname);
/**
* Create a rendering context.
*/