[Freedreno] [PATCH 0/5] a few fixes for native integers support

Ilia Mirkin imirkin at alum.mit.edu
Tue Sep 9 19:52:51 PDT 2014


These are just some things I happened to notice. I don't have the hw, nor do I
presently know how to operate the compiler. These should be moderately easy to
test out with the appropriate generated glsl tests + turning on the native
integers pipe cap.

This is my first foray into freedreno, please check with care :)

Ilia Mirkin (5):
  freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
  freedreno/ir3: INEG operates on src0, not src1
  freedreno/ir3: add UARL support
  freedreno/ir3: negate result of USLT/etc
  freedreno/ir3: use unsigned comparison for UIF

 src/gallium/drivers/freedreno/ir3/ir3_compiler.c | 72 ++++++++++++++++--------
 1 file changed, 49 insertions(+), 23 deletions(-)

-- 
1.8.5.5



More information about the Freedreno mailing list