diff options
author | Rob Clark <[email protected]> | 2017-11-11 09:55:00 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-11-12 12:29:00 -0500 |
commit | 5f25ab4fee3fefc7aad9ed8f9cf101f95a01c51c (patch) | |
tree | b9710fa767d17c064311f4aac6df97b895e43dec /src/gallium/drivers/freedreno | |
parent | 8fcee858d595f3666e0fc828cce0286342c1d71e (diff) |
freedreno/a5xx: remove obsolete comment
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r-- | src/gallium/drivers/freedreno/a5xx/fd5_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_context.h b/src/gallium/drivers/freedreno/a5xx/fd5_context.h index f6de6ca2ae6..f4d885b40f7 100644 --- a/src/gallium/drivers/freedreno/a5xx/fd5_context.h +++ b/src/gallium/drivers/freedreno/a5xx/fd5_context.h @@ -42,10 +42,6 @@ struct fd5_context { /* This only needs to be 4 * num_of_pipes bytes (ie. 32 bytes). We * could combine it with another allocation. - * - * (upper area used as scratch bo.. see fd5_query) - * - * XXX remove if unneeded after binning r/e.. */ struct fd_bo *vsc_size_mem; |