On Fri, 2009-01-23 at 17:06 +0530, Abraham Varricatt wrote:
>  
> Where are the developments for the libdrm libraries & kernel-level
> modesetting taking place ? 
> 
> i.e. I just want to know the git repos from where I can get the
> source.
> 
>  
> 
> Earlier I was told that the latest code (modesetting) would be in the
> kernel git, so if I want to try developing for it should I git (repo)
> the linux kernel ?
> 
>  
> 
> I know this is a silly question to be asking the mailing list, but the
> web-site
> 
>  http://dri.freedesktop.org/wiki/FrontPage 
> 
> is not particularly helpful.
> 
>  
> 
> At least, the last time I got the git repo mentioned there, I was told
> that development on it was suspended and moved to the kernel …
> 
>  
> Abru


Which hw are you interested in ? For intel upstream is (AFAIK)
branch drm-intel-next
git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel.git

General drm development for linux and what going to be included next
is at (again AFAIK):
branch drm-next
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git

If you want to develop your own driver you should base you code on
this.

For libdrm it's git://anongit.freedesktop.org/git/mesa/drm
(master branch).

Nouveau is developed at git://anongit.freedesktop.org/git/mesa/drm
Radeon is bit at (drm-rawhide branch)
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
and some others bit in modesetting-gem branch at 
git://anongit.freedesktop.org/git/mesa/drm

I think the plan is to slowly move all kernel development to linux
free on branch based on Dave drm-next branch. While libdrm will
stay at fdo. Maybe at somepoint we could remove kernel bit from
drm repo or start a new libdrm repo.

Cheers,
Jerome


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to