On Tue, Apr 1, 2014 at 4:45 PM, Ilia Mirkin wrote:
> On Tue, Apr 1, 2014 at 10:14 AM, Marek Olšák wrote:
>> 1) Adding functions to cso_context only makes sense for features which
>> need to be disabled or changed for meta ops (e.g. clear_with_quad,
>> glBitmap, glDrawPixels). I don't see you usin
On Tue, Apr 1, 2014 at 10:14 AM, Marek Olšák wrote:
> 1) Adding functions to cso_context only makes sense for features which
> need to be disabled or changed for meta ops (e.g. clear_with_quad,
> glBitmap, glDrawPixels). I don't see you using
> cso_save_sample_shading, which clearly shows it's use
1) Adding functions to cso_context only makes sense for features which
need to be disabled or changed for meta ops (e.g. clear_with_quad,
glBitmap, glDrawPixels). I don't see you using
cso_save_sample_shading, which clearly shows it's useless. Does sample
shading need to be set differently for meta
---
src/gallium/auxiliary/cso_cache/cso_context.c| 19
src/gallium/auxiliary/cso_cache/cso_context.h| 4 +++
src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
src/gallium/drivers/i915/i915_screen.c | 1 +
src/gallium/drivers/ilo/ilo_screen.c | 1