Re: Fence questions

2008-02-29 Thread Jerome Glisse
with a fence toto of type FENCE_TYPE_EXE Userspace say well now i want to wait for toto fence but with type RW flush and not only FENCE_TYPE_EXE. Cheers, Jerome Glisse [EMAIL PROTECTED] - This SF.net email is sponsored

kmap_atomic_prot_pfn broke drm

2008-02-29 Thread Jerome Glisse
will understand the problem and accept the kmap_atomic_prot_pfn() in. I'm working on a patch that will do post-validation only relocations this way. kmap_atomic_prot_pfn change broke drm as FIX_KMAP is defined only for 32bits architecture for x86. Reported on irc. Cheers, Jerome Glisse [EMAIL

Re: kernel modesetting progress report....

2008-02-28 Thread Jerome Glisse
framebuffer don't fit conditions. Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: Fwd: kernel modesetting progress report....

2008-02-28 Thread Jerome Glisse
conditions. I'm pretty sure the code does this now. Once we have properties like tiling there might be new case where we should refuse framebuffer (for instance on radeon tiling can't be activated with some video mode). Cheers, Jerome Glisse [EMAIL PROTECTED

Re: kernel modesetting progress report....

2008-02-28 Thread Jerome Glisse
On Thu, 28 Feb 2008 12:48:55 -0800 Jesse Barnes [EMAIL PROTECTED] wrote: On Thursday, February 28, 2008 5:36 am Jerome Glisse wrote: Dave there is one things that is needed to be redone: frame buffer creation handling. And i would like we not freeze the API until we had some time to play

Re: Fence questions

2008-02-27 Thread Jerome Glisse
On Wed, 27 Feb 2008 15:03:34 +0100 Thomas Hellström [EMAIL PROTECTED] wrote: Jerome Glisse wrote: Hi Thomas, As i am in the process of cleaning up and making radeon fence things bullet proof I am wondering what are the difference btw fence flags and fence types ? Well i guess

Re: Fence questions

2008-02-27 Thread Jerome Glisse
in the driver of current pending flush and have a mecanism to minize the number of flush i am sending ? Cheers, Jerome Glisse [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: Fence questions

2008-02-27 Thread Jerome Glisse
On Wed, 27 Feb 2008 19:03:32 +0100 Thomas Hellström [EMAIL PROTECTED] wrote: Jerome Glisse wrote: On Wed, 27 Feb 2008 17:08:41 +0100 Thomas Hellström [EMAIL PROTECTED] wrote: Thomas Hellström wrote: Some additional info on this: flush() only needs to start a flush, and poll

Fence questions

2008-02-26 Thread Jerome Glisse
needed_flush. Thanks in advance for your help on this :o) Cheers, Jerome Glisse [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

Re: DRI2 committed

2008-02-21 Thread Jerome Glisse
://lists.freedesktop.org/mailman/listinfo/xorg Yes please put DRI2 in separate files so i can import them in gallium without having to mess with older dri interface sitting in gallium right now :) Cheers, Jerome Glisse [EMAIL PROTECTED

Re: Plans for merging DRI2 work

2008-02-04 Thread Jerome Glisse
of sync are you thinking of for swap buffer ie a way to avoid tearing while doing the swap from user space. Anyway kudos to you for this. Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges

RFC: render buffer

2008-01-16 Thread Jerome Glisse
, compressed, ...). For implementation is see two possible way: - wrap render buffer around BO - make render buffer a specialized BO by adding a flag into BO and ptr to render buffer structure Second solution likely the easier one. Anyway what are people thought on all that ? Cheers, Jerome Glisse

Re: RFC: render buffer

2008-01-16 Thread Jerome Glisse
guess my main concern is more about how to ask to mode setting to program card to use this kind or this kind of layout for scan out buffer. Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: RFC: render buffer

2008-01-16 Thread Jerome Glisse
On Wed, 16 Jan 2008 19:49:34 + Keith Whitwell [EMAIL PROTECTED] wrote: Jerome Glisse wrote: On Wed, 2008-01-16 at 17:35 +, Keith Whitwell wrote: Pretty much every buffer is potentially a render target, for instance all texture buffers when generating mipmaps, etc

Re: DRI2 Patches (still work-in-progress)

2007-12-26 Thread Jerome Glisse
trivial and already solved issues :) Cheers, Jerome Glisse [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct

Memory manager, sub allocator partial validation

2007-12-12 Thread Jerome Glisse
be usefull for mapping a bo asking only to map a part of it. I am throwing the idea, i haven't yet enough code to test whether this kind of optimization might be worthfull for radeon hw (and possibly others) Cheers, Jerome Glisse

Re: Memory manager, sub allocator partial validation

2007-12-12 Thread Jerome Glisse
On Wed, 12 Dec 2007 15:28:36 + Keith Whitwell [EMAIL PROTECTED] wrote: Jerome Glisse wrote: Hi, I am wondering if allowing user to ask for partial validation (ie only validate a part of a bo object) might be usefull in case of userspace sub allocator and likely in others case when

Radeon kernel mode setting code

2007-12-04 Thread Jerome Glisse
, Jerome Glisse - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com

Re: Swapbuffers [was: Re: DRI2 and lock-less operation]

2007-11-28 Thread Jerome Glisse
preempt others context (fifo). An outcome of this is that we might like a simple gpu scheduler for such case (and maybe other in the future) but obviously such scheduler will be highly hw dependent. Cheers, Jerome Glisse - SF.Net

Re: DRI2 and lock-less operation

2007-11-26 Thread Jerome Glisse
Kristian Høgsberg wrote: On Nov 22, 2007 5:37 AM, Jerome Glisse [EMAIL PROTECTED] wrote: ... I will go this way too for r300/r400/r500 there is not so much registers change with different contexts and registers which need special treatment will be handled by the drm (this boils down to where

Re: DRI2 and lock-less operation

2007-11-26 Thread Jerome Glisse
Kristian Høgsberg wrote: On Nov 26, 2007 3:40 PM, Jerome Glisse [EMAIL PROTECTED] wrote: Kristian Høgsberg wrote: On Nov 22, 2007 5:37 AM, Jerome Glisse [EMAIL PROTECTED] wrote: ... I will go this way too for r300/r400/r500 there is not so much registers change with different contexts

Re: DRI2 and lock-less operation

2007-11-22 Thread Jerome Glisse
emission (only shared area among different client i can see in my case). Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go

DRI2 cliprect

2007-11-22 Thread Jerome Glisse
in this cliprect stuff so this might be a trivial question, sorry if it is :) Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT

Re: Radeon state handling

2007-11-21 Thread Jerome Glisse
Roland Scheidegger wrote: Jerome Glisse wrote: How storing state will done is yet to be determined but the idea is that finding state with a given id would have to be fast, very fast. Each state class will have at much 64dword and i think that there will be somethings around 30 differents

Re: Radeon state handling

2007-11-20 Thread Jerome Glisse
to r100) haven't tested yet but will do when i see the need. Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt

drm memory manager dead lock

2007-11-19 Thread Jerome Glisse
missing ? Btw i see the deadlock in my code anytime i have to move a buffer while i am validating it, i believe you never get through this path on i915 as everythings is ttm so there is no call to move right ? Cheers, Jerome Glisse

Re: drm memory manager dead lock

2007-11-19 Thread Jerome Glisse
Thomas Hellström wrote: Jerome Glisse wrote: Hi, I think i found a dead lock in the code: in drm_bo_move.c:drm_buffer_object_transfer the dev-struct_mutex is taken while this mutex is take there is a call to drm_fence.c:drm_fence_reference_unlocked and the function try to acquire dev

Re: cleaning unfenced buffer

2007-11-19 Thread Jerome Glisse
Thomas Hellström wrote: Jerome Glisse wrote: Hi, If my driver emit fence function fail should there be a way to clean unfenced buffer ? Or should i do this by myself in the function which validate buffer ? If so then i915 execbuffer is likely buggy in this regards (don't try to unload

Radeon state handling

2007-11-19 Thread Jerome Glisse
that way. I believe such scheme were already proposed in the past. So what do you think about it ? I will start soon a sample program (named r300_demo ;)) to test this scheme before doing any driver works and see how it behave. Cheers, Jerome Glisse

