mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
panfrost: Typofix
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
31fc52a4e7
commit
ef2d577769
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
* The tiler itself works by reading varyings in and writing a polygon list
|
||||
* out. Unfortunately (for us), both of these buffers are managed in main
|
||||
* memory; although they ideally will be cached, it is the drivers'
|
||||
* responsibility to allocate these buffers. Varying buffe allocation is
|
||||
* responsibility to allocate these buffers. Varying buffer allocation is
|
||||
* handled elsewhere, as it is not tiler specific; the real issue is allocating
|
||||
* the polygon list.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue