History log of /haiku/src/add-ons/kernel/drivers/graphics/nvidia/Jamfile
Revision Date Author Comments
# 1e60bdea 30-Mar-2019 Augustin Cavalier <waddlesplash@gmail.com>

Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.


# ff2e5209 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the old "CVS" package rules

... and all their invocations.


# 085f6723 16-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix build due to <directories.h> move

Apparently I should have done a complete rebuild after moving
directories.h from headers/private/libroot to .../system, since a lot of
stuff didn't build anymore.


# 323b6546 21-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Filtered flat import of Oliver's svn package management branch

Bring the changes that aren't package management related and the ones
that are but don't take effect as long as they are ignored by the build
system into the master.

Summary of changes:
* Introduce private header <directories.h> with constants for a good
deal of paths that should usually be retrieved via find_directory().
* Replace hard-coded paths by using find_directory() or the
<directories.h> constants (e.g. in drivers and the kernel).
* Add find_directory() constants needed for package management.
* Add __HAIKU_ABI_NAME and B_HAIKU_ABI_NAME macros.
* src/apps/deskbar: BeMenu.* -> DeskbarMenu.*,
DeskBarUtils.* -> DeskbarUtils.*
* Change deskbar menu settings directory from ~/config/be to
~/config/settings/deskbar.
* Other smaller cleanups, changes, and fixes.


# e99df3a5 16-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix build due to <directories.h> move

Apparently I should have done a complete rebuild after moving
directories.h from headers/private/libroot to .../system, since a lot of
stuff didn't build anymore.


# 3dfd9cb9 16-Jun-2011 Oliver Tappe <zooey@hirschkaefer.de>

Flat commit of all changes from package-management branch in svn


# 9b53cf03 23-Aug-2009 Rudolf Cornelissen <rudolf.cornelissen@gmail.com>

implemented haiku-specific hook GET_ACCELERANT_DEVICE_INFO. Haiku's screen prefs panel now indicates the brand name of the screen and only offers fully compatible modes for a connected screen if I understand it correctly. Note: currently only working for analog connected screens, digital connected screens coming up next. Updated docs, bumped version to 0.96.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32627 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5667a5b 04-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox";
also renamed their accelerants and settings files accordingly.
* Added Mandelbrot and GLDirectMode as demo applications.
* Moved CortexAddOnHost to /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c49e0c68 18-Sep-2006 Jérôme Duval <korli@users.berlios.de>

dropped a useless arg of the KernelAddon rule, hope I don't mess anything


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18879 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc3 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d13b0de 16-Nov-2004 shatty <shatty@nowhere.fake>

openbeos packages become haiku packages


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9979 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 141121d9 18-Dec-2003 shatty <shatty@nowhere.fake>

generate "cvs" packages instead of 1.0


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5709 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6626d6e0 18-Dec-2003 shatty <shatty@nowhere.fake>

packages related changes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5707 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3db35121 22-Nov-2003 shatty <shatty@nowhere.fake>

add graphics/nvidia driver


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b83f3b4 22-Nov-2003 shatty <shatty@nowhere.fake>

openBeOS_Nvidia_V0.02_src


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5447 a95241bf-73f2-0310-859d-f6bbb57e9c96


# ff2e520912416877692e36bb130608d1a92df078 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the old "CVS" package rules

... and all their invocations.


# 085f6723a41e1980a3bd03ff7b68c8869feb513d 16-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix build due to <directories.h> move

Apparently I should have done a complete rebuild after moving
directories.h from headers/private/libroot to .../system, since a lot of
stuff didn't build anymore.


# 323b65468e5836bb27a5e373b14027d902349437 21-Nov-2011 Oliver Tappe <zooey@hirschkaefer.de>

Filtered flat import of Oliver's svn package management branch

Bring the changes that aren't package management related and the ones
that are but don't take effect as long as they are ignored by the build
system into the master.

Summary of changes:
* Introduce private header <directories.h> with constants for a good
deal of paths that should usually be retrieved via find_directory().
* Replace hard-coded paths by using find_directory() or the
<directories.h> constants (e.g. in drivers and the kernel).
* Add find_directory() constants needed for package management.
* Add __HAIKU_ABI_NAME and B_HAIKU_ABI_NAME macros.
* src/apps/deskbar: BeMenu.* -> DeskbarMenu.*,
DeskBarUtils.* -> DeskbarUtils.*
* Change deskbar menu settings directory from ~/config/be to
~/config/settings/deskbar.
* Other smaller cleanups, changes, and fixes.


# e99df3a512431f30e07187454953b5d8f1a6b6e5 16-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix build due to <directories.h> move

Apparently I should have done a complete rebuild after moving
directories.h from headers/private/libroot to .../system, since a lot of
stuff didn't build anymore.


# 3dfd9cb95ce45f59160d50975210bc55e3fc0709 16-Jun-2011 Oliver Tappe <zooey@hirschkaefer.de>

Flat commit of all changes from package-management branch in svn


# 9b53cf03cdb033edafcbea7aa767af98f693ec63 23-Aug-2009 Rudolf Cornelissen <rudolf.cornelissen@gmail.com>

implemented haiku-specific hook GET_ACCELERANT_DEVICE_INFO. Haiku's screen prefs panel now indicates the brand name of the screen and only offers fully compatible modes for a connected screen if I understand it correctly. Note: currently only working for analog connected screens, digital connected screens coming up next. Updated docs, bumped version to 0.96.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32627 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a5667a5b8bec2562448df19abd4c23b481b2c635 04-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox";
also renamed their accelerants and settings files accordingly.
* Added Mandelbrot and GLDirectMode as demo applications.
* Moved CortexAddOnHost to /bin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c49e0c68b013ebe90a3a48d5e98b5788ba2e6542 18-Sep-2006 Jérôme Duval <korli@users.berlios.de>

dropped a useless arg of the KernelAddon rule, hope I don't mess anything


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18879 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc301721b1f472e8297a898d4eaa2f2ee3a 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4d13b0dee028d116ca66bfd6e76b74d01e4b3adb 16-Nov-2004 shatty <shatty@nowhere.fake>

openbeos packages become haiku packages


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9979 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 141121d9e9c312a3a13c5cadded81e9c2cb3418f 18-Dec-2003 shatty <shatty@nowhere.fake>

generate "cvs" packages instead of 1.0


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5709 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6626d6e0578ad2b46a5f0a295e70e4707747f30c 18-Dec-2003 shatty <shatty@nowhere.fake>

packages related changes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5707 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3db351215a9781e68422f50f8290e1cf93882f22 22-Nov-2003 shatty <shatty@nowhere.fake>

add graphics/nvidia driver


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2b83f3b47d3f5b86321d26788ed67ff42b8d5999 22-Nov-2003 shatty <shatty@nowhere.fake>

openBeOS_Nvidia_V0.02_src


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5447 a95241bf-73f2-0310-859d-f6bbb57e9c96