Re: Radeon state handling

2007-11-19 Thread Jerome Glisse
Keith Whitwell wrote: Jerome Glisse wrote: Hi all, While playing with modesetting ttm i have put some thought on how we send things to card. And i would like to test the following scheme: -split card state into a bunch of separate chunk (z state, fog state, ...) -the driver build

Re: radeon syncronization

2007-11-19 Thread Jerome Glisse
Roland Scheidegger wrote: Jerome Glisse wrote: Hi, So while playing with buffer move i am facing a problem and would like to know if anyone ever faced it. I emitting a bitblt multi to move data from ttm to vram just after the bitblt multi there is a WAIT_UNTIL packet emitted

cleaning unfenced buffer

2007-11-18 Thread Jerome Glisse
-unfenced)) Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

irq_enabled

2007-11-18 Thread Jerome Glisse
then the field will be put to 0 again on last_close which calls drm_irq_uninstall. Cheers, Jerome Glisse - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com

radeon syncronization

2007-11-18 Thread Jerome Glisse
packet i see data fine. My guess is that wait idle doesn't work :( i have tried with setting many others (allmost all) wait flags but results stay the them i need a udelay. Anyone got though/information on that ? Cheers, Jerome Glisse

bo block user mapping

2007-11-13 Thread Jerome Glisse
over buffer management. Cheers, Jerome Glisse - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser

Re: bo block user mapping

2007-11-13 Thread Jerome Glisse
Thomas Hellström wrote: Jerome Glisse wrote: Hi, Got a question about buffer mapping is it possible to block user space from mapping a buffer that was previously allocated. My use case is to have user space allocate a buffer put things into it then register this buffer (with need for user

Re: bo block user mapping

2007-11-13 Thread Jerome Glisse
Thomas Hellström wrote: Jerome Glisse wrote: Thomas Hellström wrote: Jerome Glisse wrote: Hi, Got a question about buffer mapping is it possible to block user space from mapping a buffer that was previously allocated. My use case is to have user space allocate a buffer put things

Re: [PATCH][RFC] DRM: Replace drm_order() with generic order_base_2() macro.

2007-11-12 Thread Jerome Glisse
functions without checking that you are in a linux specific file (for this checkout the git drm git clone git://anongit.freedesktop.org/mesa/drm and look into linux-core any files which are linked from shared-core should not have any linux specific things). Cheers, Jerome Glisse

TTM and initialization

2007-11-02 Thread Jerome Glisse
be called */ drm_bo_init_mm(dev, DRM_BO_MEM_TT, 0, numpages); Cheers, Jerome Glisse - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration

Re: [patch] post superioctl inteface removal.

2007-10-18 Thread Jerome Glisse
a reference to that buffer... Doesn't Kristian changes to DRI interface (DRI2) already allow to clients to not care about front buffer. I mean if they all got private back buffer then they render into it. But i might have misunderstood this. Cheers, Jerome Glisse

Re: [patch] post superioctl inteface removal.

2007-10-18 Thread Jerome Glisse
): card with 8Mo of ram (who the hell have such hw ? :)) a scanout buffer which use 4Mo and user resizing to buffer which need 5Mo obviously we can't allocate it until we free the previous one... Maybe we can accept some kind of allocate over style or simply a resize function. Cheers, Jerome

Re: glxinfo weird error, please help

2007-10-08 Thread Jerome Glisse
Alec Liu wrote: i am using the gentoo i did compile everything please help me to local the badly compiled library thank you ! On 10/9/07, Jerome Glisse [EMAIL PROTECTED] wrote: Alec Liu wrote: Please Help, thank you very much!! Code: $ export LIBGL_DEBUG=verbose

Re: DRI2 Design Wiki Page

2007-10-04 Thread Jerome Glisse
struct pointing to drm_drawable. Otherwise i am all for the others change (getting rid of sarea and simplifying dri driver :)). Anyway this is my opinion and there might be things i don't understand :) Cheers, Jerome Glisse

Re: DRM compatibility after TTM modesetting

