Re: r300 on Thinkpad r50p (RV350)

2005-06-29 Thread Aapo Tahkola
if I remove the limits. Pageflipping won't work for r300 until the sarea and drm are updated to handle the additional xytiling regs. I fixed couple of things with it and it should now work. Its not very stable at least with tiling enabled(havent tested without) though im afraid. -- Aapo Tahkola

Re: [R300-commit] r300_driver/r300 r300_reg.h,1.44,1.45 r300_state.c,1.112,1.113

2005-06-21 Thread Aapo Tahkola
On Thu, 16 Jun 2005 14:22:36 +0200 Nicolai Haehnle [EMAIL PROTECTED] wrote: On Thursday 16 June 2005 13:41, Aapo Tahkola wrote: Update of /cvsroot/r300/r300_driver/r300 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6333 Modified Files: r300_reg.h r300_state.c Log

Re: radeon DST_LINE

2005-06-21 Thread Aapo Tahkola
to save them to a file and restore after rebooting. Or then you can start restoring unknown regs to initial values until the problem arises. -- Aapo Tahkola --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM

Re: [R300] new snapshot ?

2005-06-10 Thread Aapo Tahkola
On Fri, 10 Jun 2005 14:31:48 +1000 Ben Skeggs [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: Someone, I believe it was Aapo, said that they see white lines across the screen when the framerate is fairly high. I didn't see this up until yesterday when I had to change from my 9600pro

Re: [R300] new snapshot ?

2005-06-10 Thread Aapo Tahkola
On Fri, 10 Jun 2005 17:04:06 +0200 Nicolai Haehnle [EMAIL PROTECTED] wrote: On Friday 10 June 2005 16:52, Aapo Tahkola wrote: On Fri, 10 Jun 2005 14:31:48 +1000 Ben Skeggs [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: Someone, I believe it was Aapo, said that they see white lines

Re: [R300] new snapshot ?

2005-06-09 Thread Aapo Tahkola
= CHIP_FAMILY_R300) { + unsigned char *RADEONMMIO = info-MMIO; + OUTREG(0x180, INREG(0x180) | 0x1100); +} + if(info-MergedFB) { /* need this here to fix up sarea values */ RADEONAdjustFrameMerged(scrnIndex, pScrn-frameX0, pScrn-frameY0, 0); -- Aapo Tahkola

Re: [r300] [patches] debugging lockups

2005-06-03 Thread Aapo Tahkola
On Thursday 02 June 2005 13:08, Boris Peterbarg wrote: Aapo Tahkola wrote: I did some figuring on the CB_DPATH problem. After little testing it turns out that the lock up with progs/demos/isosurf goes away when the pacifier sequences are applied to clearbuffer. Im starting to think

Re: [r300] [patches] debugging lockups

2005-06-03 Thread Aapo Tahkola
On Fri, 3 Jun 2005 14:57:37 +0200 Nicolai Haehnle [EMAIL PROTECTED] wrote: On Friday 03 June 2005 10:28, Aapo Tahkola wrote: On Thursday 02 June 2005 13:08, Boris Peterbarg wrote: Aapo Tahkola wrote: I did some figuring on the CB_DPATH problem. After little testing it turns out

Re: [r300] [patches] debugging lockups

2005-06-02 Thread Aapo Tahkola
that this sequence is needed whenever overwriting certain states rather than whenever 3d operation begins and ends. Any brave souls left? (patch attached) -- Aapo Tahkola cb_pacify.patch Description: Binary data

Re: [patches] Re: r300 radeon 9800 lockup

2005-05-31 Thread Aapo Tahkola
meanwhile. You can enable the old behaviour by commenting line #define CB_DPATH of r300_ioctl.c if its there. -- Aapo Tahkola --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo

Re: r300 mergedfb+mouse lockups back

2005-05-16 Thread Aapo Tahkola
completely when used on SMP machines. The correct fix is to turn off SilkenMouse. For this particular bug this seems to work. However the dinoshade bug seems to get fixed only by adding RADEONWaitForIdleMMIO to every function in radeon_cursor.c . -- Aapo Tahkola

Re: r300 fixed pipeline design

2005-05-11 Thread Aapo Tahkola
On Mon, 09 May 2005 19:09:40 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: On Tue, 03 May 2005 14:59:53 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: On Thu, 21 Apr 2005 09:57:48 -0400 (EDT) Vladimir Dergachev [EMAIL PROTECTED] wrote

Re: r300 fixed pipeline design

2005-05-03 Thread Aapo Tahkola
On Tue, 03 May 2005 14:59:53 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Aapo Tahkola wrote: On Thu, 21 Apr 2005 09:57:48 -0400 (EDT) Vladimir Dergachev [EMAIL PROTECTED] wrote: On Thu, 21 Apr 2005, Aapo Tahkola wrote: On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir

Re: r300 fixed pipeline design

2005-05-01 Thread Aapo Tahkola
On Sat, 30 Apr 2005 15:43:08 +0300 Aapo Tahkola [EMAIL PROTECTED] wrote: Ill add something that allows to switch between hw and sw tnl on the fly using magic keys later today. Attached offensive beast does this. When compiled r300_tnl_switch.so is loaded with LD_PRELOAD, applications

Re: licenses, R300 code, etc

2005-04-30 Thread Aapo Tahkola
-- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel -- Aapo Tahkola --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your

Re: r300 fixed pipeline design

2005-04-30 Thread Aapo Tahkola
On Thu, 21 Apr 2005 09:57:48 -0400 (EDT) Vladimir Dergachev [EMAIL PROTECTED] wrote: On Thu, 21 Apr 2005, Aapo Tahkola wrote: On Wed, 23 Feb 2005 15:03:38 -0500 (EST) Vladimir Dergachev [EMAIL PROTECTED] wrote: With regard to state switching, it might be worth it to simply hash

Re: r300 fixed pipeline design

2005-04-21 Thread Aapo Tahkola
hacks. best Vladimir Dergachev -- Aapo Tahkola fpl2.tar.bz2 Description: Binary data

Re: [r300] what about *BSD?

2005-04-19 Thread Aapo Tahkola
/r300_cmdbuf.c */ Greetings Jan -- Aapo Tahkola --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions

Re: [r300] what about *BSD?

2005-04-19 Thread Aapo Tahkola
On Tue, 19 Apr 2005 12:26:36 -0400 Jung-uk Kim [EMAIL PROTECTED] wrote: On Tuesday 19 April 2005 10:18 am, Aapo Tahkola wrote: On Tue, 19 Apr 2005 15:42:43 +0200 Jan Kreuzer [EMAIL PROTECTED] wrote: $ make === drm Warning: Object directory not changed from original /usr/home

Re: [r300] what about *BSD?

2005-04-19 Thread Aapo Tahkola
On Tue, 19 Apr 2005 16:09:45 -0400 Jung-uk Kim [EMAIL PROTECTED] wrote: On Tuesday 19 April 2005 02:14 pm, Jung-uk Kim wrote: On Tuesday 19 April 2005 02:02 pm, Aapo Tahkola wrote: On Tue, 19 Apr 2005 12:26:36 -0400 Jung-uk Kim [EMAIL PROTECTED] wrote: On Tuesday 19 April 2005 10

Linux port of 3dprof

2005-04-02 Thread Aapo Tahkola
this into a usable program, feel free to do so, just dont claim I wrote any portions of it :) -- Aapo Tahkola 3dprof-linux.tar.bz2 Description: Binary data

Re: [r300] what about *BSD?

2005-03-15 Thread Aapo Tahkola
was added blindfold without any testing so it might not work as expected. You might want to check out steps after Xorg says DRI is enabled from http://dri.freedesktop.org/wiki/DriTroubleshooting . Thanks, Johannes -- Aapo Tahkola --- SF

Re: Idx buffer? Was: [Bug 2702] r200 driver does not support brilineartexture filtering

2005-03-13 Thread Aapo Tahkola
memory. Im talking about the indices that are passed to glDrawElements. Support for R200_CP_CMD_INDX_BUFFER and R200_CP_CMD_3D_DRAW_INDX_2 in other words. Philipp -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest

Re: [R300] gliding_penguin snapshot

2005-03-10 Thread Aapo Tahkola
the framerate is at it's highest. We could check the states that are different between rv350 and r300 on fgl. Im on irc in case you are interested... -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid reviews

r300 state save mechanism

2005-03-09 Thread Aapo Tahkola
into command buffer and just dirty mark state atoms that have been altered. Any pros, cons, other ideas? -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users

Re: [r300] nasty bug found and fixed

2005-03-01 Thread Aapo Tahkola
uncofigured or filled with default vector with no walk. Anyhow this is still a bit open as mesa doesnt configure render inputs based on vertex programs(my opinion is that it shouldnt either) and that too many test programs arent available. Rune Petersen -- Aapo Tahkola

[r300] nasty bug found and fixed

2005-02-27 Thread Aapo Tahkola
problems with textures by writing test programs. Some shots: http://nu.rasterburn.org/~aet/arbvptorus_1.png http://nu.rasterburn.org/~aet/arbvptorus_2.png -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid

Re: [r300] nasty bug found

2005-02-25 Thread Aapo Tahkola
On Thu, 24 Feb 2005, Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now

[r300] nasty bug found

2005-02-24 Thread Aapo Tahkola
to find it... -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com

Re: [r300] nasty bug found

2005-02-24 Thread Aapo Tahkola
Aapo Tahkola wrote: Hi. I noticed that Vladimirs adition to struct r300_state caused arbvptorus to get broken pretty badly. This is pretty much similar to the bug where vb mode color buffer clears were broken. Iv been trying to figure out this for a while now with no success and I

r300 fixed pipeline design

2005-02-23 Thread Aapo Tahkola
even make this even close to possible. Though I think hardware vendors move into that direction sooner or later. -- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from

Re: R300 success stories

2005-02-17 Thread Aapo Tahkola
-- Aapo Tahkola --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com

Re: [R300] More tests...

2005-02-17 Thread Aapo Tahkola
with a solution to these problems soon im going to remove this code from r300_driver and move this to r300_demo (replacing it with code shown in test_idx_triangles). thank you Vladimir Dergachev -- Aapo Tahkola

<    1   2