mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
i965/blorp: Fix incorrect indentation.
This commit is contained in:
parent
772ea84b35
commit
e42f16c192
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ class brw_blorp_surface_info : public brw_blorp_mip_info
|
||||||
public:
|
public:
|
||||||
brw_blorp_surface_info();
|
brw_blorp_surface_info();
|
||||||
|
|
||||||
void set(struct brw_context *brw,
|
void set(struct brw_context *brw,
|
||||||
struct intel_mipmap_tree *mt,
|
struct intel_mipmap_tree *mt,
|
||||||
unsigned int level, unsigned int layer);
|
unsigned int level, unsigned int layer);
|
||||||
|
|
||||||
/* Setting this flag indicates that the buffer's contents are W-tiled
|
/* Setting this flag indicates that the buffer's contents are W-tiled
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue