i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
authorMatt Turner <mattst88@gmail.com>
Sun, 1 May 2016 20:20:25 +0000 (13:20 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 May 2016 05:34:01 +0000 (22:34 -0700)
commit9f81434c5f593bd50a9069c5e845a5730ed501db
tree93f6274788df347c3eff17c37e0c1ef5d445d590
parentaffaae197fdbc39dc3f9c03b003e22bf61dc7aed
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.

GEN_LT has a straightforward implementation on which we can build the
GEN_GE and GEN_LE macros.

Suggested-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_eu.c