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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes for texture locking.
gman@google.com
2009-09-01
4
-11
/
+5
*
Update samples to use more utility functions where
gman@google.com
2009-09-01
31
-633
/
+212
*
Update Texture::Lock to take an AccessMode.
gman@google.com
2009-09-01
14
-326
/
+395
*
Switching DISPLAY_MODE_DEFAULT to create to a non-full-screen window at the c...
vangelis@google.com
2009-08-31
1
-7
/
+15
*
up cullingzsort stress test pdiff threshold
gman@google.com
2009-08-31
1
-1
/
+1
*
Prep for ascii only converter option
gman@google.com
2009-08-31
3
-5
/
+17
*
Fix for Canvas::DrawBitmap that I broke when adding
gman@google.com
2009-08-31
1
-1
/
+1
*
Fix for archive request. It turns out this thing
gman@google.com
2009-08-31
6
-36
/
+54
*
Fix for mac setRect?
gman@google.com
2009-08-29
1
-0
/
+4
*
Fix syntax accessing enum scoped to class, to fix GCC builds.
maf@google.com
2009-08-28
1
-1
/
+1
*
Adding in render surfaces for command buffers. Fixing SetRect as well.
rlp@google.com
2009-08-28
21
-501
/
+1820
*
increase threshold setting for culling tests
gman@google.com
2009-08-28
1
-1
/
+1
*
Adding back in breakpad upload.
bradnelson@google.com
2009-08-28
2
-0
/
+14
*
Bump version to 0.1.42
gman@google.com
2009-08-28
2
-2
/
+2
*
Fixes toDataURL for GL by making it all work through
gman@google.com
2009-08-28
22
-380
/
+492
*
up the threshold for hellocube-texture
gman@google.com
2009-08-28
1
-1
/
+1
*
Bump the revision number in DEPS so we get new pdiff.
maf@google.com
2009-08-27
1
-1
/
+1
*
o3d plugin was mistakenly being built as a static library when built outside ...
bradnelson@google.com
2009-08-27
1
-10
/
+1
*
Move the build group addition out of the AddMacDebugSettings function.
maf@google.com
2009-08-27
1
-3
/
+9
*
Fix code in effect_helper.cc that does not compile in GCC.
maf@google.com
2009-08-27
1
-3
/
+6
*
temp fix for bug with compressed texture clearing
gman@google.com
2009-08-27
1
-19
/
+20
*
Clear textures on creation for D3D because it
gman@google.com
2009-08-27
1
-0
/
+41
*
bug fix
gman@google.com
2009-08-27
1
-1
/
+1
*
Security fix for DDS files.
gman@google.com
2009-08-27
1
-0
/
+9
*
Adds a RENDER message to the O3D IMC.
gman@google.com
2009-08-26
4
-0
/
+141
*
Fixes for OSX float differences from Windows.
gman@google.com
2009-08-26
1
-7
/
+21
*
Fix the build by fixing a typo in plugin.gyp
gspencer@google.com
2009-08-26
1
-1
/
+1
*
Changes needed to get everything packaged for Mac.
maf@google.com
2009-08-26
4
-4
/
+44
*
Created new build target for opengl command buffer service, fixed various bug...
petersont@google.com
2009-08-26
22
-131
/
+923
*
Added a compiler flag to include precompile.h on command line in core on unix...
petersont@google.com
2009-08-26
1
-0
/
+1
*
Moved include of precompiled header out of cc files in core to me more in acc...
petersont@google.com
2009-08-25
104
-118
/
+6
*
Added GPU plugin object, an NPObject to which a plugin instance's NPP calls a...
apatrick@google.com
2009-08-25
22
-354
/
+1183
*
fix comment
gman@google.com
2009-08-25
1
-1
/
+1
*
Fix for osx Lanzcos scale test.
gman@google.com
2009-08-25
1
-1
/
+13
*
This adds the gyp tools to the regular build so that the o3d-internal gyp build
gspencer@google.com
2009-08-25
1
-1
/
+4
*
Add license information to our shell scripts.
agl@chromium.org
2009-08-25
2
-0
/
+7
*
fix typo
gman@google.com
2009-08-25
1
-2
/
+2
*
Add missing frameworks to plugin project.
maf@google.com
2009-08-25
3
-1
/
+64
*
Linux: fix a couple problems that Lintian reports for the .deb file:
tschmelcher@google.com
2009-08-25
8
-41
/
+16
*
changes the js docs from js_0_1_ to js_1_0_
gman@google.com
2009-08-25
1
-1
/
+1
*
Cleanup Renderer.
gman@google.com
2009-08-25
25
-381
/
+470
*
Added DispatchedNPObject.
apatrick@google.com
2009-08-24
18
-23
/
+1671
*
Make Mac also look for O3D_FORCE_SOFTWARE_RENDERER
gman@google.com
2009-08-24
5
-10
/
+35
*
docs fixes for simple.js
gman@google.com
2009-08-21
1
-5
/
+12
*
update deps to grab new pdiff and mac reference images
gman@google.com
2009-08-21
3
-45
/
+322
*
Make selenium pass in 1.0 for alphaThreshold
gman@google.com
2009-08-21
1
-3
/
+12
*
Changes the Windows backbuffer to RGBA mode.
gman@google.com
2009-08-21
3
-89
/
+63
*
Add IO functions for Bitmap and change other utilites
gman@google.com
2009-08-21
2
-25
/
+142
*
Updates the bitmap and skinning samples and gets the
gman@google.com
2009-08-21
9
-48
/
+64
*
Added o3djs.util.getElementsByTagAndId and
gman@google.com
2009-08-21
2
-74
/
+213
[prev]
[next]