OSDN Git Service

freedreno: a2xx: Change use of BLEND_ to BLEND2_
authorWladimir J. van der Laan <laanwj@gmail.com>
Thu, 22 Mar 2018 14:47:03 +0000 (14:47 +0000)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sat, 31 Mar 2018 06:17:59 +0000 (06:17 +0000)
commitfaed84a6151076f0e38d85ea403bb576710fa207
treee870e8fb052d5bd1850d910c1120207a8f7a79bd
parentcb6dd7070f9c607f223a36ad89c4dce8ddea704d
freedreno: a2xx: Change use of BLEND_ to BLEND2_

Change use of BLEND_ to BLEND2_,

    BLEND_* a3xx_rb_blend_opcode
    BLEND2_* is a2xx_rb_blend_opcode

This makes no effective difference as the used enumerant has the same
value (0), but the other enumerants do not match 1-to-1 so this will
avoid future problems.

Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a2xx/fd2_gmem.c