1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 22 minutes ago. based on code collected about 1 hour ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* New function: CreateSinglePassImageProcessingShader() Allows to setup simple, but often needed single-pass image procesing shaders via a convenient high level interface. These are mostly for direct use with Screen('DrawTexture') or Screen('MakeTexture'), but could be used for multi-pass GLOperators as well. More... over 14 years ago
* Screen: Disable nouveau testcode for Linux. Wasn't a good idea(tm). More... over 14 years ago
* KbCheck, KbWait, KbXXXwhatever, GetKbChar, GetNumber, GetString, GetEchoNumber, GetEchoString: More... over 14 years ago
* PsychtoolboxKernelDriver for OS/X: 1st Try of a workaround for Apple Braindamage. More... over 14 years ago
* Added testcode for nouveau KMS-Timestamping for Linux/DRI2. Wait 1 extra msecs before PsychOSGetVBLCountAndTime() for VBL-IRQ timestamping to avoid race between glFinish() and KMS vblank timestamping. More... over 14 years ago
* PsychPortAudio: Use LoadIdentityClut() for clut init, not hard-coded 'LoadNormalizedGammatable' More... over 14 years ago
When using DATAPixx, load linear gamma table for pixel sync to function correctly More... over 14 years ago
Replaced "&&" with "&" to work with MATLAB More... over 14 years ago
* Screen for 32-Bit Octave and Matlab on Linux rebuilt. More... over 14 years ago
* Screen/Linux: Fix Virtual machine detection and handling. skip_sync_test setting was assigned too late in the call chain to have an effect. Fixed. More... over 14 years ago
* LoadIdentityClut: Detect/Handle 'nouveau' driven NVidia GPU correctly. More... over 14 years ago
Screen: More... over 14 years ago
* Screen/Linux: If OpenML timestamping delivers inconsistent results (as on nouveau driver on Linux), don't just warn about it, but switch to fallback timestamping method, instead of just claiming to switch to fallback. More... over 14 years ago
* PsychGPUControl: Add unredirect_fullscreen_windows setup code for Compiz as on Ubuntu 11.04 Natty with Unity enabled. Needs a different key. More... over 14 years ago
* Screen/GStreamer: Add home-grown enumeration/selection of IIDC-1394 video sources via dc1394src plugin, which doesn't support regular enumeration as it lacks the property-probe interface. More... over 14 years ago
Screen: Cosmetic in nouveau driver warning message. VideoRecording: Help text cosmetic. More... over 14 years ago
Additional gamma function description in output. DHB More... over 14 years ago
Makes one more diagnostic plot than it used to. DHB More... over 14 years ago
fixed few capitalization errors in DrawingToTextureVsOffscreenWindowTest that made it fails on Octave More... over 14 years ago
* Add Eyelink mex files for 64-Bit Matlab & Octave on 64 Bit Linux. More... over 14 years ago
* PsychPortAudio: Bugfix for 64-Bit Linux version. More... over 14 years ago
* 64-Bit fixes for Octave and Matlab: More... over 14 years ago
* Add PsychtoolboxKernelDriverUserClientTool to the PsychAlpha/ folder. More... over 14 years ago
* BasicSoundOutputDemo: Be more lenient and laid back in samplerate selection, so this very basic sound demo has a good chance of never failing. More... over 14 years ago
* GL Error testing: Skip most of it if ConserveVRAM flag kPsychAvoidCPUGPUSync is set by usercode. More... over 14 years ago
* Screen('DrawText'): Add support to text renderer plugin loader for 64 bit plugin loading. Needs to try both, the 32 bit plugin, and the 64-bit plugin in the future. More... over 14 years ago
* GetKeyboardIndices: Make sure it turns into a no-op on non-OS/X. More... over 14 years ago
Psychtoolbox for Linux: Provide mex files for 64-Bit Matlab. More... over 14 years ago
Psychtoolbox for Linux: Add support for 64-Bit Octave on 64-Bit Linux. More... over 14 years ago
Updated this so that it runs without crashing and displays the computed color in a Matlab figure window. DHB More... over 14 years ago