Skip to content
Snippets Groups Projects
Commit c0773315 authored by Gurchetan Singh's avatar Gurchetan Singh :speech_balloon: Committed by Erik Faye-Lund
Browse files

virgl: quadruple command buffer size


Tested running WebGL aquarium on Nvidia host (10,000 fishes)

This moves us from 7 fps to 9 fps.  After quadrupling, performance
gains diminish.

v2: Remove change ID (Erik)

Tested-By: default avatarGert Wollny <gert.wollny@collabora.com>
Reviewed-by: default avatarErik Faye-Lund <erik.faye-lund@collabora.com>
parent 37f9788e
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ struct pipe_fence_handle; ...@@ -31,7 +31,7 @@ struct pipe_fence_handle;
struct winsys_handle; struct winsys_handle;
struct virgl_hw_res; struct virgl_hw_res;
#define VIRGL_MAX_CMDBUF_DWORDS (16*1024) #define VIRGL_MAX_CMDBUF_DWORDS (64 * 1024)
struct virgl_drm_caps { struct virgl_drm_caps {
union virgl_caps caps; union virgl_caps caps;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment