Created attachment 21706 [details] xorg.0.log System Environment: -------------------------- Libdrm_stable: (master)c34539e8bb5568b1d6059abf139dd08e07e84eea Mesa_stable: (intel-2008-q4)b9921a9fb2bc937194eac7e80e31d30f81cb6bb1 Xorg: 7.2 Xserver_stable: (server-1.6-branch)32e81074b967716865aef08b66ec29caf0fec2c5 Xf86_video_intel_stable: (xf86-video-intel-2.6-branch) fac43181af0ad59fa6d06e26d369d886ce221c10 GEM_kernel: (drm-intel-2.6.28)72e2bfb03f46f7eef1ae8907593dd35e2c5603de Bug detailed description: ------------------------- startX, then run oglconfrom case/api-fogcoord, we will get failure with the latest code. we try to bisect and find below commit cause this issue: 425ede63089b1a13c9ef74d6b76b07501827fbb7 is first bad commit commit 425ede63089b1a13c9ef74d6b76b07501827fbb7 Author: Eric Anholt <eric@anholt.net> Date: Wed Dec 31 00:02:43 2008 -0800 intel: Add support for glBitmap as metaops using GL calls. This lets us avoid software fallbacks when clients forget to turn some state off (engine demo) or just do crazy things to test conformance (OGLC). This should probably be brought into mesa generic code so other drivers can make use of it. Bug #19016. (cherry picked from commit e1a92175542c6645c23cc78f2a4fcd36dd0235e6) Reproduce steps: ---------------- 1.xinit& 2. run oglconform/api-fogcoord
Created attachment 21707 [details] xorg conf file
and the oglconfrom case/depthrange also get failure with the latest code due to the same commit.
still fails against: Libdrm: (master)00d8e960ca665b7f0528438331f4d0ae77fbb4cc Mesa:(mesa_7_4_branch)b009a32bf428192fef2dc4787d25f022a472854f Xserver: (server-1.6-branch)60c161545af80eb78eb790a05bde79409dfdf16e Xf86_video_intel: (2.7)e2465249a90b9aefe6d7a96eb56a51fde54698a0 Kernel: (for-airlied)a2e785c32b886dd7f0289d1cf15fc14e9c81bc01
commit 8ae02a3919bf31bd33f86208472e100eedb58497 Author: Eric Anholt <eric@anholt.net> Date: Thu Jul 2 19:21:22 2009 -0700 intel: Fall back on glBitmap with fog enabled. We would have to build the program with the appropriate fog mode, and also supply the fog coordinate if appropriate. Bug #19413.
verified with below commits: Libdrm: (master)fbac5891b91c795de61f4d7cbc1a6799474364ad Mesa: (master)8ae02a3919bf31bd33f86208472e100eedb58497 Xserver: (master)3525d140567e0ad5f0184e4b37893c47239e1628 Xf86_video_intel: (master)4100abdf5d208bbcbb4ceabad0572c04221443c9 Kernel: (drm-intel-next)1ae8c0a56eeb3ed358b78ccadd024d6b721f26bc
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.