On Wed, Oct 21, 2015 at 1:29 AM, Kenneth Graunke <kenn...@whitecape.org> wrote: > On Monday, October 12, 2015 02:49:03 PM Kenneth Graunke wrote: >> In the vec4 backend, we have a vec4_instruction::urb_write_flags field. >> There are many kinds of flags for SIMD4x2 messages. >> >> However, there are really only two (per-slot offset, use channel masks) >> for SIMD8 messages. Rather than adding a boolean flag for per-slot >> offsets (polluting all instructions), I decided to just make three new >> opcodes. >> >> Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> >> --- >> src/mesa/drivers/dri/i965/brw_defines.h | 3 +++ >> src/mesa/drivers/dri/i965/brw_fs.cpp | 9 +++++++++ >> src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 11 +++++++++++ >> src/mesa/drivers/dri/i965/brw_inst.h | 1 + >> src/mesa/drivers/dri/i965/brw_shader.cpp | 9 +++++++++ >> 5 files changed, 33 insertions(+) >> >> Here's the rest of the series that didn't get reviewed last time, >> rebased on Jason's compiler reworks. > > Jason landed yet more compiler reworks. I've pushed a rebased copy > to the 'simd8gs' branch of ~kwg/mesa. Code got shuffled between > functions or header files, so some of it didn't textually apply, but > the new code isn't significantly different. I've verified that it > still builds and passes Piglit. > > Jason has yet *more* compiler reworks on the mailing list. I've > preemptively rebased on those and pushed that to my tree as well. > It's the 'simd8gs-rebase-rebase' branch. That branch doesn't > compile, however - with the roundabout vec4/fs include hell, it's > somehow getting an incomplete type for "struct brw_gs_compile". > I didn't spend the time to figure out why. Other work to do.
I started reviewing the series and meant to give a Reviewed-by for the whole series. I reviewed the first 11 patches, then I got stuck on the last two (11/11) and (12/11). While I work my way through the last two, for patches 1-10: Reviewed-by: Kristian Høgsberg <k...@bitplanet.net> in the hope that landing those will reduce the clashing with Jasons work. Kristian _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev