summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2011-08-22 13:39:47 -0700
committerIan Romanick <[email protected]>2011-09-09 14:02:20 -0700
commit6fb32b4a5fd731fa789d47ed6dcf29991df1e09b (patch)
tree0564ce2686611e7d23a743c757675c9479d67a68 /src/mesa/drivers/dri/swrast
parent4b43eea1b367e1e639e225e6c772e44037649dfa (diff)
radeon: 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. Since the call to _mesa_enable_imaging_extensions (via driInitExtensions) is removed, EXT_blend_color, EXT_blend_logic_op, and EXT_blend_minmax are no longer advertised. These all resulted in software fallbacks, so their loss will not be mourned. EXT_blend_subtract is, however, explicitly added to the list. GL_FUNC_SUBTRACT is fully accelerated, but GL_FUNC_REVERSE_SUBTRACT (still) results in a software fallback. Cc: Alex Deucher <[email protected]> Cc: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
0 files changed, 0 insertions, 0 deletions