summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-08-06Merge pull request #20597 from karroffel/tex3dJuan Linietsky
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-08-04Fix uniform set for mat3 and mat4Marcin Zawiejski
2018-08-02Keeping track of discardDavid Sichma
2018-07-30add 3D texturesThomas Herzog
2018-07-29Clear color was not correctly being set, fixes #4939Juan Linietsky
2018-07-27Merge pull request #7 from marcelofg55/audio_mic_mf2SaracenOne
2018-07-27Added support for single channel inputs for PulseAudioMarcelo Fernandez
2018-07-27Added pointer to WASAPI input_buffer_write method.Saracen
2018-07-27Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez
2018-07-27Added support for single channel inputs for CoreAudioMarcelo Fernandez
2018-07-27Implemented capture device selection for PulseAudio (marcelofg55)Saracen
2018-07-27Reset audio input during render device change to keep synchronisation.Saracen
2018-07-27Fixed audio clipping on WASAPI by fixing argument order on AudioClientSaracen
2018-07-27Fix single channel capture devices on WASAPI.Saracen
2018-07-27Fixed device capture switching for WASAPI driverMarcelo Fernandez
2018-07-27Implemented capture device selection for CoreAudioMarcelo Fernandez
2018-07-27Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez
2018-07-27Fixes for microphone clipping and latency (marcelofg55)Saracen
2018-07-27Experimental microphone support.Saracen
2018-07-27add initial GLES2 3D rendererkarroffel
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20448 from volzhs/duplicated-codeRémi Verschelde
2018-07-25Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde
2018-07-25Remove duplicated codesvolzhs
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23correctly close handle in alsa audio driver.Ibrahn Sahir
2018-07-23Added some API to visual server so from control VRAM buffer is more easyAndreaCatania
2018-07-23fix disappearing lines in visual script editorMarcin Zawiejski
2018-07-22transmission was broken, fix was made. Also fixed treshold.Juan Linietsky
2018-07-22Fix opaque pre pass not casting shadowsJuan Linietsky
2018-07-22Merge pull request #20353 from dragmz/gles2_redundantRémi Verschelde
2018-07-22remove redundant uniform set calldragmz
2018-07-22initialize texture shrink to false by defaultdragmz
2018-07-22Shader lang: Properly assign INSTANCE_ID to gl_InstanceIDRémi Verschelde
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-17Add disable ambient light flag to shaders and materialsAlex Roman
2018-07-17Add Audio Server profiling time to the profilerMarcelo Fernandez
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-12Merge pull request #20096 from CptPotato/19163-aces-whitepointMax Hilbrunner
2018-07-12reformatted and restructured tonemap.glslalex-poe
2018-07-12Merge pull request #20102 from marcelofg55/coreaudio_disposeMax Hilbrunner
2018-07-12Merge pull request #19707 from toger5/fix_clipping_vflipMax Hilbrunner
2018-07-11added 'whitepoint' to ACES tonemappingalex-2b17x4
2018-07-11Properly cleanup up CoreAudio unit using AudioComponentInstanceDisposeMarcelo Fernandez