Re: [AD] mode selector, some observations... |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> > -optimize directx mode enumeration.
>
> Obviously the right way: the three drivers support exactly the same modes.
the dx enumeration is run twice now. once for counting available modes and
twice for filling out the list. obviously i can cut the time to execute
dx_fetch_mode_list() in half by only doing it once using realloc(). also i
will see if i can squeeze in a button or at least provide a switch to toggle
the old behaviour (static mode-lists).
-henrik