diff options
author | Chia-I Wu <[email protected]> | 2015-03-25 10:18:46 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 82527655324b09c0d347a948e9bc66e79e48f201 (patch) | |
tree | 051b5b7030d44a616baf32c143d253dec0f70b33 /src/gallium/drivers/ilo/ilo_resource.c | |
parent | 9b7080c8b35b02b16f58fb8b869b45de9857e8e5 (diff) |
ilo: add ilo_format.[ch] to core
The original ilo_format.[ch] are removed.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_resource.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_resource.c b/src/gallium/drivers/ilo/ilo_resource.c index 344993680aa..8e59e0d0bb2 100644 --- a/src/gallium/drivers/ilo/ilo_resource.c +++ b/src/gallium/drivers/ilo/ilo_resource.c @@ -452,7 +452,7 @@ buf_create(struct pipe_screen *screen, const struct pipe_resource *templ) if ((templ->bind & PIPE_BIND_VERTEX_BUFFER) && ilo_dev_gen(&is->dev) < ILO_GEN(7.5)) { /* - * As noted in ilo_translate_format(), we treat some 3-component formats + * As noted in ilo_format_translate(), we treat some 3-component formats * as 4-component formats to work around hardware limitations. Imagine * the case where the vertex buffer holds a single * PIPE_FORMAT_R16G16B16_FLOAT vertex, and buf->bo_size is 6. The |