2007-09-28 Thread Jerome Glisse
purpose of core drm ? :)). Also if driver want to work around some drm things it can easily do that. This are my feeling based on my limited understanding of the whole drm beast, so i can be deadly wrong (hope i am not :)). Cheers, Jerome Glisse

Re: DRM enhancements document

2007-08-02 Thread Jerome Glisse
be an addition to vblank rework you already proposed few weeks ago. Cheers, Jerome Glisse - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

Re: DRM enhancements document

2007-08-02 Thread Jerome Glisse
always play with toy created by their child :o)). Maybe parent could also put restriction on what their child can do (which is another characteristics of parents). If people are happy with this i will update the wiki. Cheers, Jerome Glisse

Re: DRM enhancements document

2007-08-02 Thread Jerome Glisse
, Jerome Glisse - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk

Re: [Nouveau] Question About The Steps

2007-07-05 Thread Jerome Glisse
of available out there to describe or to teach anyone how to do so. Nevertheless all tools we use are available on http://dri.freedesktop.org. best, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download DB2 Express

Re: Merging DRI changes

2007-06-16 Thread Jerome Glisse
can't devote time to this is just my personnal view. best, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just

Re: My bug is six months old and I don't even know if anyone's read it

2007-05-14 Thread Jerome Glisse
. I can't even have transparency never mind Beryl. -- Joseph Mulloy [EMAIL PROTECTED] Maybe giving url or bug id would have been helpfull here. best, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download

Re: R200 minor cleanups

2007-05-14 Thread Jerome Glisse
of it at least i did have the impression that most others dev thought that. best, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML

Re: R300 cleanup questions

2007-05-09 Thread Jerome Glisse
or r300FooBar Which is the one mesa uses? We can use the one we like, i prefer r300_foo_bar over r300FooBar which i dislike but the choice is up to the first person who do big cleanup :) and we do not have to conform to mesa coding style for driver but use the one we like the more. best, Jerome Glisse

Re: GARTSize option not documented on radeon and other problems

2007-05-04 Thread Jerome Glisse
starve other app for it i.e. we haven't any scheduling or fair sharing of the gpu. This isn't at all easy to solve and i think we kind of don't care if app can DOS gpu. best, Jerome Glisse - This SF.net email is sponsored

Re: GARTSize option not documented on radeon and other problems

2007-05-04 Thread Jerome Glisse
On 5/4/07, Zoltan Boszormenyi [EMAIL PROTECTED] wrote: Jerome Glisse írta: On 5/4/07, Zoltan Boszormenyi [EMAIL PROTECTED] wrote: Oliver McFadden írta: On 5/3/07, Zoltan Boszormenyi [EMAIL PROTECTED] wrote: Hi, sorry for the crossposting, I don't know who to address. I am

Re: [RFC] [PATCH] DRM TTM Memory Manager patch

2007-05-04 Thread Jerome Glisse
) or any apps that forgot to unmap buffer before submitting won't cause damage to other apps. I hope i properly explain my thought (hey my brain is in a sleepy state right now). best, Jerome Glisse - This SF.net email

Re: [RFC] [PATCH] DRM TTM Memory Manager patch

2007-05-04 Thread Jerome Glisse
On 5/4/07, Jerome Glisse [EMAIL PROTECTED] wrote: On 5/4/07, Thomas Hellström [EMAIL PROTECTED] wrote: Keith Packard wrote: On Thu, 2007-05-03 at 01:01 +0200, Thomas Hellström wrote: It might be possible to find schemes that work around this. One way could possibly be to have

Re: [RFC] [PATCH] DRM TTM Memory Manager patch

2007-05-04 Thread Jerome Glisse
On 5/4/07, Thomas Hellström [EMAIL PROTECTED] wrote: Jerome Glisse wrote: On 5/4/07, Thomas Hellström [EMAIL PROTECTED] wrote: Keith Packard wrote: On Thu, 2007-05-03 at 01:01 +0200, Thomas Hellström wrote: It might be possible to find schemes that work around this. One way

Re: [RFC] [PATCH] DRM TTM Memory Manager patch

2007-05-04 Thread Jerome Glisse
, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2

Re: r500 progress?

