Basic fragment programs run now.

Handling of constants might change.  For now, the st_fragment_program struct
contains a pipe_constant_buffer (not a pointer).
This commit is contained in:
Brian
2007-07-24 12:27:38 -06:00
parent ef3849ffa0
commit 43d7c1fe9d
4 changed files with 53 additions and 15 deletions

View File

@@ -53,6 +53,7 @@ struct st_fragment_program
struct tgsi_token tokens[ST_FP_MAX_TOKENS];
GLboolean dirty;
struct pipe_constant_buffer constants;
#if 0
GLfloat (*cbuffer)[4];