https://bugs.freedesktop.org/show_bug.cgi?id=37660 Summary: regression after "st/mesa: rewrite st_choose_format() to be table driven" Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@xxxxxxxxxxxxxxxxxxxxx ReportedBy: randrik@xxxxxxx Running 3DMark2001se under wine (wine-1.3.20-439-g1ec78b8) and mesa-git gives me black screen at loading, with many err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glDrawElements @ drawprim.c / 43 fixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT (0x8 cd6) fixme:d3d:context_check_fbo_status Location SFLAG_INTEXTURE (0x40). fixme:d3d:context_check_fbo_status Color attachment 0: (0x199fd0) WINED3DFMT_B8G8R 8X8_UNORM 1024x768 fixme:d3d:context_check_fbo_status Depth attachment: (0x19a128) WINED3DFMT_D32_UNO RM 1024x768 err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) bisecting points at d57e95f22af1a1b2d9013db7a15524717bd29579 is the first bad commit commit d57e95f22af1a1b2d9013db7a15524717bd29579 Author: Brian Paul <brianp@xxxxxxxxxx> Date: Sat May 21 10:43:49 2011 -0600 st/mesa: rewrite st_choose_format() to be table driven guest@slax:~/botva/src/src/mesa$ git bisect log git bisect start # bad: [f7b3f40b70dc7dd602897d364011089047583c5d] i965: Pack the lookup and line_aa bits into the first dword of the key. git bisect bad f7b3f40b70dc7dd602897d364011089047583c5d # good: [fd6f2d6e5783d8810d0ab88e1c470958fd5eb2eb] st/mesa: assign renderbuffer's format field when allocating storage git bisect good fd6f2d6e5783d8810d0ab88e1c470958fd5eb2eb # bad: [a9e65097855468529242f9076bd6ef2a6c8062c1] intel: Add is_hiz_depth_format() to intel_contex.vtbl git bisect bad a9e65097855468529242f9076bd6ef2a6c8062c1 # bad: [3869be74afb184dbdf9d67fda3de3e3ac7e3db6c] glx: More comment cleanup git bisect bad 3869be74afb184dbdf9d67fda3de3e3ac7e3db6c # bad: [d57e95f22af1a1b2d9013db7a15524717bd29579] st/mesa: rewrite st_choose_format() to be table driven git bisect bad d57e95f22af1a1b2d9013db7a15524717bd29579 # good: [e8b1c6d6f55f5be3bef25084fdd8b6127517e137] mesa: Fix return type of _mesa_get_format_bytes() (#37351) git bisect good e8b1c6d6f55f5be3bef25084fdd8b6127517e137 # good: [c3c1976f522a67be6a0619e938a90cf186ad42e6] wgl: Don't hold on to user supplied HDC. git bisect good c3c1976f522a67be6a0619e938a90cf186ad42e6 hw: 01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600] (prog-if 00 [VGA controller]) Subsystem: PC Partner Limited Sapphire Radeon 9600XT Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16 Memory at e8000000 (32-bit, prefetchable) [size=128M] I/O ports at c800 [size=256] Memory at ff8f0000 (32-bit, non-prefetchable) [size=64K] Expansion ROM at ff8c0000 [disabled] [size=128K] Capabilities: [58] AGP version 2.0 Capabilities: [50] Power Management version 2 Kernel driver in use: radeon Kernel modules: radeon kernel: 2.6.39-rc7+ X server - 1.9 branch ddx - 557f46dc2f18734ecf1f18dee7e951e0bf062e63 libdrm - ba11501bb9f5bd98110dfe1385b4501c0a9a643a -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel