Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit allows us to run a test when it requires only
a single source and expected output file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.
|
|
|
|
|
|
|
|
|
|
|
|
Fixed glSampleCoverage signature (vi to vii)
|
|
The old API was causing issues with certain file systems, as the `read` property required the execute bit AND the read bit to be set before it would return `true`.
As a side benefit, the new code is simpler and cleaner.
|
|
The signature for glSampleCoverage was incorrect (vi); glSampleCoverage takes two arguments (vii).
See: https://www.khronos.org/registry/webgl/specs/1.0.2/#5.14.3
and http://www.khronos.org/opengles/sdk/docs/man/xhtml/glSampleCoverage.xml
|