On Thu, Aug 25, 2016 at 02:34:37PM -0700, Jason Ekstrand wrote: > On Thu, Aug 25, 2016 at 1:10 AM, Pohjolainen, Topi > <[1]topi.pohjolai...@gmail.com> wrote: > > On Fri, Aug 19, 2016 at 09:55:37AM -0700, Jason Ekstrand wrote: > > This little patch series is even more blorp code churn.Ã The end > objective > > is in patch 31 which pulls blorp into its own directory completely > separate > > from the i965 dri driver. > > > > Jason Ekstrand (31): > >Ã Ã i965/blorp: Add a blorp_context struct and init/finish funcs > >Ã Ã i965/blorp: Add an internal shader cache > >Ã Ã i965/blorp/genX: Add helpers for allocating various bits of state > >Ã Ã i965/blorp/genX: Pull emit_3dstate_multisample into a helper > >Ã Ã i965/gen6: Refactor gen6_upload_urb > >Ã Ã i965/blorp: Use gen6_upload_urb > >Ã Ã i965/blorp/genX: Move emit_urb_config into another helper > >Ã Ã i965/blorp: Add driver mocs settings to the context > >Ã Ã i965/blorp: Pull emit_surface_state into genX_blorp_exec.c > >Ã Ã i965/blorp: Use blorp_address in brw_blorp_surface instead of > >Ã Ã Ã bo+offset > >Ã Ã i965/blorp/genX: Add a blorp_surface_reloc helper > >Ã Ã i965/blorp: Shorten binding table index enum names > >Ã Ã i965/blorp: Use BT_INDEX enums for setting up the binding table > >Ã Ã i965/blorp: Add a helper for allocating binding tables and > surface > >Ã Ã Ã states > >Ã Ã i965/blorp/exec: Refactor to use blorp_context and a void *batch > >Ã Ã i965/blorp: Pull the guts of blorp_exec into a driver-agnostic > header > >Ã Ã i965/blorp: Move the guts of brw_blorp_exec into > genX_blorp_exec.c > >Ã Ã i965/blorp: Add an "exec" function pointer to blorp_context > >Ã Ã i965/meta_util: Take an isl_device in get_fast_clear_rect > >Ã Ã i965/blorp: Take a blorp_context in compile_nir_shader > >Ã Ã i965/blorp: Get rid of brw_context > >Ã Ã i965/blorp: Make blorp_addres::buffer a void* > >Ã Ã i965/blorp: Add a fast_clear_op enum > >Ã Ã i965: Move the hiz_op enum to blorp > >Ã Ã i965/blorp: Get rid of most brw and mesa includes > >Ã Ã i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve > >Ã Ã i965: Move get_fast_clear_rect to blorp_clear.c > >Ã Ã i965: Move the type_size function declartaions to brw_nir.h > >Ã Ã i965/blorp: Use isl_format_get_depth_format for setting depth > formats > >Ã Ã i965/blorp: Remove the remaining brw prefixes from the blorp.h > API > >Ã Ã i965: Move blorp into src/intel/blorp > > Patches 28-31 also look good to me and are: > Reviewed-by: Topi Pohjolainen <[2]topi.pohjolai...@intel.com> > We discussed a few things offline. Among other things we agreed to > add as a > follow-up a word or two about the low 12 bits of aux address in > patch 11 > giving rational to the delta argument of blorp_surface_reloc(). In > any case > I think all patches are now reviewed. > > I'm still missing a couple.Ã You can find everything here: > [3]https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-vulkan > In particular, a review of the first patch to flatten makefiles would > be nice.
Right, that wasn't in the series in the list and I missed it. It looks good though: Reviewed-by: Topi Pohjolainen <topi.pohjolai...@intel.com> In the patch split from the original series "i965/blorp: Remove some i965-isms from genX_blorp_exec.h" you still have the wm_prog_data::inputs_read type change left in the other patch. It doesn't effect compilation or produced binary, and therefore: Reviewed-by: Topi Pohjolainen <topi.pohjolai...@intel.com> Then there is still left "i965/blorp: Use gen6_upload_urb" where I wasn't 100% sure if the produced batch for gen6 remained the same as before. I'll double check that. Did I miss any other? _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev