Files
mesa/src
Kenneth Graunke c8c9c48684 intel/compiler: Fix src0/desc setter ordering
src0 vstride and type overlap with bits of the extended descriptor.
brw_set_desc() also sets the extended descriptor to 0.  So by setting
the descriptor, then setting src0, we were accidentally setting a bunch
of extended descriptor bits unintentionally.

When using this infrastructure for framebuffer writes (in a future
patch), this ended up setting the extended descriptor bit 20, which is
"Null Render Target" on Icelake, causing nothing to be written to the
framebuffer.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-08-27 14:20:07 -07:00
..
2019-08-27 16:16:08 -04:00
2019-08-14 10:36:20 +02:00
2019-04-29 21:17:19 +00:00
2019-08-21 18:36:57 +00:00
2019-08-26 19:44:00 +00:00
2019-08-23 23:45:25 +03:00
2018-10-19 16:50:26 +01:00