search for: r128

Displaying 20 results from an estimated 73 matches for "r128".

Did you mean: 128
2018 Oct 23
0
[ANNOUNCE] xf86-video-r128 6.12.0
...It is always possible that I can mess up the code, but it appears that the code is working correctly. --- Helmut Grohne (1): Another fix for cross build failure Kevin Brace (26): Version bumped to 6.11.99 Separate EXA and XAA initialization Evaluate NoAccel option inside R128PreInit Evaluate EXA related options inside R128PreInit Evaluate software cursor option inside R128PreInit Remove OPTION_DAC_8BIT option Move many DDX UMS options into R128UMSOption Delete USE_CRT_ONLY conditional compilation directive Delete OPTION_DISPLAY option...
2017 Jan 17
0
[ANNOUNCE] xf86-video-r128 6.10.2
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Connor Behan (1): Remove gatos advertisement Kevin Brace (1): xextproto 7.1 support update to the source code Matt Turner (1): xf86-video-r128 6.10.2 git tag: xf86-video-r128-6.10.2 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-r128-6.10.2.tar.bz2 MD5: 905758eb0711bf7151c4f6c435757426 xf86-video-r128-6.10.2.tar.bz2 SHA1: ea3c739efda6ce785b057ac9c39f9247ae9ede8e xf86-video-r128-6.10.2.tar.bz2 SHA256: 84da21517f3af7...
2018 Jul 19
0
[ANNOUNCE] xf86-video-r128 6.11.0
Colin Walters (1): autogen.sh: Implement GNOME Build API Dylan Aïssi (1): Fix typo: Initalizing --> Initializing Emil Velikov (2): autogen.sh: use quoted string variables xf86-video-r128: remove the GlxSetVisualConfigs stub and friends Helmut Grohne (1): Fix for cross build failure Kevin Brace (31): Move the location where R128PreInitGamma is called Move assignment of color depth variables away from R128PreInitVisual Move the assignment to monitor field of...
2015 May 02
0
[ANNOUNCE] xf86-video-r128 6.10.0
...sconst header Make it easier to find EXA Restore PLL0 as well as PLL3 Fix allocation of private entity Look for VGA ports in the VBIOS Update bitmasks for DDC Bump to version 6.10.0 Tormod Volden (1): Do not use int10 or VBE on powerpc git tag: xf86-video-r128-6.10.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-r128-6.10.0.tar.bz2 MD5: e24c8e50e545adcbe12edb031dab4948 xf86-video-r128-6.10.0.tar.bz2 SHA1: 159aee7d19b3a3f282e7b830e192fe84892c4006 xf86-video-r128-6.10.0.tar.bz2 SHA256: 80d531a07168230a408b88809a5440cfd48f9098666d1270...
2016 Jan 22
0
[ANNOUNCE] xf86-video-r128 6.10.1
Connor Behan (3): Really fix bitmasks for DDC Assume CRT in the absence of other monitors Bump to version 6.10.1 git tag: xf86-video-r128-6.10.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-r128-6.10.1.tar.bz2 MD5: 770c2342141874f8a81a95ecd1839746 xf86-video-r128-6.10.1.tar.bz2 SHA1: 25559ee795b7f417770086a53d9acdfaad8423da xf86-video-r128-6.10.1.tar.bz2 SHA256: 5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cf...
2014 Jun 18
2
R128gain & metaflac
>The use of R128 also raises the question about "REPLAYGAIN_REFERENCE_LOUDNESS" >tag. Currently flac/metaflac writes "REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB" >but doesn't use it when decoding (it seems that nothing uses this tag). >R128 defines reference level differently, so this ta...
2014 Jun 16
3
R128gain & metaflac
I mention metaflac because there are a few shell scripts that use it to write RG tags in a flac music library on Linux. With support for Ebu R128 gain in metaflac (the calculation according to specification, not an external program) it would be easy to use, just change the cmd line for metaflac in the script. Now that metaflac supports sample rates higher than 48kHz this would be a good thing in my view. Of course it would be nice to have th...
2008 Jun 12
0
[ANNOUNCE] xf86-video-r128 6.8.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Subject: [ANNOUNCE] xf86-video-r128 6.8.0 To: xorg-announce at lists.freedesktop.org Dave Airlie (9): r128: fix bios size setting for pciaccess George Sapountzis (8): drop radeon, theatre (build system). drop radeon, theatre drop AtomBios and pcidb drop ati wrapper drop mach64 (build system)...
2014 Jun 15
3
R128gain & metaflac
Hi has anyone looked at adding R128gain code to metaflac so we can select to use this calculation for RP tags rather than replay gain? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20140615/1c1ca9c9/attachment.htm
2014 Jun 18
0
R128gain & metaflac
...artowicz wrote: > I use it :) To optionally allow adjustment of tracks containing different > types of gain tag to a similar overall loudness. Admittedly this isn't > common. Files using the original replaygain algorithm with a reference > loudness of 83dB are now very rare, but R128 tags are starting to show up > (eg. in Opus) and these play at a significantly different (quieter) level to > tracks adjusted with the 89dB reference loudness tags. a) According to David Robinson, "ReplayGain tags should always be quoted relative to 89dB". So all files that were sc...
2012 Feb 22
2
[LLVMdev] Eliminating copies between overlapping register classes
Hi, I have two register classes A and B, where A contains a subset of the registers in B: A = [R0, R1, R2, ... R128] B = [RO, R1, R2, ... R128, T0, T1, T2, ... T128] I am using the Greedy Register Allocator, and I would expect the register allocator to eliminate this copy: %vreg0<def> = COPY %vreg1; B:%vreg0 A:%vreg1 but instead I end up with %R0<def> = COPY %R1 Is there any way I can get...
2014 Jun 16
0
R128gain & metaflac
As far as I know, R128 as ReplayGain isn't really considered final yet (see http://wiki.hydrogenaud.io/index.php?title=ReplayGain_2.0_specification for example), so it would probably be a bit early to update this in the FLAC source. op 16-06-14 10:15, Olav Sunde schreef: > I mention metaflac because there are...
2014 Jun 18
4
R128gain & metaflac
>b) According to http://wiki.xiph.org/OggOpus#Comment_Header >there should be no REPLAYGAIN_*** tags in Opus files; Opus uses >R128_TRACK_GAIN tag. If some audio player reads Opus tags then it should >be aware of the difference between ReplayGain and R128. But this doesn't >require REPLAYGAIN_REFERENCE_LOUDNESS tag. > > The Opus replaygain spec is fundamentally broken, so let's ignore that for now. It is di...
2012 Feb 23
0
[LLVMdev] Eliminating copies between overlapping register classes
On Feb 22, 2012, at 12:01 PM, Tom Stellard wrote: > Hi, > > I have two register classes A and B, where A contains a subset of the > registers in B: > > A = [R0, R1, R2, ... R128] > > B = [RO, R1, R2, ... R128, > T0, T1, T2, ... T128] > > I am using the Greedy Register Allocator, and I would expect the register > allocator to eliminate this copy: > > %vreg0<def> = COPY %vreg1; B:%vreg0 A:%vreg1 > > but instead I end up with >...
2012 Feb 23
1
[LLVMdev] Eliminating copies between overlapping register classes
...22, 2012 at 07:00:55PM -0800, Jakob Stoklund Olesen wrote: > > On Feb 22, 2012, at 12:01 PM, Tom Stellard wrote: > > > Hi, > > > > I have two register classes A and B, where A contains a subset of the > > registers in B: > > > > A = [R0, R1, R2, ... R128] > > > > B = [RO, R1, R2, ... R128, > > T0, T1, T2, ... T128] > > > > I am using the Greedy Register Allocator, and I would expect the register > > allocator to eliminate this copy: > > > > %vreg0<def> = COPY %vreg1; B:%vreg0 A:%vreg1 &gt...
2016 Apr 21
0
[PATCH 15/24] drm/r128: add extern C guard for the UAPI header
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- include/uapi/drm/r128_drm.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/uapi/drm/r128_drm.h b/include/uapi/drm/r128_drm.h index 7a44c65..690e9c6 100644 --- a/include/uapi/drm/r128_drm.h +++ b/include/uapi/drm/r128_drm.h @@ -35,6 +35,10 @@ #include "drm.h" +#if defined(__cplusplus)...
2020 Feb 25
1
[PATCH 1/3] drm: Add separate state structure for legacy, non-KMS drivers
...by: Thomas Zimmermann <tzimmermann at suse.de> > --- > drivers/gpu/drm/drm_drv.c | 4 ++++ > drivers/gpu/drm/i810/i810_drv.c | 4 ++++ > drivers/gpu/drm/mga/mga_drv.c | 4 ++++ > drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++ > drivers/gpu/drm/r128/r128_drv.c | 4 ++++ > drivers/gpu/drm/savage/savage_drv.c | 4 ++++ > drivers/gpu/drm/sis/sis_drv.c | 4 ++++ > drivers/gpu/drm/tdfx/tdfx_drv.c | 4 ++++ > drivers/gpu/drm/via/via_drv.c | 4 ++++ > include/drm/drm_drv.h | 3 +++ > inc...
2020 Feb 25
0
[PATCH 1/3] drm: Add separate state structure for legacy, non-KMS drivers
...re resolves this. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/drm_drv.c | 4 ++++ drivers/gpu/drm/i810/i810_drv.c | 4 ++++ drivers/gpu/drm/mga/mga_drv.c | 4 ++++ drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++ drivers/gpu/drm/r128/r128_drv.c | 4 ++++ drivers/gpu/drm/savage/savage_drv.c | 4 ++++ drivers/gpu/drm/sis/sis_drv.c | 4 ++++ drivers/gpu/drm/tdfx/tdfx_drv.c | 4 ++++ drivers/gpu/drm/via/via_drv.c | 4 ++++ include/drm/drm_drv.h | 3 +++ include/drm/drm_legacy.h...
2020 Feb 25
7
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
...ivers/gpu/drm/drm_pci.c | 16 ++++++++++------ drivers/gpu/drm/drm_vblank.c | 11 ++++++----- drivers/gpu/drm/i810/i810_drv.c | 10 +++++++--- drivers/gpu/drm/mga/mga_drv.c | 16 ++++++++++------ drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++ drivers/gpu/drm/r128/r128_drv.c | 16 ++++++++++------ drivers/gpu/drm/savage/savage_drv.c | 12 ++++++++---- drivers/gpu/drm/sis/sis_drv.c | 8 ++++++-- drivers/gpu/drm/tdfx/tdfx_drv.c | 6 +++++- drivers/gpu/drm/via/via_drv.c | 16 ++++++++++------ include/drm/drm_device.h...
2014 Jun 15
0
R128gain & metaflac
Olav Sunde wrote: > has anyone looked at adding R128gain code to metaflac so we can select > to use this calculation for RP tags rather than replay gain? Why metaflac only? flac is also able to calculate RG values. And, as far as I can see R128GAIN (http://r128gain.sourceforge.net/) is a standalone app, not a library. So probably it would be dif...