> +#ifdef HW_RECT_ACCEL > + caps |= SVGA_CAP_RECT_COPY; > +#endif > +#ifdef HW_FILL_ACCEL > + caps |= SVGA_CAP_RECT_FILL; > +#endif
Same with these #ifdefs. I think we should either make them runtime options or just drop them. cheers, Gerd
> +#ifdef HW_RECT_ACCEL > + caps |= SVGA_CAP_RECT_COPY; > +#endif > +#ifdef HW_FILL_ACCEL > + caps |= SVGA_CAP_RECT_FILL; > +#endif
Same with these #ifdefs. I think we should either make them runtime options or just drop them. cheers, Gerd