mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
mesa/st: make st_texture_get_current_sampler_view static
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
(cherry picked from commit 22ed7c8230)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40488>
This commit is contained in:
parent
f7d31e8681
commit
56b5152152
3 changed files with 2 additions and 6 deletions
|
|
@ -1014,7 +1014,7 @@
|
|||
"description": "mesa/st: make st_texture_get_current_sampler_view static",
|
||||
"nominated": false,
|
||||
"nomination_type": 0,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ out:
|
|||
*
|
||||
* Performs no additional validation.
|
||||
*/
|
||||
struct st_sampler_view *
|
||||
static struct st_sampler_view *
|
||||
st_texture_get_current_sampler_view(const struct st_context *st,
|
||||
const struct gl_texture_object *stObj)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -66,10 +66,6 @@ void
|
|||
st_delete_texture_sampler_views(struct st_context *st,
|
||||
struct gl_texture_object *stObj);
|
||||
|
||||
struct st_sampler_view *
|
||||
st_texture_get_current_sampler_view(const struct st_context *st,
|
||||
const struct gl_texture_object *stObj);
|
||||
|
||||
struct pipe_sampler_view *
|
||||
st_get_texture_sampler_view_from_stobj(struct st_context *st,
|
||||
struct gl_texture_object *stObj,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue