Opened 17 years ago

Last modified 17 years ago

#1157 closed enhancement

Mesa Software Renderer add-on doesn't support direct mode — at Version 2

Reported by: phoudoin Owned by: korli
Priority: normal Milestone: R1
Component: Kits/OpenGL Kit Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by phoudoin)

Now that BGLView::DirectConnected() pass correctly clipped screen region to the delegated renderer, we should make some use of it in our defacto default/fallback renderer, the fully software one.

In single buffer opengl mode, we're supposed to blit/span/clear this screen region directly, while in double buffer we could spawn/awake at SwapBuffers() time a thread drawing (eventually doing dithering at fly) the bitmap buffer into the screen region.

Change History (2)

comment:1 by korli, 17 years ago

Summary: Mesa Software Renderer add-on don't support direct modeMesa Software Renderer add-on doesn't support direct mode

comment:2 by phoudoin, 17 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.