|
CT60 and related things BBS
Re: ctpci bugfix? |
Posted by: saulot
|
Mar,15.2011-16:27
|
Hi,
I've managed to implement double buffering with new, unofficial radeon drivers(kindly provided by Didier) under XBIOS(not VDI). Here's some details with full source code:
http://nokturnal.pl/2011/03/ati_radeon_xbios_doublebufferin
CMD_TEXTUREMEM should be reimplemented I think. I mean texture should be loaded by one function to video memory only once, and tiled in destination buffer by another function (like this is made with OpenGL - once loaded in VRAM, texture is referenced via integer handle and can be tiled on destination surface in different ways).
I would also like to see more hardware accelerated functions for basic primitives and batch loading them(arrays of primitives) in one go to Radeon memory. I've tried to draw one line in 640x480@32 bit from 0,0 to 639,479 with CMD_FILLMEM(width and height 1x1 to produce pixel) and it ended in slide show. And at this moment there is no other way set individual pixel ;). Maybe besides accessing VRAM through local bus which is slow atm.
But block operations(copying/filling VRAM->VRAM) are really fast. It's plain to see in block filling and horizontal line drawing.
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
ctpci bugfix?
|
Ektus
|
Feb,25.2011-18:15
|
Re: ctpci bugfix?
|
saulot
|
Feb,25.2011-19:16
|
Re: ctpci bugfix?
|
Ektus
|
Feb,25.2011-19:34
|
Re: ctpci bugfix?
|
Didier Méquignon
|
Feb,26.2011-10:16
|
Re: ctpci bugfix?
|
Didier Méquignon
|
Feb,26.2011-11:52
|
Re: ctpci bugfix?
|
Didier Méquignon
|
Mar,04.2011-20:07
|
Re: ctpci bugfix?
|
saulot
|
Mar,15.2011-16:27
|
Re: ctpci bugfix?
|
sqward
|
Mar,16.2011-15:15
|
Re: ctpci bugfix?
|
Beetle
|
Mar,16.2011-15:36
|
Re: ctpci bugfix?
|
Ektus
|
Mar,27.2011-08:03
|
Re: ctpci bugfix?
|
Beetle
|
Mar,27.2011-10:26
|
Re: ctpci bugfix?
|
wongck
|
Mar,28.2011-17:11
|
Re: ctpci bugfix?
|
Beetle
|
Mar,29.2011-09:05
|
Re: ctpci bugfix?
|
Ektus
|
May,21.2011-16:34
|
Re: ctpci bugfix?
|
JFL
|
May,22.2011-15:14
|
Re: ctpci bugfix?
|
Latz
|
Jun,03.2011-09:54
|
Re: ctpci bugfix?
|
Ektus
|
Jun,18.2011-16:52
|
Re: ctpci bugfix?
|
raphael
|
Jun,20.2011-11:18
|
Re: ctpci bugfix?
|
saulot
|
Jun,21.2011-00:34
|
Re: ctpci bugfix?
|
Ektus
|
Jul,17.2011-12:29
|
Re: ctpci bugfix?
|
Latz
|
Jul,20.2011-18:56
|
Re: ctpci bugfix?
|
Beetle
|
Jul,21.2011-14:59
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|