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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to fix /core on GCC with all warnings turned on.
maf@google.com
2009-08-17
2
-42
/
+40
*
Change StreamBank to inherit from VertexSource
gman@google.com
2009-08-17
11
-165
/
+171
*
Change to O3D IMC code so UPDATE_TEXTURE2D_RECT has
gman@google.com
2009-08-14
6
-300
/
+341
*
Fix for gyp release build.
gman@google.com
2009-08-13
1
-2
/
+2
*
Fixes for POT only systems
gman@google.com
2009-08-13
2
-4
/
+8
*
Lots of changes needed to build with GCC in Chrome.
maf@google.com
2009-08-12
4
-827
/
+831
*
Fix Linux build break from r23051.
tschmelcher@google.com
2009-08-12
1
-1
/
+1
*
gcc fixes
gman@google.com
2009-08-12
1
-36
/
+41
*
...
gman@google.com
2009-08-12
2
-58
/
+65
*
A few more cleanup items for bitmap and
gman@google.com
2009-08-12
3
-12
/
+105
*
Fix for GL
gman@google.com
2009-08-12
1
-8
/
+2
*
Fix so we don't attempt to generate mips for DXT
gman@google.com
2009-08-12
4
-1
/
+19
*
Put IMC back to ignore size because GTV is sending
gman@google.com
2009-08-11
1
-16
/
+19
*
Changes to Bitmap before exposing to JavaScript
gman@google.com
2009-08-11
33
-1257
/
+1156
*
Change Force Software Render to also use environment variable
gman@google.com
2009-08-11
1
-28
/
+3
*
Fixing signed/unsigned compare warning failing under gyp build.
bradnelson@google.com
2009-08-11
1
-2
/
+2
*
Add UpdateTexure2DRect to IMC
gman@google.com
2009-08-11
9
-432
/
+983
*
Fixed some warnings in bitmap_png.cc
bradnelson@google.com
2009-08-10
1
-1
/
+2
*
This CL adds client.toDataURL which gets the contents
gman@google.com
2009-08-08
20
-128
/
+148
*
Fix for GL path not clearing textures
gman@google.com
2009-08-08
1
-31
/
+27
*
half fix for mac.
gman@google.com
2009-08-08
1
-1
/
+1
*
Add nonPowerOfTwoTextures to clientInfo
gman@google.com
2009-08-08
7
-7
/
+53
*
Changes for Mac GYP build: fix source that causes compiler warnings, fix incl...
maf@google.com
2009-08-07
3
-309
/
+307
*
This CL adds texture.getRect
gman@google.com
2009-08-07
3
-18
/
+66
*
This completes the building of o3d.msi from the GYP build.
gspencer@google.com
2009-08-06
2
-4
/
+5
*
Fixes for gcc
gman@google.com
2009-08-06
2
-12
/
+14
*
oops, forgot these files
gman@google.com
2009-08-06
4
-2
/
+1273
*
A step in exposing Bitmap to JavaScript.
gman@google.com
2009-08-06
52
-1559
/
+1006
*
Lots of changes required to build on GCC in full paranoia mode with no warnin...
maf@google.com
2009-08-06
26
-241
/
+246
*
Updated O3D to work with most recent Chrome base.
apatrick@google.com
2009-08-05
1
-7
/
+0
*
Fixes for last bitmap change
gman@google.com
2009-08-04
7
-64
/
+39
*
This fixes some things that crept into the build as the scons build changed.
gspencer@google.com
2009-08-04
1
-2
/
+2
*
Add SetRect to Texture2d and TextureCUBE
gman@google.com
2009-08-03
27
-372
/
+1499
*
Asynchronous tick now uses NPN_PluginAsyncCall.URL streaming callbacks are no...
apatrick@google.com
2009-08-03
9
-9
/
+199
*
This adds the sample conversion to the GYP build, at least on Windows.
gspencer@google.com
2009-07-30
1
-0
/
+1
*
Don't zero newly allocated bitmap data - it's already been zeroed.
maf@google.com
2009-07-30
2
-8
/
+0
*
Fixing 'click' event handling:
vangelis@google.com
2009-07-28
1
-2
/
+8
*
Prep for moving Camera Info out of Params into JSON
gman@google.com
2009-07-24
3
-0
/
+51
*
Add a boolean parameter to Client::RenderClient() to choose whether to
maf@google.com
2009-07-23
2
-4
/
+13
*
Fix message queue test build breakage.
gspencer@google.com
2009-07-23
1
-13
/
+13
*
Added primitives to IMC-based MessageQueue to allow clients,
kbr@google.com
2009-07-23
4
-93
/
+781
*
This fixes some float/double warnings and converts everything to floats.
gspencer@google.com
2009-07-23
1
-11
/
+11
*
Change bilinear interpolation to lanczos resampling,
yux@google.com
2009-07-22
4
-597
/
+670
*
These are gyp file changes that start to make the Mac GYP build work.
gspencer@google.com
2009-07-22
1
-5
/
+8
*
This fixes a number of things that are warnings in the Mac compiler.
gspencer@google.com
2009-07-21
25
-519
/
+532
*
Add RawData request in preparation for manual loading of
gman@google.com
2009-07-17
2
-28
/
+40
*
Added a new sample which implements basic shadow mapping.
petersont@chromium.org
2009-07-17
1
-0
/
+5
*
Some security fixes for Skin and Curve deseralization.
gman@google.com
2009-07-16
4
-0
/
+24
*
This changes how we do gyp targets that generate code because GYP isn't
gspencer@google.com
2009-07-16
1
-1
/
+1
*
A few more bitmap fixes for the GL build
vangelis@google.com
2009-07-15
1
-4
/
+4
[next]