mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 21:50:38 +02:00
disable bbox code until glitches are fixed
This commit is contained in:
parent
4ff6367295
commit
3ffef8de82
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ tile_bounding_box(const struct cell_command_render *render,
|
|||
uint *txmin, uint *tymin,
|
||||
uint *box_num_tiles, uint *box_width_tiles)
|
||||
{
|
||||
#if 0
|
||||
#if 1
|
||||
/* Debug: full-window bounding box */
|
||||
uint txmax = fb.width_tiles - 1;
|
||||
uint tymax = fb.height_tiles - 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue