[Mesa-dev] [PATCH 2/3] i965: Remove unused gen6+ code from brw_gs_emit.c.

Kenneth Graunke kenneth at whitecape.org
Mon Nov 14 20:05:36 PST 2011


On 11/14/2011 05:31 PM, Kenneth Graunke wrote:
> This code is for decomposing certain primitive types pre-Gen6; the VF
> already does that on Gen6.  So, this code isn't good for anything.
> 
> Plus, we'll want to use actual Gen6 geometry shader programs soon, so we
> may as well just delete this red herring.
> 
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
>  src/mesa/drivers/dri/i965/brw_gs_emit.c |   42 ++++++------------------------
>  1 files changed, 9 insertions(+), 33 deletions(-)

Feel free to disregard this one...after spending some more time reading
this code (and the generated assembly), I realized I'm going to need
more potent cleaning supplies.

Working on a better patch.


More information about the mesa-dev mailing list