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
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: native OpenGL ES support
piman@google.com
2010-02-08
2
-85
/
+98
*
linux: add an option to disable FBO support for platforms that don't have it.
piman@google.com
2010-02-01
1
-0
/
+4
*
Add Debian/Ubuntu packages back to Linux build.
tschmelcher@chromium.org
2010-01-29
1
-6
/
+0
*
linux: arm fixes
piman@google.com
2010-01-29
1
-0
/
+5
*
win: fix DXSDK include path, needs to be after platform sdk include path
piman@google.com
2010-01-28
1
-1
/
+1
*
force nacl_standalone=1 for windows - nacl needs it
piman@google.com
2010-01-27
1
-0
/
+3
*
linux: use internal libjpeg for bots that don't have it
piman@google.com
2010-01-27
1
-0
/
+1
*
linux: roll deps for arm
piman@google.com
2010-01-27
2
-3
/
+20
*
Step 1 in Adding GLES2 renderer to O3D.
gman@google.com
2009-12-16
3
-0
/
+77
*
Deleted gpu process and command buffer code from O3D tree. Now resides in Chr...
apatrick@google.com
2009-11-25
1
-2
/
+0
*
Removed O3D command buffer protocol code and O3D comand buffer configuration.
apatrick@google.com
2009-11-20
2
-86
/
+4
*
A clear screen GLES2 demo.
gman@chromium.org
2009-11-19
1
-0
/
+7
*
Moved all gpu plugin and command buffer tests into a single executable prior ...
apatrick@google.com
2009-11-12
1
-2
/
+1
*
Made all line endings consistently LF and added svn:eol-style=LF property to ...
apatrick@google.com
2009-11-12
2
-69
/
+69
*
Recomitting 31676 with fix.
apatrick@google.com
2009-11-11
1
-1
/
+2
*
Copying swiftshader over if available.
bradnelson@google.com
2009-11-11
1
-1
/
+16
*
Reverting 31676.
apatrick@google.com
2009-11-11
1
-2
/
+1
*
Reorganized command buffer and GPU plugin code into following structure:
apatrick@google.com
2009-11-11
1
-1
/
+2
*
linux: 64-bit
piman@google.com
2009-11-11
3
-12
/
+71
*
Switched from NPObject shared memory wrapper to Chrome shared memory in prepa...
apatrick@google.com
2009-11-10
1
-0
/
+9
*
Revert "linux: 64-bit"
piman@google.com
2009-11-07
3
-63
/
+12
*
linux: 64-bit
piman@google.com
2009-11-07
3
-12
/
+63
*
Fixed gpu_plugin and added to o3d_all.gyp so it gets built on buildbot.
apatrick@google.com
2009-11-04
1
-0
/
+7
*
Removed command_buffer dependency on vectormath (indirectly via core/types.h).
apatrick@google.com
2009-11-04
1
-22
/
+56
*
Splits the command buffers into common commands
gman@google.com
2009-10-28
1
-0
/
+8
*
Adding the o3d-internal include path before the others so that if o3d-interna...
vangelis@google.com
2009-10-27
1
-0
/
+1
*
TBR=apatrick
gman@google.com
2009-10-23
1
-2
/
+2
*
Trying to fix the build. gman taking over.
apatrick@google.com
2009-10-23
1
-9
/
+9
*
Fix O3D release binary. Turns out that with current tools we always need GCC_...
maf@google.com
2009-10-21
1
-1
/
+1
*
Move registering o3d_host.dll to selenium.gyp because
gman@google.com
2009-10-20
1
-0
/
+59
*
Removed workaround for Chrome 1.0 from o3djs library.
apatrick@google.com
2009-10-19
1
-1
/
+1
*
Fixed gpu_plugin to build in the Chrome tree.
apatrick@google.com
2009-10-19
2
-9
/
+29
*
Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...
apatrick@google.com
2009-10-19
1
-3
/
+3
*
This moves the Cg libs into a library directory under the product dir,
gspencer@google.com
2009-10-15
1
-2
/
+7
*
Adding hard_dependency to cg_libs, to make sure the copy happens before the
bradnelson@google.com
2009-10-15
1
-0
/
+1
*
Adding in libX11, which seems to be needed for test_common on linux.
bradnelson@google.com
2009-10-15
1
-2
/
+3
*
This rearranges where the renderer variable is set so that GYP
gspencer@google.com
2009-10-08
3
-58
/
+25
*
This makes some changes to the o3d tree in preparation
gspencer@google.com
2009-10-06
6
-185
/
+97
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
4
-0
/
+24
*
This fixes the GL build so it works.
gspencer@google.com
2009-10-05
1
-0
/
+10
*
Fixing build.
apatrick@google.com
2009-10-02
1
-1
/
+3
*
Replaced SharedMemory::Map method with NPN_MapMemory.
apatrick@google.com
2009-10-02
1
-7
/
+7
*
Diabolic hackery to work around differing NPAPI headers and definitions betwe...
apatrick@google.com
2009-09-28
1
-0
/
+7
*
Fixed Mac gyp build. Switched to using Chrome hash_tables.h, changed
kbr@google.com
2009-09-26
1
-0
/
+4
*
This fixes the renderer variable setting to fix the build.
gspencer@google.com
2009-09-25
1
-27
/
+54
*
Added command buffer unit tests to gyp.
apatrick@google.com
2009-09-24
1
-6
/
+49
*
Make follow-up changes per r26302 review comments that were apparently not made
mark@chromium.org
2009-09-16
1
-7
/
+13
*
Force inclusion of build/common.gypi for all chromium gyp files.
yaar@chromium.org
2009-09-15
3
-4
/
+24
*
This adds in targets for selenium and updated several other problems,
gspencer@google.com
2009-09-04
4
-78
/
+132
*
Get Mac GYP build compiling.
maf@google.com
2009-09-03
1
-4
/
+16
[next]