mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
gallium: always need st_init-blit()
This commit is contained in:
parent
62d1d591d5
commit
722db809e6
1 changed files with 0 additions and 4 deletions
|
|
@ -38,9 +38,7 @@
|
|||
#include "st_context.h"
|
||||
#include "st_cb_accum.h"
|
||||
#include "st_cb_bitmap.h"
|
||||
#if FEATURE_EXT_framebuffer_blit
|
||||
#include "st_cb_blit.h"
|
||||
#endif
|
||||
#include "st_cb_bufferobjects.h"
|
||||
#include "st_cb_clear.h"
|
||||
#if FEATURE_drawpix
|
||||
|
|
@ -120,9 +118,7 @@ st_create_context_priv( GLcontext *ctx, struct pipe_context *pipe )
|
|||
st_init_clear(st);
|
||||
st_init_draw( st );
|
||||
st_init_generate_mipmap(st);
|
||||
#if FEATURE_EXT_framebuffer_blit
|
||||
st_init_blit(st);
|
||||
#endif
|
||||
|
||||
for (i = 0; i < PIPE_MAX_SAMPLERS; i++)
|
||||
st->state.sampler_list[i] = &st->state.samplers[i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue