projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088e80f
)
added pixel_transfer_program field
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 30 Oct 2007 17:15:59 +0000
(11:15 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 30 Oct 2007 17:32:53 +0000
(11:32 -0600)
src/mesa/state_tracker/st_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_context.h
b/src/mesa/state_tracker/st_context.h
index ecab0e2932154062250a8a3ffc895b11cac4a357..3774a999ab2cd8c7783c7fc77e2db43282fe9c72 100644
(file)
--- a/
src/mesa/state_tracker/st_context.h
+++ b/
src/mesa/state_tracker/st_context.h
@@
-132,6
+132,8
@@
struct st_context
struct st_vertex_program *vp; /**< Currently bound vertex program */
struct st_fragment_program *fp; /**< Currently bound fragment program */
+ struct gl_fragment_program *pixel_transfer_program;
+
/**
* Buffer object which stores the ctx->Current.Attrib[] values.
* Used for vertex array drawing when we we need an attribute for