[Mesa-dev] [PATCH 17/23 v2] st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag.
Brian Paul
brianp at vmware.com
Tue Oct 16 08:31:21 PDT 2012
On 10/15/2012 01:05 PM, Kenneth Graunke wrote:
> Nobody ever set the flag, which makes this dead code.
>
> v2: Leave the ureg_DECL_fs_input_cyl function in place, even though it's
> unused, since VMWare uses it for their internal projects.
> ---
> src/mesa/program/prog_parameter.h | 8 --------
> src/mesa/state_tracker/st_mesa_to_tgsi.c | 17 ++++-------------
> 2 files changed, 4 insertions(+), 21 deletions(-)
>
> Brian,
>
> Does this work for you? I left the function, but still removed the bit.
> I'd like to remove the bit since it's the last one in the bitfield (and
> I doubt your DX9 code goes through the Mesa program stuff anyway?)
>
> --Ken
>
Looks good. Thanks.
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list