mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
llvmpipe: Add stub lp_setup_is_texture_referenced.
This commit is contained in:
parent
d904ed88c1
commit
c0e3e35b03
1 changed files with 9 additions and 0 deletions
|
|
@ -484,6 +484,15 @@ lp_setup_set_sampler_textures( struct setup_context *setup,
|
|||
setup->fs.jit_context_dirty = TRUE;
|
||||
}
|
||||
|
||||
boolean
|
||||
lp_setup_is_texture_referenced( struct setup_context *setup,
|
||||
const struct pipe_texture *texture )
|
||||
{
|
||||
/* FIXME */
|
||||
return PIPE_UNREFERENCED;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
lp_setup_set_shader_state( struct setup_context *setup,
|
||||
const struct lp_jit_context *jc )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue