index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
o3d
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed O3D command buffer protocol code and O3D comand buffer configuration.
apatrick@google.com
2009-11-20
2
-51
/
+3
*
Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte...
apatrick@google.com
2009-11-16
1
-5
/
+3
*
Moved all gpu plugin and command buffer tests into a single executable prior ...
apatrick@google.com
2009-11-12
1
-9
/
+0
*
Made all line endings consistently LF and added svn:eol-style=LF property to ...
apatrick@google.com
2009-11-12
3
-289
/
+289
*
Recomitting 31676 with fix.
apatrick@google.com
2009-11-11
2
-6
/
+6
*
Reverting 31676.
apatrick@google.com
2009-11-11
2
-6
/
+6
*
Reorganized command buffer and GPU plugin code into following structure:
apatrick@google.com
2009-11-11
2
-6
/
+6
*
Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...
apatrick@google.com
2009-11-10
1
-1
/
+7
*
Moved command_buffer and gpu_plugin code out of o3d namespace.
apatrick@google.com
2009-11-05
1
-3
/
+3
*
This change kills the SCons build, since we have switched completely
gspencer@google.com
2009-11-02
1
-55
/
+0
*
Fix for GL unit_tests.
gman@google.com
2009-10-29
1
-5
/
+5
*
Change from absolute paths to relative paths to allow tests,etc. to be locate...
kkania@google.com
2009-10-28
3
-114
/
+113
*
Revert 30359 - Change from absolute paths to relative paths to allow tests,et...
kkania@google.com
2009-10-28
3
-112
/
+114
*
Change from absolute paths to relative paths to allow tests,etc. to be locate...
kkania@google.com
2009-10-28
3
-114
/
+112
*
Adjusted timeouts for a couple failing tests; switched from umount to hdiutil...
kkania@google.com
2009-10-26
4
-57
/
+51
*
Fixes to get renderer=cb cb_service=gl to compile
gman@google.com
2009-10-22
2
-0
/
+8
*
Forcibly remove all plugin files.
kkania@google.com
2009-10-21
2
-6
/
+9
*
Split the selenium browser name into the browser name and browser path for th...
kkania@google.com
2009-10-21
1
-3
/
+6
*
Fix bad identation bug.
kkania@google.com
2009-10-21
1
-2
/
+2
*
Remove browser installation from lab test runner. This will now happen during...
kkania@google.com
2009-10-21
1
-60
/
+34
*
Move registering o3d_host.dll to selenium.gyp because
gman@google.com
2009-10-20
1
-2
/
+28
*
Removes O3D plugin files with root privileges on Mac and Linux.
kkania@google.com
2009-10-19
1
-1
/
+1
*
Fixes path of ChangeResolution.
kkania@google.com
2009-10-19
1
-1
/
+1
*
Fixes bug so that now if changing screen resolution fails, the tests fail.
kkania@google.com
2009-10-19
1
-1
/
+1
*
Changes code header comments to match typical C++ header.
kkania@google.com
2009-10-19
1
-5
/
+31
*
Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...
apatrick@google.com
2009-10-19
4
-30
/
+58
*
Relocate some of the lab testing scripts.
kkania@google.com
2009-10-19
10
-0
/
+1634
*
This moves the Cg libs into a library directory under the product dir,
gspencer@google.com
2009-10-15
2
-0
/
+22
*
Fix clearing render targets in D3D if there
gman@google.com
2009-10-15
3
-1
/
+159
*
Fixes perceptual diff pixel comparison bug and CustomCamera test.
kkania@google.com
2009-10-14
2
-4
/
+5
*
Doesn't run the TestStressDrawShapes test on IE, because selenium/ie is too s...
kkania@google.com
2009-10-13
1
-1
/
+2
*
This removes the command buffer tests from the non-command buffer
gspencer@google.com
2009-10-13
1
-3
/
+9
*
Changes assertMatrix to call get_eval per matrix instead of per every value i...
kkania@google.com
2009-10-12
2
-8
/
+10
*
Adds support for recovering when a running test completes but killed the brow...
kkania@google.com
2009-10-09
5
-417
/
+442
*
Drastically improves selenium testing performance with IE by using ids for in...
kkania@google.com
2009-10-08
1
-11
/
+4
*
This makes some changes to the o3d tree in preparation
gspencer@google.com
2009-10-06
2
-2
/
+3
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
2
-0
/
+12
*
Fixed bug where test runner was creating result without setting verbose level.
kkania@google.com
2009-09-30
1
-1
/
+1
*
Modified output format to be accepted by Pulse. Updated DEPS to include newer...
kkania@google.com
2009-09-29
3
-56
/
+64
*
Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed
kbr@google.com
2009-09-26
1
-0
/
+11
*
Dynamically loads d3d9 and d3dx9 dlls on Windows.
apatrick@google.com
2009-09-25
1
-9
/
+15
*
Added command buffer unit tests to gyp.
apatrick@google.com
2009-09-24
2
-2
/
+5
*
Changed selenium tests to recover from test crashes/hangs. Divided perceptual...
kkania@google.com
2009-09-24
10
-721
/
+841
*
Made gyp file for command buffer libraries.
apatrick@google.com
2009-09-15
1
-2
/
+2
*
Change the params for the 2d and googleIO samples to cope with slight renderi...
maf@google.com
2009-09-08
1
-2
/
+2
*
This makes selenium in Firefox work on the Mac.
gspencer@google.com
2009-09-08
3
-6
/
+150
*
Fixing the path passed for the perceptual diff program so it'll be found.
gspencer@google.com
2009-09-05
1
-1
/
+1
*
Enable gmock on windows scons build
gman@google.com
2009-09-04
1
-27
/
+12
*
Adding a no-binary path to the o3dConverter
gman@google.com
2009-09-04
1
-0
/
+117
*
This adds in targets for selenium and updated several other problems,
gspencer@google.com
2009-09-04
3
-4
/
+252
[next]