[Mesa-dev] [PATCH 0/6] R600 invariant state and draw_vbo cleanup
Marek Olšák
maraeo at gmail.com
Thu Feb 16 13:04:07 PST 2012
Hi everyone,
The main motivation behind this series is to move updates of invariant registers to the beginning of CS. Invariant registers are those which never change thoughout a CS, so they don't need to be part of gallium states and examined everytime such states are changed. Besides that, the series cleans up the draw_vbo code.
Please review.
I would like to mention that I can't test Cayman. If somebody has a Cayman-based GPU, the patches can be pulled from here:
git://people.freedesktop.org/~mareko/mesa r600-invariant-state
Thanks.
Marek
More information about the mesa-dev
mailing list