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 <[email protected]> (assuming you like my suggestion for the rename in patch 3)
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
