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
*
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
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
1
-22
/
+0
*
Support GL_OES_EGL_image_external
bulach@chromium.org
2011-07-26
1
-2
/
+49
*
Return error after allocating GL resource.
gman@chromium.org
2011-06-28
1
-6
/
+2
*
Validate glTexParameter parameters.
gman@chromium.org
2011-05-12
1
-8
/
+20
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Workground for glGenerateMipmap bug in some drivers.
gman@chromium.org
2011-03-26
1
-0
/
+27
*
GPU process - parent GL context does not delete the textures it shares with c...
apatrick@chromium.org
2011-03-18
1
-1
/
+23
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
1
-2
/
+3
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
1
-119
/
+151
*
Fixes for the default texture.
gman@chromium.org
2010-08-24
1
-0
/
+18
*
A couple of minor fixes for CopyTexImage2D
gman@chromium.org
2010-08-04
1
-1
/
+23
*
Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,
gman@chromium.org
2010-07-31
1
-0
/
+64
*
Add support for
gman@chromium.org
2010-07-20
1
-3
/
+69
*
Adds support for OpenGL ES 2.0 extensions
gman@chromium.org
2010-07-16
1
-33
/
+56
*
Free the resources used by a context group.
gman@chromium.org
2010-07-01
1
-0
/
+41
*
Adds tracking of number of unrenderable textures so
gman@chromium.org
2010-06-02
1
-23
/
+44
*
Various fixes for the OpenGL ES 2.0 conformance tests.
gman@chromium.org
2010-05-06
1
-0
/
+3
*
Changes the code to use separate ids namspaces
gman@chromium.org
2010-04-27
1
-12
/
+15
*
Fixed GPU unit tests on Mac.
kbr@google.com
2010-03-26
1
-0
/
+8
*
Adds the remaining bucket commands, switches the
gman@chromium.org
2010-03-24
1
-5
/
+4
*
Made glReadPixels handle out of range areas.
gman@chromium.org
2010-03-19
1
-0
/
+17
*
Reorangizing the GLES2 code to handle shared
gman@chromium.org
2010-02-25
1
-4
/
+36
*
Updates many commands to require the client to set the
gman@chromium.org
2010-02-17
1
-1
/
+197
*
Adds texture tracking.
gman@chromium.org
2010-02-16
1
-0
/
+53