|
|
@70252
|
7 years |
vboxsync |
Tabs.
|
|
|
@70251
|
7 years |
vboxsync |
Audio/HDA: Use a pointer to the associated audio stream for …
|
|
|
@70250
|
7 years |
vboxsync |
Audio/HDA: Implemented hdaGetDefaultSink().
|
|
|
@70249
|
7 years |
vboxsync |
Audio/HDA: Renaming: hdaMixerSetStream (+ callbacks) -> hdaMixerControl().
|
|
|
@70248
|
7 years |
vboxsync |
Build fix.
|
|
|
@70247
|
7 years |
vboxsync |
Tabs.
|
|
|
@70246
|
7 years |
vboxsync |
Audio/HDA: Use a dedicated fRunning flag for a stream, as the RUN bit …
|
|
|
@70217
|
7 years |
vboxsync |
VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x …
|
|
|
@70202
|
7 years |
vboxsync |
Audio/HDA: Determine stream direction from SD# instead of stream …
|
|
|
@70182
|
7 years |
vboxsync |
devpciR3UpdateMappings: Made PCI MMIO work again with NT 3.51 after …
|
|
|
@70181
|
7 years |
vboxsync |
pdmpcidev.h: Modified FNPCICONFIGWRITE to return a status code to …
|
|
|
@70143
|
7 years |
vboxsync |
Audio: Verify file handle in DrvAudioHlpFileWrite().
|
|
|
@70142
|
7 years |
vboxsync |
Audio/HDA: Minor logging adjustments.
|
|
|
@70132
|
7 years |
vboxsync |
Audio/HDA: Implemented crude support for macOS guests. See notes for …
|
|
|
@70131
|
7 years |
vboxsync |
HDA/StreamMap: Fixed cbStep in hdaStreamMapInit().
|
|
|
@70125
|
7 years |
vboxsync |
Audio/HDA: Use LVI + 1 foor the stream periods and stream transfer …
|
|
|
@70124
|
7 years |
vboxsync |
Audio/HDA: If the current transfer is complete, reset our counter when …
|
|
|
@70123
|
7 years |
vboxsync |
Audio/HDA: hdaStreamPeriodLock() returns a bool, not an rc.
|
|
|
@70121
|
7 years |
vboxsync |
Audio/HDA: Logging adjustments; moved hdaBDLEDumpAll() into …
|
|
|
@70119
|
7 years |
vboxsync |
Audio/HDA: Reverted r119666 + 119667; needs more work first.
|
|
|
@70118
|
7 years |
vboxsync |
Audio/HDA: Make sure to write the actual register content so that …
|
|
|
@70117
|
7 years |
vboxsync |
Audio/HDA: Only do stream tagging when enabling a stream and use …
|
|
|
@70109
|
7 years |
vboxsync |
Audio/DrvAudio: Initialize optional data block in DrvAudioHlpFileCreate().
|
|
|
@70097
|
7 years |
vboxsync |
Devices/Serial: Update the parameters of the driver below upon reset …
|
|
|
@70077
|
7 years |
vboxsync |
Devices/Graphics, Main, FE/Qt: burn fix for previous commit. …
|
|
|
@70076
|
7 years |
vboxsync |
Devices/Graphics, Main, FE/Qt: burn fix for previous commit. …
|
|
|
@70075
|
7 years |
vboxsync |
Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor …
|
|
|
@70073
|
7 years |
vboxsync |
Audio/HDA: Added PDMAUDIOFILE_DEFAULT_OPEN_FLAGS for DrvAudioHlpFileOpen().
|
|
|
@70054
|
7 years |
vboxsync |
DrvAudioCommon/DrvAudioHlpFile: Use RTFileIsValid(); minor logging …
|
|
|
@70050
|
7 years |
vboxsync |
Devices/OHCI: Don't touch others member of the endpoint descriptor …
|
|
|
@70023
|
7 years |
vboxsync |
Audio/HDA: Also NULL the file streams on destruction.
|
|
|
@70022
|
7 years |
vboxsync |
Audio/Common: Check if the .WAV file data header is around (it's only …
|
|
|
@70017
|
7 years |
vboxsync |
Build fix.
|
|
|
@70016
|
7 years |
vboxsync |
Build fix.
|
|
|
@70014
|
7 years |
vboxsync |
Build fix.
|
|
|
@70013
|
7 years |
vboxsync |
Audio: Unified audio debug / dumping code to also get device DMA data …
|
|
|
@69965
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: sync the just created shared resource in D3D …
|
|
|
@69963
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: renamed helpers for initialization and …
|
|
|
@69961
|
7 years |
vboxsync |
VUSB/win: Report error early if further URBs cannot be queued.
|
|
|
@69956
|
7 years |
vboxsync |
Audio: Implemented support for dumping raw PCM data if debug mode is …
|
|
|
@69954
|
7 years |
vboxsync |
OHCI: Report low/full speed to guest. Currently theoretical.
|
|
|
@69948
|
7 years |
vboxsync |
Audio/HDA: Renaming (pStrm -> pStream).
|
|
|
@69947
|
7 years |
vboxsync |
OHCI: Reduced the number of port status bit definition sets from 3 to 1.
|
|
|
@69946
|
7 years |
vboxsync |
Audio/HDA: Logging.
|
|
|
@69944
|
7 years |
vboxsync |
OHCI: Added comments for register bits.
|
|
|
@69940
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: helpers for initialization and destruction …
|
|
|
@69939
|
7 years |
vboxsync |
Audio/HDA: Also keep track of currently active streams when loading a …
|
|
|
@69923
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command (Windows …
|
|
|
@69922
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command.
|
|
|
@69921
|
7 years |
vboxsync |
Audio/HDA: Docs fix.
|
|
|
@69920
|
7 years |
vboxsync |
Build fix.
|
|
|
@69919
|
7 years |
vboxsync |
Audio/HDA: Integrated fixes up to r119397 from 5.1-audio-timing branch …
|
|
|
@69905
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: do not recreate D3D vertex declaration if it …
|
|
|
@69904
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: take screen offset into account; saved state …
|
|
|
@69901
|
7 years |
vboxsync |
DrvHostSerial/Linux: drvHostSerialSetParameters - don't crash if …
|
|
|
@69884
|
7 years |
vboxsync |
Devices/Graphics: Use offsets instead of pointers as arguments in VDMA …
|
|
|
@69876
|
7 years |
vboxsync |
Audio/SB16: Fixed volume handling.
|
|
|
@69871
|
7 years |
vboxsync |
OHCI: Renamed and refactored for clear R3/RC separation.
|
|
|
@69870
|
7 years |
vboxsync |
Devices/Graphics: Code cleanup in VDMA blitter
|
|
|
@69869
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: D3D backend fixes.
|
|
|
@69859
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA: removed sidRenderTarget, because it does not …
|
|
|
@69857
|
7 years |
vboxsync |
Audio/ALSA: Only do pcm_start() for input streams in …
|
|
|
@69852
|
7 years |
vboxsync |
Devices/Graphics: block size of a couple of formats.
|
|
|
@69848
|
7 years |
vboxsync |
Devices/Graphics: VDMA: ability to work when SharedOpenGL HGCM service …
|
|
|
@69847
|
7 years |
vboxsync |
Devices/Graphics: reverted r119268, not entirely correct.
|
|
|
@69837
|
7 years |
vboxsync |
Devices/Graphics: VDMA: ability to work when SharedOpenGL HGCM service …
|
|
|
@69808
|
7 years |
vboxsync |
5.2.2 respin
|
|
|
@69807
|
7 years |
vboxsync |
5.2.2
|
|
|
@69769
|
7 years |
vboxsync |
OHCI: On root hub reset, set the PPS bit for connected devices and …
|
|
|
@69767
|
7 years |
vboxsync |
OHCI: On reset, set (not just modify) the HcControl register and clear …
|
|
|
@69766
|
7 years |
vboxsync |
OHCI: Reduced per-frame debug log flooding, improved info output.
|
|
|
@69753
|
7 years |
vboxsync |
iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
|
|
|
@69723
|
7 years |
vboxsync |
Audio/HDA: Added return code for hdaStreamPeriodInit() and return if …
|
|
|
@69721
|
7 years |
vboxsync |
Devices/USB: bugref:9022 Update the possibly cached data when writing …
|
|
|
@69719
|
7 years |
vboxsync |
Audio/HDA: Forward ported / integrated r119000 + r119062 (Fixed CORB / …
|
|
|
@69717
|
7 years |
vboxsync |
Audio/HDA: Forward ported / integrated r118996.
|
|
|
@69704
|
7 years |
vboxsync |
DevPS2: They really do think different! Darwin 6.0.2 and earlier reads …
|
|
|
@69703
|
7 years |
vboxsync |
BIOS: Slightly adjusted boot sector validity test (fixes …
|
|
|
@69665
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA D3D backend: added SVGA3D_R8G8B8A8_UNORM, …
|
|
|
@69664
|
7 years |
vboxsync |
Devices/Serial: Fix stuck I/O on Windows when using named pipes
|
|
|
@69655
|
7 years |
vboxsync |
DevVGA-SVGA3d-win.cpp: scm cleaned up trailing whitespace
|
|
|
@69624
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA update.
|
|
|
@69613
|
7 years |
vboxsync |
EFI/HFS: Fixed a problem with null character comparison on HFS+ …
|
|
|
@69612
|
7 years |
vboxsync |
Touched up test code.
|
|
|
@69608
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA vmsvga3dDrawPrimitives should take into …
|
|
|
@69597
|
7 years |
vboxsync |
Devices/Graphics: VMSVGA vmsvga3dDrawPrimitives rewritten to avoid …
|
|
|
@69505
|
7 years |
vboxsync |
More scm updates
|
|
|
@69502
|
7 years |
vboxsync |
DevLPC: Added LGPL disclaimer text.
|
|
|
@69501
|
7 years |
vboxsync |
PC/BIOS: Added LGPL disclaimer text where appropriate.
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69474
|
7 years |
vboxsync |
*: scm updates - header files should have 'svn:keywords=Id Revision' …
|
|
|
@69430
|
7 years |
vboxsync |
EFI: scm updates
|
|
|
@69429
|
7 years |
vboxsync |
efi: scm updates
|
|
|
@69426
|
7 years |
vboxsync |
Devices/Network: scm update
|
|
|
@69424
|
7 years |
vboxsync |
Devices/PC: scm config update
|
|
|
@69423
|
7 years |
vboxsync |
ipxe/src: sources and headers shouldn't be svn:executable, right. (scm)
|
|
|
@69421
|
7 years |
vboxsync |
Devices/Graphics: scm config update
|
|
|
@69420
|
7 years |
vboxsync |
Graphics/shaderlib: scm updates
|
|
|