[Mesa-dev] [PATCH 00/21] Gallium: making user vertex buffers optional and other goodness

Christoph Bumiller e0425955 at student.tuwien.ac.at
Wed Apr 11 10:42:18 PDT 2012


On 11.04.2012 17:38, Marek Olšák wrote:
> Hi everyone,
>
> This series adds these optional features to st/mesa:
> - uploading user vertex buffers
> - translating unsupported vertex formats into floats
> - vertex data with unaligned buffer_offset, src_offset, or stride is transformed such that it's aligned
>

Now before anyone comes with the idea again of making the st
unconditionally upload all user buffers and removing them from the API:
I'd really like to keep my specialized low-overhead upload path in the
driver that gives me 42 fps in TORCS over 32 when I let the state
tracker do it ...
(TORCS is an extreme example, in nexuiz the difference is only 89 over 85).

Thanks, Christoph



More information about the mesa-dev mailing list