Re: [Mesa-dev] gallium clear and depth mask clarification

2013-10-03 Thread Jose Fonseca
I believe depth clears should not be affected by pipe_depth_state::writemask. I suspect that the only reason depth mask is not explicitly enable is because it is a boolean, unlike color/stencil write mask which are proper bitmasks. Therefore there is no additional information in depth write mask

[Mesa-dev] gallium clear and depth mask clarification

2013-10-02 Thread Dave Airlie
Just want to check an inconsistency, so GL clears respect glDepthMask, gallium docs don't explicitly mention depth masking, they say clear isn't affected by color or stencil write masks, should that sentence contain depth? Dave. ___ mesa-dev mailing lis