i915,i965: Don't condition use of GLSL clear on the current API
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Jun 2017 23:33:35 +0000 (16:33 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 26 Jun 2017 22:20:09 +0000 (15:20 -0700)
commitb08981009d9bf127436be84aadb2e88b889e56c0
treeeda37fca5dd10cb7116c23e91231da57384dc08a
parent7719f52d5fa29f251b4ddce61238972b43be7035
i915,i965: Don't condition use of GLSL clear on the current API

Meta always sets the API to API_OPENGL_COMPAT, so the current API
setting is irrelevant.

   text    data     bss     dec     hex filename
7154994  256860   37332 7449186  71aa62 32-bit i965_dri.so before
7154978  256860   37332 7449170  71aa52 32-bit i965_dri.so after
6788451  328056   50704 7167211  6d5ceb 64-bit i965_dri.so before
6788419  328056   50704 7167179  6d5ccb 64-bit i965_dri.so after

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
src/mesa/drivers/dri/i915/intel_clear.c
src/mesa/drivers/dri/i965/brw_clear.c