mesa/src/intel/blorp
Chad Versace 6cbc13d94c intel: Fix requests for exact surface row pitch (v2)
All callers of isl_surf_init() that set 'min_row_pitch' wanted to
request an *exact* row pitch, as evidenced by nearby asserts, but isl
lacked API for doing so. Now that isl has an API for that, update the
code to use it.

v2: Assert that isl_surf_init() succeeds because the callers assume
    it.  [for jekstrand]

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> (v1)
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> (v1)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> (v2)
2017-03-28 09:44:44 -07:00
..
blorp.c i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
blorp.h intel/blorp: make upload_shader() return a bool indicating success or failure 2017-03-16 11:40:05 +01:00
blorp_blit.c intel: Fix requests for exact surface row pitch (v2) 2017-03-28 09:44:44 -07:00
blorp_clear.c intel/blorp: make upload_shader() return a bool indicating success or failure 2017-03-16 11:40:05 +01:00
blorp_genX_exec.h i965: Drop AUB_TRACE_* stuff. 2017-03-21 13:49:18 -07:00
blorp_priv.h i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
TODO intel/blorp: Add a TODO file 2016-09-12 10:14:49 -07:00