Displaying 20 results from an estimated 300 matches similar to: "getwinegit.sh v0.4 released!"
2006 Feb 19
2
getwinegit.sh 0.2
I decided to make this release a bit more complete than the other ones
i did before. Bugfree (i hope ;)) and with readme. current version is
0.2.
this is the readme's content:
getwinegit.sh-README
:: Intro
getwinegit is a script which was designed to download/update, compile
and install the current wine-git-source-tree.
:: Usage
Usage: /usr/bin/getwinegit.sh -mode
modes:
-0 update the
2006 Apr 01
1
getwinegit.sh 0.32 released!
One more Version! It's time to test this script until it is one of the
last versions. I don't want to spend more time into this so I desided
to soonly quit this project. Here the Changes since 0.31:
0.32 No Changes to Functitonality, but cool stuff :)
- Better Trap-handling
- Nicer Sleeper-function (I love it)
- No output to the shell but only the ones by getwinegit.sh
blackbox? no,
2006 Mar 29
1
getwinegit.sh 0.31 released!
OK, I'm tired now but this is a new release an it owns ;). It should
be quite stable but I didn't test it. So what has changed:
0.31 One more Release, I'm glad about this one
- Some smaller an greater Fixes
- After Compiling, the Script creates a helperfile to help mode 4
- Sections in Logfile
- Trap included to handle ctrl+c
- Implemented a
2006 Apr 11
1
getwinegit.sh 0.33 released! (final version)
In this Release I changed all the stuff i was annoyed of. Here the changes:
0.33 We are now also able to load a config-file...
- Optional Config-File Support! The Internal Config-Area still exists.
I created an example-config and a colorless one for all who don't
want a colorful output
- Better handling of multiple process protection for the script
- Better Checks for set variables
2006 Mar 16
0
getwinegit.sh 0.3 released!
Weehaa, my getwinegit.sh-script now reached a next major version-step!
It's not perfect but it should do it's job very smoothly. Here's, what
has changed:
0.3_Yea, new features and some fixes ;)
- Mode 4: installs an already compiled source
- fixed a bug when mode was 3 and the target-dir was _not_ found
- Now uses PID-Files to ensure, that getwinegit.sh does not run
2006 Mar 02
0
getwinegit.sh 0.21 released
Hellooo, punctual to the new wine-0.9.9-release there is a new version
of my getwinegit.sh-script. No great changes but some smaller ones.
First of all, the logger got more informative if you experience
problems with your getwinegit.sh-installation. The second thing is a
better checking of the config-vars. Not the supergreat errorhandling i
would like it to be but now there is something that
2006 Feb 13
0
Re: Small CVS-Update-Script
Hi Christian,
gettwinegit-0001.sh works almost perfectly ....
Every time I try to get a wine clone repository I get this
message:
error: Unable to get pack file
http://source.winehq.org/git/wine.git//objects/pack/pack-9cdf7885bd7aad70cde85ea0b0a0d4debe160b04.pack
transfer closed with 100593012 bytes remaining to read
Getting alternates list for
2007 Jun 22
1
Btrfs v0.4 available (warning: disk format change)
Hello everyone,
I wasn't planning on sending out v0.4 until ENOSPC was fixed, but Frank
Groeneveld narrowed down a bug with the file data checksumming code on
highmem 32bit machines.
Basically the way I was using cryptomgr made it incorrectly calculate
checksums on highmem pages.
So to simplify things, I've switched over to plain libcrc32c. Anyone
running on a 32 bit with highmem is
2007 Jun 22
1
Btrfs v0.4 available (warning: disk format change)
Hello everyone,
I wasn't planning on sending out v0.4 until ENOSPC was fixed, but Frank
Groeneveld narrowed down a bug with the file data checksumming code on
highmem 32bit machines.
Basically the way I was using cryptomgr made it incorrectly calculate
checksums on highmem pages.
So to simplify things, I've switched over to plain libcrc32c. Anyone
running on a 32 bit with highmem is
2004 Mar 02
1
VP3 Format Doc, v0.4
Hi,
Check it out-- another update in the space of a week:
http://home.pcisys.net/~melanson/codecs/vp3-format.txt
v0.4: March 2, 2004
- renamed and expanded section "Initializing The Quantization Matrices"
- outlined section "Reconstructing The Frame"
- moved Theora Differences Appendix to its own section entitled "Theora
Specification"
- added Appendix:
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
> On 19.02.2020 21:35, Ville Syrjala wrote:
> > From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
> >
> > Get rid of mode->vrefresh and just calculate it on demand. Saves
> > a bit of space and avoids the cached value getting out of sync
> > with reality.
> >
> > Mostly done
2020 Feb 24
0
[PATCH 04/12] drm: Nuke mode->vrefresh
On 19.02.2020 21:35, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following manual fixups:
> - Remove the now empty loop in
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
On 25.02.2020 12:21, Ville Syrj?l? wrote:
> On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
>> On 19.02.2020 21:35, Ville Syrjala wrote:
>>> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>>>
>>> Get rid of mode->vrefresh and just calculate it on demand. Saves
>>> a bit of space and avoids the cached value getting out of
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
Hi Ville
Thanks for the patch.
One comment below.
Thanks
Abhinav
On 2020-04-03 13:39, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
Hi Christian
Am 11.05.20 um 19:17 schrieb Christian K?nig:
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
>
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/radeon/Makefile | 4 +-
> drivers/gpu/drm/radeon/evergreen.c | 7 -
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
AGP is deprecated for 10+ years now and not used any more on modern hardware.
Old hardware should continue to work in PCI mode.
Signed-off-by: Christian K?nig <christian.koenig at amd.com>
---
drivers/gpu/drm/radeon/Makefile | 4 +-
drivers/gpu/drm/radeon/evergreen.c | 7 -
drivers/gpu/drm/radeon/r100.c | 10 +-
drivers/gpu/drm/radeon/r300.c | 9 -
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
On Mon, May 11, 2020 at 1:17 PM Christian K?nig
<ckoenig.leichtzumerken at gmail.com> wrote:
>
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
Might want to clarify that there is no loss of functionality here.
Something like:
"There is no loss of functionality here. GPUs will continue to