OSDN Git Service

radeon/r200/r300/r600: Warn if we emit more than prediction was.
authorPauli Nieminen <suokkos@gmail.com>
Mon, 24 Aug 2009 23:23:52 +0000 (02:23 +0300)
committerPauli Nieminen <suokkos@gmail.com>
Mon, 24 Aug 2009 23:23:52 +0000 (02:23 +0300)
commit4297f32c246cc5b726d02745456c06952322958d
tree5a665c0a013dbf2921158c501d9420ef60811431
parent55c0457fe9574452b3c2558ada160c42a3e1fbdc
radeon/r200/r300/r600: Warn if we emit more than prediction was.

Prediction code making too small prediction may cause space check aserttion
failure later in rendering. So warning about any failure to predict correctly
should be fixed.
src/mesa/drivers/dri/r200/r200_tcl.c
src/mesa/drivers/dri/r300/r300_draw.c
src/mesa/drivers/dri/r600/r700_render.c
src/mesa/drivers/dri/radeon/radeon_tcl.c