
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 1906 (100.0%) | 54.4 |
| justin | 31 (88.6%) | 1895 (99.4%) | 61.1 |
| dep | 4 (11.4%) | 11 (0.6%) | 2.7 |
Change set that allows mglCreateTexture to create a texture with a uint8 rgba x width x height matrix. This is much faster than a normal matlab matrix since we don't have to convert into openGL format. mglTestTexFast tests it.
84 lines of code changed in 1 file:
minor changes to figure display
13 lines of code changed in 1 file:
moving in function that flickers the screen for testing with a photodiode
52 lines of code changed in 1 file:
Default test for 10 seconds
1 lines of code changed in 1 file:
Displays histogram of refresh times at end
16 lines of code changed in 1 file:
New function that allows for faster updating of textures (like changing the alpha channel)
182 lines of code changed in 1 file:
This change set adds functionality to spoof the vertical refresh waiting that should be done with mglFLush. Apparently there is some bug in the Radeon HD 5xxx series cards such that it doesn't seem to wait for the vertical blank signal. To deal with this, I added a function mglFlushAndWait which now waits for the appropriate amount of time. Also in mglEditScreenParams you can now set 'simulateVerticalBlank' and it will use this new function rather than mglFlush. If initScreen detects that you are using the Radeon HD 5xxxx series card it will give you a warning that you may want to set this.
29 lines of code changed in 1 file:
Little program to test refresh rate
35 lines of code changed in 1 file:
Renamed *EDF to EDF* to be consistent with other fns
[+ bugfix in merge of getTaskEyeTraces]
1 lines of code changed in 1 file:
Fixed rename (missed due to mex collision)
1 lines of code changed in 1 file:
Added eyelink function reference to contents. also made mglTestEyelink quit gracefully if you don't have the eyetracker code compiled
13 lines of code changed in 1 file:
Fixed checkrecording tests
5 lines of code changed in 1 file:
misc cleanup and message on entering simulation mode
4 lines of code changed in 1 file:
Minor.. Changed plot
3 lines of code changed in 1 file:
Changing a few names of things
135 lines of code changed in 5 files:
Adding back everything in mglTest
1332 lines of code changed in 16 files: