summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_primitive_restart.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-09-04 13:57:23 -0700
committerEric Anholt <[email protected]>2014-09-30 10:59:58 -0700
commitbcb722d83025a8e25a318611df6ba4e945c9223d (patch)
tree31bc765b8623bf26fd2bbbd2de2945a4a3e52da4 /src/mesa/vbo/vbo_primitive_restart.c
parent4ddc25a8d4796316f0296eaa10eba26bd6dd1718 (diff)
gallium: Drop software-only primitive restart support.
The drivers not flagging primitive restart support are r300 swtcl, svga, nv30, and vc4. The point of primitive restart is to slightly reduce draw call overhead for apps by batching multiple draws. If we do an extra pass to read the index buffer and split back into multiple draws, we've entirely missed the point. This is particularly bad for drivers that otherwise have hardware IB reads, where the readback is probably uncached. Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_primitive_restart.c')
0 files changed, 0 insertions, 0 deletions