Re: [Mesa-dev] [PATCH] dri_util: fail driCreateNewScreen if InitScreen is NULL

2011-01-13 Thread Brian Paul
On 01/13/2011 05:59 AM, Paulo Zanoni wrote: Without this, X doesn't start with UMS on r300g. Committed. Thanks. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] dri_util: fail driCreateNewScreen if InitScreen is NULL

2011-01-13 Thread Paulo Zanoni
I forgot to mention: this will give us a working X server with _software_ rendering, instead of a segfaulting X. 2011/1/13 Paulo Zanoni : > Without this, X doesn't start with UMS on r300g. > > Signed-off-by: Paulo Zanoni > --- > > Sending patch as discussed in #radeon > Tested with mesa 7.10. If

[Mesa-dev] [PATCH] dri_util: fail driCreateNewScreen if InitScreen is NULL

2011-01-13 Thread Paulo Zanoni
Without this, X doesn't start with UMS on r300g. Signed-off-by: Paulo Zanoni --- Sending patch as discussed in #radeon Tested with mesa 7.10. If the patch is accepted, please backport to 7.10. src/mesa/drivers/dri/common/dri_util.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)