projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df8e90
)
call st_init_cb_drawpixels
author
Brian
<brian@i915.localnet.net>
Thu, 2 Aug 2007 20:21:16 +0000
(14:21 -0600)
committer
Brian
<brian@i915.localnet.net>
Thu, 2 Aug 2007 20:21:16 +0000
(14:21 -0600)
src/mesa/state_tracker/st_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_context.c
b/src/mesa/state_tracker/st_context.c
index cde1dd11ca30235289c6dc171d4b71eb73fd7d5e..168ad33d6e5a8934de0330f569b6a32e196d3336 100644
(file)
--- a/
src/mesa/state_tracker/st_context.c
+++ b/
src/mesa/state_tracker/st_context.c
@@
-29,6
+29,7
@@
#include "st_public.h"
#include "st_context.h"
#include "st_cb_clear.h"
+#include "st_cb_drawpixels.h"
#include "st_atom.h"
#include "st_draw.h"
#include "st_program.h"
@@
-60,6
+61,7
@@
struct st_context *st_create_context( GLcontext *ctx,
st_init_draw( st );
st_init_cb_program( st );
st_init_cb_clear( st );
+ st_init_cb_drawpixels( st );
return st;
}