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
/
texture_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land: gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-22
1
-0
/
+60
*
Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."
reveman@chromium.org
2013-10-21
1
-60
/
+0
*
gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-19
1
-0
/
+60
*
Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OES
sheu@chromium.org
2013-09-26
1
-3
/
+21
*
FeatureInfo: Remove allowed_extensions and init workarounds early
sievers@chromium.org
2013-09-05
1
-9
/
+9
*
Add GL_EXT_multisampled_render_to_texture support to command buffer.
bsalomon@google.com
2013-07-12
1
-2
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-4
/
+8
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
1
-23
/
+0
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-305
/
+847
*
gpu: Change Produce/ConsumeTexture to allow texture sharing
piman@chromium.org
2013-05-29
1
-79
/
+86
*
Make unrenderable check not consider never bound textures.
gman@chromium.org
2013-05-21
1
-4
/
+11
*
gpu: Refactor to support cross-channel shared textures
piman@chromium.org
2013-05-18
1
-426
/
+693
*
Mark zero dimension textures as unrenderable
gman@chromium.org
2013-05-17
1
-3
/
+16
*
Clean up of GLES2 Command Decoder by moving some of the error state into a se...
kloveless@chromium.org
2013-04-18
1
-10
/
+16
*
Android: Fix up video to work with mailboxes.
sievers@chromium.org
2013-04-17
1
-5
/
+26
*
Make GL_TEXTURE_EXTERNAL_OES texture immutable.
gman@chromium.org
2013-04-03
1
-59
/
+94
*
TextureImageTransportSurface: Reuse TextureDefinition
sievers@chromium.org
2013-03-24
1
-0
/
+226
*
Refactor a bunch of Texture related GPU code
gman@chromium.org
2013-03-09
1
-438
/
+458
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
1
-56
/
+59
*
Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.
rsleevi@chromium.org
2013-02-06
1
-3
/
+3
*
Make MemoryTypeTracker::UpdateMemRepresented private
gman@chromium.org
2013-01-18
1
-2
/
+4
*
Add tests for TextureManager and MemoryTracker
gman@chromium.org
2013-01-15
1
-321
/
+392
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
1
-6
/
+6
*
Make more GL stuff auto-generated
gman@chromium.org
2012-12-07
1
-1
/
+1
*
Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXT
gman@chromium.org
2012-12-06
1
-9
/
+21
*
cache fbo combos
gman@chromium.org
2012-11-09
1
-0
/
+115
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
1
-0
/
+20
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
1
-20
/
+0
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@chromium.org
2012-10-18
1
-0
/
+20
*
Make texture manager more strict.
gman@chromium.org
2012-10-08
1
-7
/
+32
*
Add global tracking of GPU memory allocations. Have each ContextGroup push m...
ccameron@chromium.org
2012-07-28
1
-13
/
+15
*
Make TextureManager correctly delete default textures.
gman@chromium.org
2012-06-13
1
-6
/
+2
*
Plum through ANGLE_depth_texture
gman@chromium.org
2012-06-08
1
-0
/
+18
*
Don't delete textures until they're no longer referenced.
gman@chromium.org
2012-04-05
1
-1
/
+26
*
Fix TextureManager optimizations.
gman@chromium.org
2012-01-19
1
-219
/
+240
*
Fix a few issues with texture memory tracking.
gman@chromium.org
2011-12-23
1
-20
/
+39
*
Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...
vangelis@chromium.org
2011-12-14
1
-9
/
+9
*
Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...
vangelis@chromium.org
2011-12-13
1
-9
/
+9
*
Fixed service side implementation of glTexStorage2DEXT to only initialize the...
vangelis@chromium.org
2011-12-12
1
-9
/
+9
*
Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage
vangelis@chromium.org
2011-12-06
1
-8
/
+27
*
Added minimal support to command buffer for GL_ARB_texture_rectangle
kbr@chromium.org
2011-11-23
1
-10
/
+0
*
Allow deleted resources to be used
gman@chromium.org
2011-11-11
1
-3
/
+7
*
Defer clearing textures and renderbuffers
gman@chromium.org
2011-11-02
1
-27
/
+182
*
External stream texture support.
sievers@chromium.org
2011-09-28
1
-13
/
+13
*
Revert 102978 - Change X11 error handler override to allow easy X11 error che...
dominich@chromium.org
2011-09-27
1
-5
/
+3
*
Change X11 error handler override to allow easy X11 error checking.
dominich@chromium.org
2011-09-27
1
-3
/
+5
*
Fix issue with unused mips.
gman@chromium.org
2011-09-27
1
-4
/
+32
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-1
/
+0
*
Fix 2 Dr. Memory issues
gman@chromium.org
2011-08-08
1
-2
/
+3
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
1
-0
/
+22
[next]