index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
backends
/
dsound.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the backend type an enum class
Chris Robinson
2018-12-29
1
-5
/
+5
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-228
/
+171
*
Use static_cast instead of reinterpret_cast where possible
Chris Robinson
2018-12-28
1
-1
/
+1
*
Turn more methods into member functions
Chris Robinson
2018-12-27
1
-66
/
+67
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
1
-12
/
+8
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
1
-6
/
+6
*
Rename DSound class members for consistency
Chris Robinson
2018-12-27
1
-95
/
+95
*
Return unique_ptrs instead of raw pointers
Chris Robinson
2018-12-27
1
-2
/
+2
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-7
/
+9
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-2
/
+2
*
Use a normal delete instead of ll_ringbuffer_free
Chris Robinson
2018-12-22
1
-13
/
+9
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-6
/
+6
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-3
/
+3
*
Avoid using ATOMIC_LOAD on ALCdevice::Connected
Chris Robinson
2018-11-26
1
-2
/
+2
*
Rename some struct members
Chris Robinson
2018-11-26
1
-7
/
+7
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-4
/
+4
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-5
/
+3
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-6
/
+2
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-4
/
+4
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-1
/
+1
*
Convert the DSound backend factory
Chris Robinson
2018-11-15
1
-90
/
+64
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-2
/
+4
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-5
/
+3
*
Avoid calling through the vtable in the backends
Chris Robinson
2018-11-13
1
-8
/
+8
*
Hide function pointer wrapper macros for IDE parsing
Chris Robinson
2018-11-07
1
-0
/
+2
*
Use the proper enum values for atomic ops
Chris Robinson
2018-11-06
1
-3
/
+3
*
Convert the DSound backend to C++
Chris Robinson
2018-11-06
1
-0
/
+1051