Re: 24-bit display driver
- From: "Dean Ramsier" <ramsiernospam@xxxxxxxxxx>
- Date: Wed, 17 Oct 2007 09:16:20 -0400
Correction, 2, 8, and 16 bit routines have some accelerated versions. 24bpp
is supported, but there are no specially optimized routines for that
configuration. You could always write some if you need them.
Note that if display performance is a critical piece of your application,
then you really need to be using a display controller that supports hardware
acceleration. Even a minimal amount of hardware acceleration should be much
superior to what you would get with optimized software blits.
--
Dean Ramsier - eMVP
BSQUARE Corporation
<arvin.jain07@xxxxxxxxx> wrote in message
news:1192594606.737719.22550@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Oct 16, 6:33 pm, "Remi de Gravelaine" <gravelaine at aton dash sys
dot fr> wrote:
Hi,
Currently WinCE provides only GPE emulated routines for
16bpp display format.
Not so sure: on my devices (x86), those routines work perfectly with
24bpp
video modes. Where did you read that?
Remi
GPE based display drivers in WinCE have "optimized" software emulated
routines for 16bpp only.
For all other formats, only general routines are there which are not
so good in terms of performance.
For this , one can have a look in "PUBLIC\COMMON\OAK\DRIVERS\DISPLAY"
for reference.
.
- References:
- 24-bit display driver
- From: arvin . jain07
- Re: 24-bit display driver
- From: Remi de Gravelaine
- Re: 24-bit display driver
- From: arvin . jain07
- 24-bit display driver
- Prev by Date: Re: Build Problems With Cloned BSP in Win CE 6.0
- Next by Date: Re: Where is the right place for OAL source files in CE 5.0?
- Previous by thread: Re: 24-bit display driver
- Next by thread: Re: Java powered logo with ce device?
- Index(es):
Relevant Pages
|