Re: 24-bit display driver

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.



.



Relevant Pages

  • Re: trouble with txt.h
    ... I was having trouble with the txt routines in RISC_OSLIB. ... would not display and aborted the program with "Input focus not found". ... to read a mouse click or other system action other than reading ASCII. ... such as isalpha to filter the return in the txt_event_handler - the ...
    (comp.sys.acorn.programmer)
  • Re: Download and cache page without displaying it?
    ... Trying to preload the next page does not decrease the display performance for the current page if it is implemented correctly and uses the browsers "down time" for making HTTP Requests to the server. ...
    (comp.lang.javascript)
  • Re: Three more years of leap seconds...
    ... the display routines when the time is presented to the humans. ... amazing that leap seconds aren't accounted for in this ... system "account for this if you haven't already". ...
    (sci.geo.satellite-nav)
  • Re: changing bargraph colors
    ... I have 6 bargraphs I need to display in 6 different areas and I am using ... puicture controls for each ... The routines I am using work just fine but only display's black bars. ...
    (microsoft.public.vc.mfc)