New 'draw' module for handling the various stages of primitive drawing (clipping...
authorBrian <brian.paul@tungstengraphics.com>
Mon, 9 Jul 2007 22:12:13 +0000 (16:12 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 9 Jul 2007 22:12:13 +0000 (16:12 -0600)
commit9fbdf500788e78d63247a17226a75f7a079ae315
tree322a4f6dce835f1da94d830d9e5c5789885c716b
parent10f4b37bd70c12c8caaa85ff5b94aec532788abd
New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc).
src/mesa/pipe/draw/draw_context.c [new file with mode: 0644]