mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 03:08:07 +02:00
i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
This didn't make any sense, but papered over the missing TexBO flagging we've just fixed, in a bunch of cases. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
1655f6fc61
commit
25189c72ce
1 changed files with 1 additions and 2 deletions
|
|
@ -296,7 +296,7 @@ brw_update_texture_surface(struct gl_context *ctx,
|
|||
struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit);
|
||||
uint32_t *surf;
|
||||
|
||||
/* BRW_NEW_UNIFORM_BUFFER */
|
||||
/* BRW_NEW_TEXTURE_BUFFER */
|
||||
if (tObj->Target == GL_TEXTURE_BUFFER) {
|
||||
brw_update_buffer_texture_surface(ctx, unit, surf_offset);
|
||||
return;
|
||||
|
|
@ -824,7 +824,6 @@ const struct brw_tracked_state brw_texture_surfaces = {
|
|||
.dirty = {
|
||||
.mesa = _NEW_TEXTURE,
|
||||
.brw = BRW_NEW_BATCH |
|
||||
BRW_NEW_UNIFORM_BUFFER |
|
||||
BRW_NEW_TEXTURE_BUFFER |
|
||||
BRW_NEW_VERTEX_PROGRAM |
|
||||
BRW_NEW_GEOMETRY_PROGRAM |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue