Re: [Mesa-dev] [PATCH 01/22] i965: rename legacy gs structs and functions to ff_gs.

2013-08-29 Thread Chad Versace
@@ -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_

Re: [Mesa-dev] [PATCH 01/22] i965: rename legacy gs structs and functions to ff_gs.

2013-08-29 Thread Paul Berry
On 29 August 2013 15:56, Chad Versace wrote: > 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/i96

Re: [Mesa-dev] [PATCH 01/22] i965: rename legacy gs structs and functions to ff_gs.

2013-08-29 Thread Chad Versace
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/br

[Mesa-dev] [PATCH 01/22] i965: rename legacy gs structs and functions to ff_gs.

2013-08-26 Thread Paul Berry
"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/d