[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2011-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Bug 27840 depends on bug 29460, which changed state.

Bug 29460 Summary: GNU/Hurd support
https://bugs.freedesktop.org/show_bug.cgi?id=29460

   What|Old Value   |New Value

 Resolution||FIXED
 Status|NEW |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2011-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Jon TURNEY jon.tur...@dronecode.org.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #14 from Jon TURNEY jon.tur...@dronecode.org.uk 2011-04-08 
12:50:08 PDT ---

Patch to make --disable-driglx-direct the default on Cygwin applied as commit
c6e33ca285f9eba26cae2fdd74fb5cc694f1e74b

(In reply to comment #13)
 Created an attachment (id=38525)
 View: https://bugs.freedesktop.org/attachment.cgi?id=38525
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=38525

 Fix compilation without xf86vidmode extension
 
 (In reply to comment #11)
  pulled the xf86vidmode patch.
 
 This seems to have rusted a little bit.  I think the attached patch is also
 needed to compile now without xf86vidmode.

Fixed differently by commit 57d3f71132a59315d47c42a110228a523f9ea23d

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #11 from Kristian Høgsberg k...@bitplanet.net 2010-09-07 10:33:52 
PDT ---
I removed the dri2proto.h include, no longer necessary and pulled the
xf86vidmode patch.  Not sure what you want to do for configure.ac, can you post
the complete patch you'd like to use?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #12 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-09-07 
11:32:38 PDT ---
(In reply to comment #11)
 I removed the dri2proto.h include, no longer necessary and pulled the
 xf86vidmode patch.  Not sure what you want to do for configure.ac, can you 
 post
 the complete patch you'd like to use?

I think I really would like the patch in attachment 38479 on top of the patches
in bug #29460.  That does seem to be the best way to do things to me.

I've built a new git branch with the changes at
  git://anongit.freedesktop.org/~jturney/mesa nodrm-build-fixes

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #13 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-09-07 
11:36:05 PDT ---
Created an attachment (id=38525)
 View: https://bugs.freedesktop.org/attachment.cgi?id=38525
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=38525

Fix compilation without xf86vidmode extension

(In reply to comment #11)
 pulled the xf86vidmode patch.

This seems to have rusted a little bit.  I think the attached patch is also
needed to compile now without xf86vidmode.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Jon TURNEY jon.tur...@dronecode.org.uk changed:

   What|Removed |Added

  Attachment #37723|0   |1
is obsolete||
  Attachment #37725|0   |1
is obsolete||
  Attachment #37726|0   |1
is obsolete||

--- Comment #9 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-09-06 
08:57:16 PDT ---
Created an attachment (id=38479)
 View: https://bugs.freedesktop.org/attachment.cgi?id=38479
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=38479

Add cygwin platform-specific settings for building -with-driver=dri

Updated based on the much simpler approach taken in bug #29640

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Jon TURNEY jon.tur...@dronecode.org.uk changed:

   What|Removed |Added

 Depends on||29640

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Jon TURNEY jon.tur...@dronecode.org.uk changed:

   What|Removed |Added

 Depends on|29640   |29460

--- Comment #10 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-09-06 
08:59:03 PDT ---
oops typo, I meant bug #29460

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-08-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #5 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-08-09 
06:35:33 PDT ---
Created an attachment (id=37724)
 View: https://bugs.freedesktop.org/attachment.cgi?id=37724
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=37724

 Make DRI2PROTO optional in a GLX_INDIRECT_RENDERING only build

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-08-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

Jon TURNEY jon.tur...@dronecode.org.uk changed:

   What|Removed |Added

  Attachment #35296|0   |1
is obsolete||

--- Comment #6 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-08-09 
06:36:47 PDT ---
Created an attachment (id=37725)
 View: https://bugs.freedesktop.org/attachment.cgi?id=37725
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=37725

Make DRI2PROTO optional in a GLX_INDIRECT_RENDERING only build

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-04-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #1 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-04-26 
10:35:20 PDT ---
Created an attachment (id=35294)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35294
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=35294

Make XF86VIDMODE extension optional

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-04-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #2 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-04-26 
10:35:55 PDT ---
Created an attachment (id=35295)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35295
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=35295

 Don't require LIBDRM on Cygwin, and build with GLX_INDIRECT_RENDERING only

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 27840] Enable mesa to be built for Cygwin -with-driver=dri

2010-04-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27840

--- Comment #3 from Jon TURNEY jon.tur...@dronecode.org.uk 2010-04-26 
10:36:18 PDT ---
Created an attachment (id=35296)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35296
 Review: https://bugs.freedesktop.org/review?bug=27840attachment=35296

Make DRI2PROTO optional in a GLX_INDIRECT_RENDERING only build

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev