search for: channelmask

Displaying 9 results from an estimated 9 matches for "channelmask".

Did you mean: channel_mask
2018 Mar 05
2
nouveau 30bpp / deep color status
...fig represents, > * resulting in swapped color channels." > > RGBA/X formats should only be exposed > if (dri_loader_get_cap(screen, DRI_LOADER_CAP_RGBA_ORDERING)) > > and that is only the case for the Android loader. > > The GLX code doesn't use the red/green/blueChannelMasks for proper matching > of formats, and the server doesn't even transmit those masks to the client > in the case of GLX. So whatever 10 bit format comes first will win when > building the assignment to GLXFBConfigs. > > I looked at the code and how it behaves. In practice Intel gf...
2008 May 30
0
Request for Comments: multi-channel/32 bit WAV patch for oggenc
...32 bits int. 4) New parameter --ignorelength. To support wav files > 4 GB or STDIN with datalength ignored." "If ogg, and flac, formats want support multichannel audio need manage correctly the channel order and: 1) The internal order is free but must store in header something like a ChannelMask (like acmod-lfeon in ac3). 2) The encoder need assume the uncompressed input channel order (raw or standard PCM wav file) is always the same: FL,FR,FC,LFE,BL,BR,... If a ChannelMask is supplied (by parameter or WAVE_FORMAT_EXTENSIBLE header) must be stored in ogg data. If isn't supplied a defa...
2018 Mar 08
1
nouveau 30bpp / deep color status
....de at gmail.com> wrote: > Cc'ing mesa-dev, which was left out. > > > On 03/05/2018 01:40 PM, Ilia Mirkin wrote: >> >> On Mon, Mar 5, 2018 at 2:25 AM, Mario Kleiner >> <mario.kleiner.de at gmail.com> wrote: >>> Afaics EGL does the right thing wrt. channelmask matching of EGLConfigs >>> to >>> DRIconfigs, so we could probably implement dri_loader_get_cap(screen, >>> DRI_LOADER_CAP_RGBA_ORDERING) == TRUE for the EGL loaders. >>> >>> But for GLX it is not so easy or quick. I looked if i could make the >>&g...
2018 Mar 08
0
nouveau 30bpp / deep color status
...ulting in swapped color channels." >> >> RGBA/X formats should only be exposed >> if (dri_loader_get_cap(screen, DRI_LOADER_CAP_RGBA_ORDERING)) >> >> and that is only the case for the Android loader. >> >> The GLX code doesn't use the red/green/blueChannelMasks for proper matching >> of formats, and the server doesn't even transmit those masks to the client >> in the case of GLX. So whatever 10 bit format comes first will win when >> building the assignment to GLXFBConfigs. >> >> I looked at the code and how it behaves....
2018 Mar 05
0
nouveau 30bpp / deep color status
...isagree on which format the GLXFBConfig represents, * resulting in swapped color channels." RGBA/X formats should only be exposed if (dri_loader_get_cap(screen, DRI_LOADER_CAP_RGBA_ORDERING)) and that is only the case for the Android loader. The GLX code doesn't use the red/green/blueChannelMasks for proper matching of formats, and the server doesn't even transmit those masks to the client in the case of GLX. So whatever 10 bit format comes first will win when building the assignment to GLXFBConfigs. I looked at the code and how it behaves. In practice Intel gfx works because it...
2018 Feb 04
4
nouveau 30bpp / deep color status
In case anyone's curious about 30bpp framebuffer support, here's the current status: Kernel: Ben and I have switched the code to using a 256-based LUT for Kepler+, and I've also written a patch to cause the addfb ioctl to use the proper format. You can pick this up at: https://github.com/skeggsb/linux/commits/linux-4.16 (note the branch!)
2010 May 21
0
Wine release 1.2-rc1
..._SSL3_SHAMD5 hashing. rsaenh: Implement CALG_SSL3_SHAMD5 hashing. Julius Schwartzenberg (1): wined3d: Cope with the new Intel renderer string. J?rg H?hle (7): winealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage. winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask. imaadp32: Refine size checks. winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16. winmm: A NULL CALLBACK_FUNCTION is acceptable since w2k. winmm: More MIDI boundary tests & fixes. winmm: Have MCI drivers handle notification for MCI_OPEN. Kai Blin (1): ws...
2010 Feb 05
0
Wine release 1.1.38
...DIHDR flags prior to return from midiStreamOut. winmm/tests: Initial set of MIDI tests. winmm: The 64KB buffer limit on MIDIHDR buffers applies to streams only. midimap: Support midiOutGetVolume, returning FFFFFFFF. winecoreaudio: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask. winealsa: Ignore failure to notify MIDI clients. wineoss: Ignore failure to notify MIDI clients. winecoreaudio: Ignore failure to notify MIDI clients. Lei Zhang (1): userenv: Add a small test for DestroyEnvironmentBlock. Luca Bennati (20): xcopy: Add Italian transla...
2010 May 07
0
Wine release 1.1.44
...display mode from inside SetCooperativeLevel. Jon Parshall (1): fonts: 8-pixel strikes for Tahoma font. J?rg H?hle (3): winex11: Unify German keyboard mapping. wineoss: Supply FFFFFFFF for midiOutGetVolume, not garbage. wineoss: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask. Kai Blin (1): secur32: Use NTLM2 instead of NTLMv2. Kirill Smelkov (4): wrc: Use INCLUDEDIR when compiling. wrc: Drop hardcoded INCLUDEDIR. winebuild/winegcc: Allow building .dll.so without .spec file. winegcc: Do use DSO full name for .so arguments. Maarten Lankho...