mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
shader-packing
This commit is contained in:
parent
09ad0d870c
commit
cc6a5e937b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue