commit | 71ceccad7e36f23e33d340fa0da157e2e0d2b6ac | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Aug 22 13:15:42 2011 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Fri Sep 09 14:02:19 2011 -0700 |
tree | 3ca7d7c9705ecfc8cd02544822ec75f175a46b03 | |
parent | 023ca40d80670ac0eee8c755ca5f54b1e7c2712e [diff] |
intel: Enable extensions by just setting the flags 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. EXT_blend_logic_op is removed from the list of extensions because blend factors and separate blend equations are not handled correctly. Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>