1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Screen: GStreamer movie playback engine: Fix wrong handling of 'preloadSecs' parameter. A setting of -1 was mistreated as a setting of zero. More... about 14 years ago
* Screen: Add support for signed normalized 16 bit integer textures, both for use as textures, as offscreen windows and as renderbuffers for the imaging pipeline. More... about 14 years ago
* Screen/Linux: Catch up to os/x wrt. display configuration. More... about 14 years ago
* Screen: Improve gamma table handling on multi-display setups, especially for Linux. More... about 14 years ago
* Screen/Linux: More... about 14 years ago
* Screen: Better support for multiple display heads per screen. More... about 14 years ago
* Screen: Tiny fixes. More... about 14 years ago
added contents file to unit test directory, listing the corresponding test for each PTB m-file (currently anemic) filter out the contents file in UnitTestRunAll.m many feature additions to PsychFiles/DirList.m. Can now filter specific files and folders and can now also print a list of relative paths instead of only the ASCII tree More... about 14 years ago
* New function KbKeysAction(): More... about 14 years ago
* Screen: Add new conserve vram setting to disable the use of OS reported nominal video refresh interval. This to allow to override/work around broken framerate queries on some configurations. More... about 14 years ago
* Screen/Linux: Compute nominal video refresh rate from mode-line returned by XRandR for primary crtc. Fallback to XVidMode-Extension if XRandR unavailable. More... about 14 years ago
* Screen/Linux: XRandR improve primary crtc detection logic. More... about 14 years ago
* Screen/Linux: Add XRandR extension support. More... about 14 years ago
* PsychtoolboxPostInstallRoutine: Clarify cause and cure for inability to update Matlab's Java classpath file, as suggested/reported by Erik Flister. More... about 14 years ago
- Updated the server address of the registration server to be psychtoolbox.org. More... about 14 years ago
* Screen/OSX: Add new 'GetFlipInfo' subfunction to build. More... about 14 years ago
* Screen/Linux: Improve async flip scheduling / timestamping. More... about 14 years ago
* Screen/Linux: Fix async swap timing for multiple onscreen windows on DRI2 driver stack: More... about 14 years ago
* Screen: Fix bug in PsychFreeTextureForWindowRecord(). Did always try to release texture, because some meant to be conditional check was always true. More... about 14 years ago
Explode received some fixes for numeric splitting. Now deals with floats correctly (though precision is still lost) and clarified meaning of wildcard for number splitting. Now also supports variable number of outputs More... about 14 years ago
* Screen/Linux: Add GLX-1.3 protocol support. More... about 14 years ago
* LoadGLSLProgramFromFiles: Remove deprectead 'version' return argument from calls to fileparts() - Unsupported around R2011b and later. More... about 14 years ago
* Screen/Linux: Experimental code. Use a dedicated x-display connection per onscreen window. Gets optionally enabled if the environment variable "PTB_USEPERWINDOWXCONNECTIONS" is defined. More... about 14 years ago
* Screen/Linux: Enable dual-head support on single "desktop spanning" x-screen for native 10 bpc framebuffer trick. More... about 14 years ago
* Screen/Linux: Bugfix for previous wait-for-mapping code. Fix teardown path for 10 bpc framebuffer. More... about 14 years ago
* Screen/Linux: Wait for XMapWindow() requests to complete during 'OpenWindow', instead of just optimistically going on, hoping stuff will happen right on time. More... about 14 years ago
fixed bug with Ellipse.m not always returning an ellipse of the requested size, per patch from Genna (http://tech.groups.yahoo.com/group/psychtoolbox/message/12755) More... about 14 years ago
* CreateDisplayWarp(): Add missing init for spherical display undistortion. More... about 14 years ago
* Screen/Linux: Small fix for beamposition timestamping with NVidia pre-NV-50 GPU's. Readout value from FP_VTOTAL is not VTOTAL, but VTOTAL - 1, so we need to add +1 to it. More... about 14 years ago
* PsychHelperCreateARGB2101010RemapCLUT(): Add caching of LUT in .mat file, for faster startup time in native 10 bit framebuffer mode. More... about 14 years ago