aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3d_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-12-07 16:51:12 -0800
committerEric Anholt <[email protected]>2018-12-07 16:51:12 -0800
commitcc6a5e937b45bc54a990f8b25b8bc57de35feae9 (patch)
tree19681fd41cf9f0b1aca4e22140889e2fc622dfac /src/gallium/drivers/v3d/v3d_context.h
parent09ad0d870c959e4d6a2ffe225baaadebe55ad461 (diff)
shader-packing
Diffstat (limited to 'src/gallium/drivers/v3d/v3d_context.h')
-rw-r--r--src/gallium/drivers/v3d/v3d_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/v3d/v3d_context.h b/src/gallium/drivers/v3d/v3d_context.h
index 4db422b5755..a2fcf1ae2d4 100644
--- a/src/gallium/drivers/v3d/v3d_context.h
+++ b/src/gallium/drivers/v3d/v3d_context.h
@@ -376,7 +376,8 @@ struct v3d_context {
*/
struct u_upload_mgr *uploader;
/* State uploader used inside the driver. This is for packing bits of
- * long-term state inside buffers.
+ * long-term state inside buffers, since the kernel interfaces
+ * allocate a page at a time.
*/
struct u_upload_mgr *state_uploader;