2007-04-23 Thread Jerome Glisse
interested in providing such dumps take a look at nouveau wiki and dri wiki i believe there is instruction their on the way to proceed. best, Jerome Glisse - This SF.net email is sponsored by DB2 Express Download DB2 Express C

Re: r500 progress?

2007-03-19 Thread Jerome Glisse
On 3/18/07, Brandon Sharitt [EMAIL PROTECTED] wrote: I remember reading something about Jerome Glisse leading up an effort too bring support to r500 based cards, though I don't recall if it was officially happening with in the DRI development process, or just a side effort for now to be folded

Re: [PATCH] Use constants during reset

2007-03-01 Thread Jerome Glisse
and make such using your one local branch could help to have clean patch :) best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: [PATCH] R300 early Z cleanup

2007-02-26 Thread Jerome Glisse
On 2/26/07, Roland Scheidegger [EMAIL PROTECTED] wrote: Christoph Brill wrote: Attached is a mini-patch to add the address of early Z to r300_reg.h and use it. Jerome Glisse helped me with this patch. Thanks. :-) Not really related directly to the patch itself, but it seems to me

Re: [PATCH] R300 early Z cleanup

2007-02-26 Thread Jerome Glisse
On 2/26/07, Keith Whitwell [EMAIL PROTECTED] wrote: Jerome Glisse wrote: On 2/26/07, Roland Scheidegger [EMAIL PROTECTED] wrote: Christoph Brill wrote: Attached is a mini-patch to add the address of early Z to r300_reg.h and use it. Jerome Glisse helped me with this patch. Thanks

Re: Kernel panic with Mobility M300 (TP43p) and DRI/Mesa/EGL demo

2007-02-20 Thread Jerome Glisse
enabled under xorg ? If so then you will have to investigated, likely somethings isn't properly initialized and i would bet that this is somethings that ddx use to initialize. best, Jerome Glisse - Take Surveys. Earn Cash

Re: [R300][PATCH] Add/fix COS SIN + FP fixes

2007-02-14 Thread Jerome Glisse
COS. - tweaked weight (should help on precision). - fixed a copy paste typo in emit_arith(). Roland would you mind testing if the tweaked weight helped? And Jerome would you mind committing this? Rune Petersen Pushed, git isn't so frightening trust me :) best, Jerome Glisse

Re: [R300][PATCH] Add/fix COS SIN + FP fixes

2007-02-11 Thread Jerome Glisse
On 2/11/07, Jerome Glisse [EMAIL PROTECTED] wrote: On 2/10/07, Rune Petersen [EMAIL PROTECTED] wrote: Hi, Getting proper SIN and COS wasn't as easy as it appeared. I had to make make some changes to the fragment program code. general FP changes: - support HHH swizzle for vector

Re: [R300][PATCH] Add/fix COS SIN + FP fixes

2007-02-11 Thread Jerome Glisse
On 2/11/07, Rune Petersen [EMAIL PROTECTED] wrote: Rune Petersen wrote: . Rune Petersen wrote: Jerome Glisse wrote: On 2/11/07, Jerome Glisse [EMAIL PROTECTED] wrote: On 2/10/07, Rune Petersen [EMAIL PROTECTED] wrote: Hi, Getting proper SIN and COS wasn't as easy

Re: [R300][PATCH] Add/fix COS SIN + FP fixes

2007-02-10 Thread Jerome Glisse
to the rework i did on fragprog). Anyway here from limited testing your patch seems good, you should commit it. best, Jerome Glisse - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: Debugging the Radeon 200M command processor (CP)

2007-01-13 Thread Jerome Glisse
and the fields. It makes reading the trace much easier. Is there some place I can put that on the freedesktop servers? I don't think there is any place for this except user account, you could send it to me and i will put it in mine. best, Jerome Glisse

R300 / R500 support and news

2007-01-11 Thread Jerome Glisse
to me or any other people willing to enlight you on the status of a particular piece of code or feature. I will likely start another wiki page for R500 as soon as i figured more information about this. best, Jerome Glisse

Re: R300 status

2007-01-10 Thread Jerome Glisse
have tendency to go upwind. I got no idea that involve A, M and D. best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: accelerating horizontal scroll on nvidia -- nouveau

