[Mesa-dev] [PATCH 08/14] r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command buffer

Andre Maasikas amaasikas at gmail.com
Fri Oct 12 00:22:35 PDT 2012


On Sun, Oct 7, 2012 at 9:08 PM, Marek Olšák <maraeo at gmail.com> wrote:

> +       r600_store_context_reg_seq(cb, R_028380_SQ_VTX_SEMANTIC_0, 34);
> +       r600_store_value(cb, 0); /* R_028380_SQ_VTX_SEMANTIC_0 */
..
> +       r600_store_value(cb, 0); /* R_0283FC_SQ_VTX_SEMANTIC_31 */

Btw there's also a SQ_VTX_SEMANTIC_CLEAR register which is supposed to
clear all of those via bitmask

Andre


More information about the mesa-dev mailing list