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
/
gpu
/
command_buffer
/
service
/
context_group.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor GLInProcessContext cleanups.
sievers@chromium.org
2013-07-17
1
-0
/
+1
*
Add GL_EXT_multisampled_render_to_texture support to command buffer.
bsalomon@google.com
2013-07-12
1
-2
/
+8
*
Fix stream textures + mailboxes
piman@chromium.org
2013-07-02
1
-0
/
+4
*
Use a direct include of strings headers in extensions/, google_apis/, gpu/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+15
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-1
/
+2
*
Update remaining files to use WeakPtr<T>::get() instead of "operator T*"
akalin@chromium.org
2013-06-04
1
-2
/
+2
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-6
/
+5
*
gpu: Change Produce/ConsumeTexture to allow texture sharing
piman@chromium.org
2013-05-29
1
-2
/
+0
*
Limit internal OSMesa to min required for OpenGL ES 2.0
gman@chromium.org
2013-05-23
1
-0
/
+14
*
gpu: Refactor to support cross-channel shared textures
piman@chromium.org
2013-05-18
1
-0
/
+3
*
Implement EXT_draw_buffers WebGL extention support in command buffer.
zmo@chromium.org
2013-03-14
1
-2
/
+16
*
Revert "Revert 186416"
gman@chromium.org
2013-03-07
1
-1
/
+2
*
Revert 186416
zmo@chromium.org
2013-03-06
1
-2
/
+1
*
Use client side arrays for GL_STREAM_DRAW attributes
gman@chromium.org
2013-03-06
1
-1
/
+2
*
Add a command to lose the context
gman@chromium.org
2012-12-17
1
-10
/
+37
*
Move workarounds to one spot.
gman@chromium.org
2012-10-23
1
-27
/
+9
*
Allow cubemaps <= 1024 in size on 10.7.3 Macs
jbauman@chromium.org
2012-10-22
1
-2
/
+11
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
1
-0
/
+3
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
1
-3
/
+0
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@chromium.org
2012-10-18
1
-0
/
+3
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
1
-0
/
+1
*
Add WARN_UNUSED_RESULT to scoped_refptr::release.
xiaomings@google.com
2012-08-28
1
-5
/
+1
*
Add global tracking of GPU memory allocations. Have each ContextGroup push m...
ccameron@chromium.org
2012-07-28
1
-4
/
+13
*
gpu in-memory program cache implementation with a memory limit + lru eviction.
dmurph@chromium.org
2012-07-23
1
-1
/
+3
*
Revert 147328 - Current status of patch:
gman@chromium.org
2012-07-19
1
-5
/
+2
*
Current status of patch:
dmurph@chromium.org
2012-07-18
1
-2
/
+5
*
Consolidate disable gpu workarounds code.
gman@chromium.org
2012-06-29
1
-11
/
+13
*
Reduce the maximum texture size on Mac/AMD to 4096.
bsalomon@google.com
2012-06-25
1
-1
/
+8
*
Expose video memory usage estimation (textures, renderbuffers, buffers) in co...
zmo@chromium.org
2012-06-14
1
-0
/
+11
*
Make context groups share a TextureBufferManager
gman@chromium.org
2012-06-01
1
-2
/
+10
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
1
-39
/
+39
*
Don't enable occlusion query on Linux with Intel drivers.
gman@chromium.org
2012-05-15
1
-9
/
+3
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-1
/
+1
*
Allow textures to be moved from one GL context group to another.
apatrick@chromium.org
2012-05-01
1
-2
/
+7
*
Add --enforce-gl-minimums flag
gman@chromium.org
2012-04-19
1
-12
/
+90
*
Limit max texture size to 4096x4096 on intel mac
gman@chromium.org
2012-04-03
1
-0
/
+2
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
1
-0
/
+1
*
Fix TextureManager optimizations.
gman@chromium.org
2012-01-19
1
-6
/
+8
*
Make command buffer validate glRenderbufferStorage width and height
gman@chromium.org
2011-10-19
1
-1
/
+6
*
Make command buffer limit cubemaps to 512x512 on Intel on OSX
gman@chromium.org
2011-10-13
1
-0
/
+21
*
Ensure that ContextGroup is destroyed when an appropriate GL context is current.
apatrick@chromium.org
2011-10-05
1
-12
/
+16
*
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
zmo@google.com
2011-09-22
1
-2
/
+2
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
1
-1
/
+2
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-1
/
+0
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
1
-8
/
+11
*
Support GL_OES_EGL_image_external
bulach@chromium.org
2011-07-26
1
-1
/
+1
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
1
-2
/
+2
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
1
-2
/
+4
*
Revert 77899 - Connect up --disable-gl-multisampling to command buffer
kinuko@chromium.org
2011-03-12
1
-4
/
+2
[next]