mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
r300: Added a TODO note and some tiny cleanups to r300_emit.c.
This commit is contained in:
parent
9f39692e21
commit
93206f7815
1 changed files with 3 additions and 2 deletions
|
|
@ -223,6 +223,7 @@ static void r300EmitVec(GLcontext * ctx,
|
|||
|
||||
}
|
||||
|
||||
/* TODO: explain this... */
|
||||
#define R300_VIR0_AOS_SIZE_SHIFT 0
|
||||
#define R300_VIR0_AOS_INPUT_SHIFT 8
|
||||
#define R300_VIR0_AOS_STOP_SHIFT 13
|
||||
|
|
@ -405,6 +406,7 @@ int r300EmitArrays(GLcontext * ctx)
|
|||
RENDERINPUTS_COPY(rmesa->state.render_inputs_bitset,
|
||||
inputs_bitset);
|
||||
}
|
||||
|
||||
assert(InputsRead);
|
||||
assert(OutputsWritten);
|
||||
|
||||
|
|
@ -427,8 +429,7 @@ int r300EmitArrays(GLcontext * ctx)
|
|||
for (ci = 0; ci < vb->AttribPtr[tab[i]]->size; ci++)
|
||||
swizzle[i][ci] = ci;
|
||||
|
||||
if (r300IsGartMemory(rmesa, vb->AttribPtr[tab[i]]->data,
|
||||
/*(count-1)*stride */ 4)) {
|
||||
if (r300IsGartMemory(rmesa, vb->AttribPtr[tab[i]]->data, 4)) {
|
||||
if (vb->AttribPtr[tab[i]]->stride % 4)
|
||||
return R300_FALLBACK_TCL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue