[Bug 20479] [R100 Mobility M7 7500] Problems with 16bit mode using radeon driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 26 06:58:06 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=20479





--- Comment #23 from Omar Servin <carcaussa at gmail.com>  2009-03-26 06:58:05 PST ---
Hi I am compiling against version 7.2 that comes with ubuntu intrepid, I had to
manually apply the patch because this specific version was reporting a
parameter count error and an undefined msaa_samples_array, which is part of the
extra parameters that I had to remove, according to the current definition of
driCreateConfigs, 

Instances like:
driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5,
                          depth_bits_array, stencil_bits_array,
                          depth_buffer_factor, back_buffer_modes,
                          back_buffer_factor, msaa_samples_array,
                          1);
became:
driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5,
                          depth_bits_array, stencil_bits_array,
                          depth_buffer_factor, back_buffer_modes,
                          back_buffer_factor);

to match the current definition.

compiled ok and I am not receiving the texture error anymore, instead I am
receving the following warning:

/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12
image format

could this be the root cause?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list