[Mesa-dev] [PATCH 1/4] i965: Split out brw_<stage>_populate_key into their own functions

Kenneth Graunke kenneth at whitecape.org
Sun Mar 29 18:52:37 PDT 2015


On Friday, March 20, 2015 05:49:06 PM Carl Worth wrote:
> This commit splits portions of the existing brw_upload_vs_prog and
> brw_upload_gs_prog function into new brw_vs_populate_key and
> brw_gs_populate_key functions. This follows the same style as is
> already present for all other stages, (see brw_wm_populate_key, etc.).
> 
> This commit is intended to have no functional change. It exists in
> preparation for some upcoming code movement in preparation for the
> shader cache.
> ---
>  src/mesa/drivers/dri/i965/brw_ff_gs.c |  7 +++--
>  src/mesa/drivers/dri/i965/brw_gs.c    | 39 ++++++++++++++---------
>  src/mesa/drivers/dri/i965/brw_vs.c    | 58 +++++++++++++++++++++--------------
>  3 files changed, 64 insertions(+), 40 deletions(-)

Patches 1-3 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

(assuming you like my suggestion for the rename in patch 3)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150329/477b9ffd/attachment.sig>


More information about the mesa-dev mailing list