diff options
author | Keith Whitwell <[email protected]> | 2007-12-13 20:38:56 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-12-13 20:39:31 +0000 |
commit | 568fcf64c774f5f8e9f65bb86c121f5d550b1632 (patch) | |
tree | 60bac5b746779a1e85d52853a71545e2864ee30a /src/mesa/pipe/i965simple/brw_state_cache.c | |
parent | c605a55e9f771a2f0e85d69ff60059f7ea95320f (diff) |
965: get fragment shader compiler compiling
Don't think that it will run though.
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_state_cache.c')
-rw-r--r-- | src/mesa/pipe/i965simple/brw_state_cache.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/pipe/i965simple/brw_state_cache.c b/src/mesa/pipe/i965simple/brw_state_cache.c index 13e262d2e55..c5738733f4e 100644 --- a/src/mesa/pipe/i965simple/brw_state_cache.c +++ b/src/mesa/pipe/i965simple/brw_state_cache.c @@ -178,8 +178,9 @@ unsigned brw_upload_cache( struct brw_cache *cache, if (BRW_DEBUG & DEBUG_STATE) printf("upload %s: %d bytes to pool buffer %p offset %x\n", - cache->name, data_size, - cache->pool->buffer, + cache->name, + data_size, + (void*)cache->pool->buffer, offset); /* Copy data to the buffer: |