Opened 10 years ago
Closed 10 years ago
#11429 closed bug (fixed)
OpenGL with SDL is buggy with mesa_x86_swrast
Reported by: | miqlas | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/OpenGL Kit/Software Rasterization | Version: | R1/Development |
Keywords: | swrast, tiny content, | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Hi Guys!
I compiled Homeworld with SDL, and it works, but the windows content is pretty small with mesa_x86_swras, but works better with mesa_x86_swpipe.
I made the attached screenshots on the same hardware, same Haiku gcc2h PM revision ( hrev48247 ), same Homeworld build, but with different renderer. Check the screenshots.
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | swrast_bug.jpeg added |
---|
comment:1 by , 10 years ago
Of course i can provide binary to test: http://haikuware.com/remository/view-details/games/3d/homeworld-sdl Let me know if you need anything else. (Oh, and i'm using HD4000 with intel-extreme driver)
comment:2 by , 10 years ago
I had the same problem with giddy3 and Dragon Memory (both built with gcc2). What happens is:
- SDL creates a small 32x32 window in SDL_init and adds a BGLView to it
- Then it resizes the window when SDL_setvideomode is called
It seems swrast does not like being resized. I can update the libsdl_x86 package to apply the same workaround, which should work; however it would be nice to actually fix swrast, too.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed on SDL side in hrev48260.
Bug with swrast