2007-01-09 Thread Jerome Glisse
automake 1.9.6. Is drm version-dependent, or I need some more mesa components or something else? Cheers, Alexy I think you simply miss libtool check you distrib package for it. best, Jerome Glisse - Take Surveys. Earn Cash

Re: r500 - where to start?

2007-01-08 Thread Jerome Glisse
current dri dev can't work on this due to NDA or lack of time. best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: seeking a pcie card recommendation

2006-12-28 Thread Jerome Glisse
predict when they might be. For nvidia card take a look at nouveau.freedesktop.org i think they got a list there. best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: Compilation issue with current development DRM tree

2006-12-27 Thread Jerome Glisse
. I think Dave got patches for that but you will have to wait he came back from vacation. best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: r500 - where to start?

2006-12-23 Thread Jerome Glisse
libsegfault can help you people.freedesktop.org/~glisse/ I am myself planning to take a look into that matter in the few coming days. Maybe i will got somethings in couple of day. best, Jerome Glisse - Take Surveys. Earn Cash

Re: [r300] fragment.position patch (RFC)

2006-11-17 Thread Jerome Glisse
things iirc Keith did somethings in mesa about position invariant and vertex program, can't remember exactly as i wasn't much looking in vertex shader at that time :) Anyway good job Rune :) best, Jerome Glisse - Take Surveys

Re: Broken mesa build.

2006-11-12 Thread Jerome Glisse
checkout is bit old, try cvs up -dPA, you could also remove unwanted driver by editing configs/linux-dri and removing driver not revelant to you (bottom of the file). best, Jerome Glisse - Using Tomcat but need to do more? Need

Re: s3tc issues with r300 and neverwinternights.

2006-11-06 Thread Jerome Glisse
. . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow orval ~/games/nwn/nwn Doesn't nwn have a log file where it clearly state what's wrong. Maybe you miss another extension. best, Jerome Glisse

Re: Mesa (R300 ?) segfault

2006-10-30 Thread Jerome Glisse
On 10/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jerome, thanks for your post. In the weekend I did some checks but it just made myself more confused. I downloaded the source of Mesa-6.5.1 , I configured for just making trident dri and started the compilation with make

Re: Mesa (R300 ?) segfault

2006-10-27 Thread Jerome Glisse
that. Please provide more information on how you setup your environement (did you build yourself mesa or does it cames from your distrib, did you build yourself dri module ? etc ...) best, Jerome Glisse - Using Tomcat but need

Texture function opengl specification

2006-10-14 Thread Jerome Glisse
than to conform to this specification. best, Jerome Glisse #include assert.h #include stdio.h #include stdlib.h #include string.h #define GL_GLEXT_PROTOTYPES #include GL/glut.h #define W 64 #define H 64 static GLubyte my_image[W*H*4]; static GLuint alphaBits; #define USE_FRAG_PROG 1 void

Re: Texture function opengl specification

2006-10-14 Thread Jerome Glisse
On 10/14/06, Roland Scheidegger [EMAIL PROTECTED] wrote: Jerome Glisse wrote: Hi, I am wondering if i am fully understanding how texture value should be computed. I am refering here to section 3.8.13 of opengl specification and specialy to table 3.21. My understanding is that when

Re: r300 vs. UFO:AI 2.0-rc 5

2006-10-05 Thread Jerome Glisse
) the game will be rendered using mesa software, if you still see the bug then this is a game bug. best, Jerome Glisse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: What can the FSF do to help?

2006-09-11 Thread Jerome Glisse
shareholder. I also think we lack people to work on that, or at least people working on thatlack time, i would like to contribute more but my time is already almost fullfillby my work.best,Jerome Glisse - Using Tomcat but need to do

Re: [r300] TCL fallback with Quake3

2006-08-27 Thread Jerome Glisse
to fragment shader before any fragment shader program is supplied. Maybe digging a bit the spec and see what to do when called without any program bound. best, Jerome Glisse - Using Tomcat but need to do more? Need to support

Re: PCI-E Radeons?

