[Mesa-dev] [PATCH 01/22] i965: rename legacy gs structs and functions to ff_gs.
Chad Versace
chad.versace at linux.intel.com
Thu Aug 29 15:56:52 PDT 2013
On 08/26/2013 03:12 PM, Paul Berry wrote:
> "ff" is for "fixed function". This frees up the name "gs" to refer to
> user-defined geometry shaders.
> ---
> src/mesa/drivers/dri/i965/brw_context.h | 14 +--
> src/mesa/drivers/dri/i965/brw_gs.c | 42 ++++----
> src/mesa/drivers/dri/i965/brw_gs.h | 19 ++--
> src/mesa/drivers/dri/i965/brw_gs_emit.c | 150 ++++++++++++++-------------
> src/mesa/drivers/dri/i965/brw_gs_state.c | 17 +--
> src/mesa/drivers/dri/i965/brw_misc_state.c | 10 +-
> src/mesa/drivers/dri/i965/brw_state.h | 2 +-
> src/mesa/drivers/dri/i965/brw_state_dump.c | 4 +-
> src/mesa/drivers/dri/i965/brw_state_upload.c | 8 +-
> src/mesa/drivers/dri/i965/gen6_gs_state.c | 10 +-
> src/mesa/drivers/dri/i965/gen6_sol.c | 12 +--
> src/mesa/drivers/dri/i965/gen6_urb.c | 8 +-
> src/mesa/drivers/dri/i965/gen7_disable.c | 2 +-
> src/mesa/drivers/dri/i965/gen7_urb.c | 4 +-
> 14 files changed, 156 insertions(+), 146 deletions(-)
> @@ -208,7 +209,7 @@ static void brw_gs_emit_vue(struct brw_gs_compile *c,
> * the allocated URB entry (which will be needed by the URB_WRITE meesage that
> * follows).
> */
> -static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
> +static void brw_ff_gs_ff_sync(struct brw_ff_gs_compile *c, int num_prim)
> {
> struct brw_compile *p = &c->func;
>
Looks like you double-edited this hunk. "brw_ff_gs_ff".
Fix that, and patch 1 is
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
More information about the mesa-dev
mailing list