projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9600b07
)
st/mesa: remove INLINE qualifiers
author
Brian Paul
<brianp@vmware.com>
Mon, 13 Feb 2012 22:41:57 +0000
(15:41 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 15 Feb 2012 21:09:01 +0000
(14:09 -0700)
from st_get/create_texture_sampler_view_from stobj() functions.
No real value in these cases.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/state_tracker/st_atom_texture.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_texture.c
b/src/mesa/state_tracker/st_atom_texture.c
index 438595be2c24d91d4c4c27917b6c9b24f00984e3..f27a320a5bcfdce29cd404272c475b2b4af1820b 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_texture.c
+++ b/
src/mesa/state_tracker/st_atom_texture.c
@@
-138,7
+138,7
@@
check_sampler_swizzle(struct pipe_sampler_view *sv,
}
-static
INLINE
struct pipe_sampler_view *
+static struct pipe_sampler_view *
st_create_texture_sampler_view_from_stobj(struct pipe_context *pipe,
struct st_texture_object *stObj,
const struct gl_sampler_object *samp,
@@
-165,7
+165,7
@@
st_create_texture_sampler_view_from_stobj(struct pipe_context *pipe,
}
-static
INLINE
struct pipe_sampler_view *
+static struct pipe_sampler_view *
st_get_texture_sampler_view_from_stobj(struct st_texture_object *stObj,
struct pipe_context *pipe,
const struct gl_sampler_object *samp,