2006-07-31 Thread Jerome Glisse
) Does it mean that all PCI-Express x300, x550, x600, x700, x800 cards will work with hardware accelerated OpenGL on r300 driver? Yes all X300 up to X850 will work. best, Jerome Glisse - Take Surveys. Earn Cash. Influence

Re: GLX works... But glxgears doesn't...

2006-07-08 Thread Jerome Glisse
above. The rest normal X seems to work fine. - Erwin Please try with DRM libdrm from CVS. best, Jerome Glisse Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application

Re: r300 compilation problem

2006-07-08 Thread Jerome Glisse
:) and didn't get that. Could you try to upgrade your libdrm with the one in cvs (DRM cvs). best, Jerome Glisse Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application

Re: r300 code cleanup

2006-07-04 Thread Jerome Glisse
On 7/4/06, Tilman Sauerbeck [EMAIL PROTECTED] wrote: Jerome Glisse [2006-07-03 23:49]: For indenting rules i personnaly use the linux kernel ones, iirc this was the original indenting choosed by Nicolai. Anyway, we can use another if people prefer another one (as long as the indenting you

r300 code cleanup

2006-07-03 Thread Jerome Glisse
things from vertex_shader.h to r300_vertexprog.h thus having consistent naming. Doing this might need cvs manipulation if we want to preserve history. Maybe we could hold one this until a migration to another revision system (git ? ;)) best, Jerome Glisse Using Tomcat but need to do more? Need

Re: Why DRI/Mesa turns off hardware acceleration instead disabling features?

2006-06-30 Thread Jerome Glisse
is still in development, lot of feature are missing. Thus i think it will be a burden to add such flag and dev will loose time doing that while they could simply work on the feature. best, Jerome Glisse Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: R3XX lockup possible solution

2006-06-25 Thread Jerome Glisse
write 0x0008 to 0x0118. best, Jerome Glisse Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as

Re: Re : R3XX lockup possible solution

2006-06-25 Thread Jerome Glisse
might be a bit different depending on card thus we might need log of fglrx to compare value written on different card. best, Jerome Glisse Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download

R3XX lockup possible solution

2006-06-24 Thread Jerome Glisse
time a key to go over initialization step in the program if it lockup your computer please report last things you see printed. Report your status. PS: Sorry for cross posting but i wanted to have as many tester as possible. best, Jerome Glisse To get the ADDR use lspci -v then this is second

Re: R3XX lockup possible solution

2006-06-24 Thread Jerome Glisse
On 6/24/06, Patrick McFarland [EMAIL PROTECTED] wrote: On Saturday 24 June 2006 11:27, Jerome Glisse wrote: Attached is the possible initialization we lack for r3xx chipset, might also be usefull for r4xx. I am still not 100% confident that this solve lockup but i have been able to run

Re: 9800 lockups, why fixing them seems to be that hard ?

2006-06-19 Thread Jerome Glisse
with fglrx first to see if that helps. I expect he'll pop on this list or the bugzilla with more details soon. If he could use and existing bug there is so much of them :( I am hopping getting some days off this week to finish this... best, Jerome Glisse

Re: 9800 lockups, why fixing them seems to be that hard ?

2006-06-18 Thread Jerome Glisse
fire them... So basicly what we are missing is people and time to do this. I have very little time (i am phd student and this already eat up almost all my time). best, Jerome Glisse -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net https

Re: 9800 lockups, why fixing them seems to be that hard ?

2006-06-18 Thread Jerome Glisse
On 6/18/06, Aapo Tahkola [EMAIL PROTECTED] wrote: On Sun, 18 Jun 2006 11:58:31 +0200 Jerome Glisse [EMAIL PROTECTED] wrote: On 6/18/06, Elie Morisse [EMAIL PROTECTED] wrote: Hi, I'm keeping an eye on DRM and Mesa CVS commits since 9 months now, test regularly the whole thing

Re: x800 donation

2006-06-16 Thread Jerome Glisse
PROTECTED] It's very kind to propose such donation but i think most developer interested in it already got some r3xx or r4xx hardware. I would have like to have a X800 but i already got mervelous time working on r3xx lockup :) Anyway thx for your offer. best, Jerome Glisse

<    1   2   3   4   5   6   7   8   >