[Mesa-dev] [PATCH 01/21] i915: Remove GEN >= 4 extension support

Kenneth Graunke kenneth.w.graunke at intel.com
Fri Jun 28 02:31:40 PDT 2013


On 06/27/2013 06:20 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> This copy of the source file is only used for GEN <= 3, so remove the
> dead code.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>   src/mesa/drivers/dri/i915/intel_extensions.c | 79 ++--------------------------
>   1 file changed, 3 insertions(+), 76 deletions(-)

This series looks good to me!  Unfortunately, both you and Eric removed 
the gen checks from the i915/i965 extensions lists, so there were some 
conflicts.  Yours looks a bit cleaner, so I created a new branch which 
is master + your series + anholt's series.  It's 59 commits, and 
available as the 'fork-i915' branch of my tree:

http://cgit.freedesktop.org/~kwg/mesa/log/?h=fork-i915

I also incorporated my feedback on patch 20, so I'd appreciate an ack if 
you believe that's right/wrong.

Unless there are any objections, I hope to push it soon.

--Ken


More information about the mesa-dev mailing list