Re: [Mesa-dev] [PATCH 2/3] tgsi: fix-up KILP comments

2013-07-11 Thread Christoph Bumiller
On 12.07.2013 01:26, Brian Paul wrote: > KILP is really unconditional fragment kill. > > We've had KIL and KILP transposed forever. I'll fix that next. I think the 'P' meant to indicate that the condition, if there is any, would be a predicate register, whereas KIL no-P is supposed to represent t

[Mesa-dev] [PATCH 2/3] tgsi: fix-up KILP comments

2013-07-11 Thread Brian Paul
KILP is really unconditional fragment kill. We've had KIL and KILP transposed forever. I'll fix that next. --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c |3 +-- src/gallium/auxiliary/tgsi/tgsi_exec.c |5 ++--- src/gallium/docs/source/tgsi.rst| 10 +---