[Mesa-dev] [PATCH 2/2] tnl: HAVE_LE32_VERTS is never defined, remove associated code
Matt Turner
mattst88 at gmail.com
Wed Mar 11 18:33:40 PDT 2015
On Wed, Mar 11, 2015 at 6:29 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
> src/mesa/tnl_dd/t_dd_triemit.h | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/src/mesa/tnl_dd/t_dd_triemit.h b/src/mesa/tnl_dd/t_dd_triemit.h
> index 39c9d26..082e83f 100644
> --- a/src/mesa/tnl_dd/t_dd_triemit.h
> +++ b/src/mesa/tnl_dd/t_dd_triemit.h
> @@ -16,13 +16,6 @@ do { \
> "D" ((long)vb), \
> "S" ((long)v) ); \
> } while (0)
> -#elif defined(HAVE_LE32_VERTS)
> -#define COPY_DWORDS( j, vb, vertsize, v ) \
> -do { \
> - for ( j = 0 ; j < vertsize ; j++ ) \
> - vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \
> - vb += vertsize; \
> -} while (0)
> #else
> #define COPY_DWORDS( j, vb, vertsize, v ) \
> do { \
> --
Dead since the removal of the r128 driver!
Both are
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list