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
/
cc
/
resources
/
resource_provider_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Allow TEXTURE_RECTANGLE_ARB to be used for tile textures.
reveman@chromium.org
2013-11-23
1
-1
/
+6
*
ResourceProvider should be able to avoid allocating immutable textures.
rosca@adobe.com
2013-11-21
1
-0
/
+83
*
Make TestWebGraphicsContext3D capable of tracking texture parameters via texP...
mvujovic@adobe.com
2013-11-21
1
-26
/
+7
*
cc: don't lose resources sent to parent when ResourceProvider::Child is destr...
piman@chromium.org
2013-11-13
1
-15
/
+25
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
1
-11
/
+11
*
cc: Reduce command buffer flushes related to creating texture ids.
reveman@chromium.org
2013-11-01
1
-43
/
+137
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
1
-2
/
+3
*
cc: Adding ETC1 support to UIResourceBitmap and ResourceProvider
powei@chromium.org
2013-10-24
1
-0
/
+74
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-345
/
+629
*
Add locks in test ResourceProviderContext for TestTexture objects.
mvujovic@adobe.com
2013-10-22
1
-3
/
+13
*
Re-land: gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-22
1
-0
/
+21
*
Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3D
jamesr@chromium.org
2013-10-22
1
-6
/
+3
*
Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."
reveman@chromium.org
2013-10-21
1
-21
/
+0
*
gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-19
1
-0
/
+21
*
CC: Organize and optimize format lookups.
epenner@chromium.org
2013-10-15
1
-2
/
+1
*
Factor TextureMap and Texture class out of resource_provider_unittest.cc and ...
mvujovic@adobe.com
2013-10-04
1
-118
/
+76
*
Support GL_TEXTURE_EXTERNAL_OES targets through the compositor
sheu@chromium.org
2013-09-26
1
-12
/
+44
*
cc: Add "lost" field to the ReturnedResource type.
danakj@chromium.org
2013-09-23
1
-3
/
+332
*
cc: Return resources to child compositor via a Callback.
danakj@chromium.org
2013-09-22
1
-38
/
+279
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-64
/
+83
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
1
-83
/
+64
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
1
-64
/
+83
*
cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.
danakj@chromium.org
2013-09-17
1
-29
/
+37
*
cc: Don't leave resources in a changed filter state.
danakj@chromium.org
2013-09-12
1
-102
/
+176
*
[cc] Allow resources and ui resources to specify wrap mode
ccameron@chromium.org
2013-09-05
1
-17
/
+67
*
cc: return resources via a ReturnedResource struct rather than TransferableRe...
piman@chromium.org
2013-08-19
1
-12
/
+19
*
cc: refcount resources as we send them to the parent
piman@chromium.org
2013-08-17
1
-2
/
+7
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-92
/
+156
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
1
-1
/
+1
*
Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...
kaanb@chromium.org
2013-07-31
1
-17
/
+21
*
cc: Don't leak ContextSharedData
danakj@chromium.org
2013-07-19
1
-5
/
+10
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
1
-43
/
+111
*
cc: Make impl-side painting work with software renderer.
reveman@chromium.org
2013-07-03
1
-8
/
+111
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-6
/
+6
*
cc: simplify mailbox management in ResourceProvider
piman@chromium.org
2013-06-19
1
-30
/
+35
*
cc: Refactor force upload mechanism to allow proper resource ownership passing.
reveman@chromium.org
2013-06-14
1
-48
/
+1
*
cc: Defer texture creation to LazyAllocate
kaanb@chromium.org
2013-06-08
1
-50
/
+78
*
[Aura] Added Support for rendering software compositor frames as cc::TextureL...
skaslev@chromium.org
2013-06-08
1
-0
/
+66
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
1
-1
/
+1
*
cc: Changes to use GL API for GpuMemoryBuffers
kaanb@chromium.org
2013-05-23
1
-1
/
+86
*
cc: Fix pixel buffer handling in lost context situations.
reveman@chromium.org
2013-05-04
1
-0
/
+31
*
cc: Add a texture target to TextureMailbox.
danakj@chromium.org
2013-04-16
1
-0
/
+127
*
cc: Delete resources when ResourceProvider shuts down.
danakj@chromium.org
2013-04-11
1
-2
/
+105
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.
dcheng@chromium.org
2013-04-06
1
-1
/
+1
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
1
-9
/
+9
*
cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...
danakj@chromium.org
2013-03-29
1
-26
/
+33
*
Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
rsleevi@chromium.org
2013-03-29
1
-33
/
+26
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
1
-26
/
+33
*
Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
danakj@chromium.org
2013-03-29
1
-33
/
+26
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
1
-26
/
+33
[next]