servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.6k stars 201 forks source link

Combine the Z-buffer and fill indirect draw params buffers to reduce the number of SSBO bindings. #382

Closed pcwalton closed 4 years ago

pcwalton commented 4 years ago

Apparently Mesa RadeonSI drivers have a limit of 8 SSBOs.

Closes #373.

pcwalton commented 4 years ago

@bors-servo: r+

bors-servo commented 4 years ago

:pushpin: Commit 13ae83d has been approved by pcwalton

bors-servo commented 4 years ago

:hourglass: Testing commit 13ae83d6c57414e4079ee7df8106ea7f6d8cace6 with merge 9b85b077f787242b3af4d04ee56a8c92a3047a86...

bors-servo commented 4 years ago

:sunny: Test successful - checks-travis Approved by: pcwalton Pushing 9b85b077f787242b3af4d04ee56a8c92a3047a86 to master...