mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 03:20:40 +02:00
i915: Fix some warnings
This commit is contained in:
parent
c92dc32dc2
commit
f0d09bfc1c
1 changed files with 0 additions and 2 deletions
|
|
@ -214,7 +214,6 @@ i915_emit_hardware_state(struct i915_context *i915 )
|
|||
unsigned ctile = BUF_3D_USE_FENCE;
|
||||
struct i915_texture *tex = (struct i915_texture *)
|
||||
cbuf_surface->texture;
|
||||
struct pipe_buffer *buffer = tex->buffer;
|
||||
assert(tex);
|
||||
|
||||
if (tex && tex->tiled) {
|
||||
|
|
@ -238,7 +237,6 @@ i915_emit_hardware_state(struct i915_context *i915 )
|
|||
unsigned ztile = BUF_3D_USE_FENCE;
|
||||
struct i915_texture *tex = (struct i915_texture *)
|
||||
depth_surface->texture;
|
||||
struct pipe_buffer *buffer = tex->buffer;
|
||||
assert(tex);
|
||||
|
||||
if (tex && tex->tiled) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue