r300g: clear and copy a resource with a rectangular point sprite
authorMarek Olšák <maraeo@gmail.com>
Mon, 12 Jul 2010 09:41:52 +0000 (11:41 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 12 Jul 2010 11:06:45 +0000 (13:06 +0200)
commit78e8a8765f435bf0902d62afbcb3b8d68a0b716f
tree04a755dec7cc647292f52687856cd451a4160beb
parent0864851e2763291ff1ea2ceaa3c6f16b14abd362
r300g: clear and copy a resource with a rectangular point sprite

With an ordinary quad, the pixels on the main diagonal are computed
and stored twice, which is somewhat inefficient and might not work well
with specialized clear codepaths.
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_render.c