Re: [Mesa-dev] [PATCH 01/21] intel: Enable extensions by just setting the flags

2011-08-28 Thread Eric Anholt
On Sat, 27 Aug 2011 00:56:51 -0700, "Ian Romanick" wrote: > From: Ian Romanick > > Core Mesa already does the dispatch offset remapping for every > function that could possibly ever be supported. There's no need to > continue using that cruft in the driver. This is a dream come true! Those #d

[Mesa-dev] [PATCH 01/21] intel: Enable extensions by just setting the flags

2011-08-27 Thread Ian Romanick
From: Ian Romanick Core Mesa already does the dispatch offset remapping for every function that could possibly ever be supported. There's no need to continue using that cruft in the driver. --- src/mesa/drivers/dri/intel/intel_extensions.c | 290 + 1 files changed, 99 i