mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
i965: Lower ldexp.
v2: Drop frexp lowering. Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
d0b8ea60b7
commit
c43d6060b1
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ brw_link_shader(struct gl_context *ctx, struct gl_shader_program *shProg)
|
|||
EXP_TO_EXP2 |
|
||||
LOG_TO_LOG2 |
|
||||
bitfield_insert |
|
||||
lrp_to_arith);
|
||||
lrp_to_arith |
|
||||
LDEXP_TO_ARITH);
|
||||
|
||||
/* Pre-gen6 HW can only nest if-statements 16 deep. Beyond this,
|
||||
* if-statements need to be flattened.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue