projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8038d5b
)
added some const qualifiers
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 15 Aug 2007 17:42:53 +0000
(11:42 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 15 Aug 2007 17:42:53 +0000
(11:42 -0600)
src/mesa/pipe/p_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_context.h
b/src/mesa/pipe/p_context.h
index
c0685fa
..
ae2cc25
100644
(file)
--- a/
src/mesa/pipe/p_context.h
+++ b/
src/mesa/pipe/p_context.h
@@
-138,11
+138,11
@@
struct pipe_context {
void (*set_vertex_buffer)( struct pipe_context *,
unsigned index,
- struct pipe_vertex_buffer * );
+
const
struct pipe_vertex_buffer * );
void (*set_vertex_element)( struct pipe_context *,
unsigned index,
- struct pipe_vertex_element * );
+
const
struct pipe_vertex_element * );
/*