diff options
author | Brian Paul <[email protected]> | 2010-09-29 10:34:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-29 10:34:43 -0600 |
commit | 0cb545a7f2e823c85309013c4c41e9461f297d06 (patch) | |
tree | 142c37797a7a1384033941bd12e4488b05f86faa /src/gallium/auxiliary/draw/draw_llvm.h | |
parent | 698893889a1c6e2a75af68ee6e860bce05aa8127 (diff) |
draw: pass sampler state down to llvm jit state
Fixes a regression caused from the change to make min/max lod dynamic
state.
https://bugs.freedesktop.org/show_bug.cgi?id=30437
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_llvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h index b881ef6113b..d0a68ae412d 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.h +++ b/src/gallium/auxiliary/draw/draw_llvm.h @@ -283,6 +283,9 @@ draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, LLVMValueRef context_ptr); void +draw_llvm_set_sampler_state(struct draw_context *draw); + +void draw_llvm_set_mapped_texture(struct draw_context *draw, unsigned sampler_idx, uint32_t width, uint32_t height, uint32_t depth, |