diff options
author | Brian <[email protected]> | 2008-02-27 16:05:16 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 16:05:16 -0700 |
commit | ea7e86dd4d1e7dbef2642da73bb1980723ae49ef (patch) | |
tree | d5fb0f559f20b339349f28151426a90608732a53 /src/gallium/drivers/i965simple/brw_shader_info.c | |
parent | 6b9a7eb460fe0a9c958b837f2ed49c2d4e303ebc (diff) |
gallium/i965: remove dependencies on pipe_shader_state's semantic info
The brw_shader_info struct is rendundant and could be removed...
Diffstat (limited to 'src/gallium/drivers/i965simple/brw_shader_info.c')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_shader_info.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965simple/brw_shader_info.c b/src/gallium/drivers/i965simple/brw_shader_info.c index a762a870fe9..e7e063dead3 100644 --- a/src/gallium/drivers/i965simple/brw_shader_info.c +++ b/src/gallium/drivers/i965simple/brw_shader_info.c @@ -6,8 +6,9 @@ #include "tgsi/util/tgsi_parse.h" - - +/** + * XXX try to get rid of this. See tgsi_scan_shader() and tgsi_shader_info. + */ void brw_shader_info(const struct tgsi_token *tokens, struct brw_shader_info *info ) { |