Am 19.06.2011 um 21:03 schrieb Blue Swirl:
On Sun, Jun 19, 2011 at 9:40 PM, Andreas Färber > wrote:
Some remarks:
* TCX seems to assume that TARGET_HOST_PAGE == 4 * 1024 in the
unrolled loop
in tcx_update_display(). You might want to assert that.
TCX was only used on Sparc32. Though some U
On Sun, Jun 19, 2011 at 9:40 PM, Andreas Färber wrote:
> Am 19.06.2011 um 15:27 schrieb Blue Swirl:
>
>> On Sun, Jun 19, 2011 at 1:04 PM, Andreas Färber
>> wrote:
>>>
>>> Am 18.06.2011 um 22:42 schrieb Blue Swirl:
>>>
On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber
wrote:
>
> T
Am 19.06.2011 um 15:27 schrieb Blue Swirl:
On Sun, Jun 19, 2011 at 1:04 PM, Andreas Färber > wrote:
Am 18.06.2011 um 22:42 schrieb Blue Swirl:
On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber >
wrote:
The IBM E15 is equivalent to an S3 Vision864.
Lacking S3 SDAC (86C716) support, the DAC ind
On Sun, Jun 19, 2011 at 1:04 PM, Andreas Färber wrote:
> Am 18.06.2011 um 22:42 schrieb Blue Swirl:
>
>> On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber
>> wrote:
>>>
>>> The IBM E15 is equivalent to an S3 Vision864.
>>>
>>> Lacking S3 SDAC (86C716) support, the DAC indizes are translated
>>> to
Andreas Färber a écrit :
Am 18.06.2011 um 22:42 schrieb Blue Swirl:
Please take a look at tcx.c for a 8 bit mode frame buffer with palette
translation. Also VGA_DIRTY bit handling should be added to this loop
to speed it up.
Will look into it.
I doubt this is causing the long delays though.
*
Am 18.06.2011 um 22:42 schrieb Blue Swirl:
On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber > wrote:
The IBM E15 is equivalent to an S3 Vision864.
Lacking S3 SDAC (86C716) support, the DAC indizes are translated
to greyscale colors. This works sufficiently to observe firmware
boot progress.
Cc:
On Thu, Jun 16, 2011 at 3:02 AM, Andreas Färber wrote:
> The IBM E15 is equivalent to an S3 Vision864.
>
> Lacking S3 SDAC (86C716) support, the DAC indizes are translated
> to greyscale colors. This works sufficiently to observe firmware
> boot progress.
>
> Cc: Hervé Poussineau
>
> Fixed off-by
The IBM E15 is equivalent to an S3 Vision864.
Lacking S3 SDAC (86C716) support, the DAC indizes are translated
to greyscale colors. This works sufficiently to observe firmware
boot progress.
Cc: Hervé Poussineau
Fixed off-by-one drawing issue.
Replaced hardcoded color for RECT.
Separate I/O deb