[Mesa-dev] [PATCH] llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.
Erik Faye-Lund
kusmabite at gmail.com
Wed Jan 8 09:35:49 PST 2014
On Wed, Jan 8, 2014 at 6:27 PM, <jfonseca at vmware.com> wrote:
> }
> -
> +
> + if (0) {
> + debug_printf(" bbox: (%i, %i) - (%i, %i)\n",
> + bbox.x0, bbox.y0,
> + bbox.x1, bbox.y1);
> + }
> +
> if (!u_rect_test_intersection(&setup->draw_regions[viewport_index], &bbox)) {
> if (0) debug_printf("offscreen\n");
> LP_COUNT(nr_culled_tris);
This part should probably be dropped, no?
More information about the mesa-dev
mailing list