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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: Mailbox emulation with EGLImage
sievers@chromium.org
2014-03-14
1
-0
/
+4
*
WebGL TexParameterf and GetTexParameterf needs to handle float param correctly
zmo@chromium.org
2014-03-09
1
-4
/
+9
*
Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...
zmo@chromium.org
2014-03-05
1
-0
/
+6
*
Implement support for rendering to 32-bit float textures on ES3
oetuaho@nvidia.com
2014-02-14
1
-3
/
+8
*
[gpu] Remove StreamTexture(Manager) concept from command decoder
sievers@google.com
2014-01-27
1
-40
/
+1
*
gpu: Remove set_testing_force_is_angle
sievers@chromium.org
2013-11-14
1
-7
/
+6
*
Re-land: gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-22
1
-0
/
+17
*
Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."
reveman@chromium.org
2013-10-21
1
-17
/
+0
*
gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-19
1
-0
/
+17
*
Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OES
sheu@chromium.org
2013-09-26
1
-2
/
+4
*
Moved DoTexImage2D and its validation into the TextureManager.
kloveless@chromium.org
2013-08-14
1
-0
/
+81
*
Fix stream textures + mailboxes
piman@chromium.org
2013-07-02
1
-1
/
+25
*
Add mailbox manager test
piman@chromium.org
2013-06-15
1
-0
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
1
-8
/
+1
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-6
/
+6
*
GPU: Make AsyncPixelTransferState per context rather than per context group.
backer@chromium.org
2013-05-31
1
-24
/
+26
*
gpu: Change Produce/ConsumeTexture to allow texture sharing
piman@chromium.org
2013-05-29
1
-12
/
+17
*
gpu: Refactor to support cross-channel shared textures
piman@chromium.org
2013-05-18
1
-54
/
+142
*
Mark zero dimension textures as unrenderable
gman@chromium.org
2013-05-17
1
-8
/
+12
*
GPU: Move some GPU process specific code from ui/gl to gpu/command_buffer/ser...
backer@chromium.org
2013-05-09
1
-5
/
+5
*
Clean up of GLES2 Command Decoder by moving some of the error state into a se...
kloveless@chromium.org
2013-04-18
1
-1
/
+2
*
Android: Fix up video to work with mailboxes.
sievers@chromium.org
2013-04-17
1
-1
/
+1
*
Make GL_TEXTURE_EXTERNAL_OES texture immutable.
gman@chromium.org
2013-04-03
1
-18
/
+19
*
TextureImageTransportSurface: Reuse TextureDefinition
sievers@chromium.org
2013-03-24
1
-1
/
+1
*
gpu: Clean up pending async transfers.
epenner@chromium.org
2013-03-13
1
-15
/
+10
*
Refactor a bunch of Texture related GPU code
gman@chromium.org
2013-03-09
1
-21
/
+25
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
1
-314
/
+315
*
Add GL State Restoring Functions
gman@chromium.org
2013-02-26
1
-1
/
+1
*
Disambiguate texture target/face in TextureManager
sheu@chromium.org
2013-01-17
1
-4
/
+4
*
gpu: Add async pixel transfers.
epenner@chromium.org
2012-12-17
1
-0
/
+36
*
Add to the GL_CHROMIUM_gpu_memory_manager extension a
ccameron@chromium.org
2012-12-14
1
-6
/
+6
*
Track managed memory usage in the command buffer.
ccameron@chromium.org
2012-12-13
1
-9
/
+13
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
1
-2
/
+3
*
Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXT
gman@chromium.org
2012-12-06
1
-3
/
+4
*
cache fbo combos
gman@chromium.org
2012-11-09
1
-0
/
+12
*
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
*
Allow immutable textures into mailboxes
piman@chromium.org
2012-09-25
1
-1
/
+0
*
Clean-up inline members of nested classes (gpu/)
hans@chromium.org
2012-08-09
1
-27
/
+2
*
Add global tracking of GPU memory allocations. Have each ContextGroup push m...
ccameron@chromium.org
2012-07-28
1
-2
/
+6
*
Expose video memory usage estimation (textures, renderbuffers, buffers) in co...
zmo@chromium.org
2012-06-14
1
-0
/
+4
*
Allow textures to be moved from one GL context group to another.
apatrick@chromium.org
2012-05-01
1
-26
/
+24
*
Don't delete textures until they're no longer referenced.
gman@chromium.org
2012-04-05
1
-3
/
+6
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
1
-2
/
+3
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-3
/
+2
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-2
/
+3
*
Fix use-after-free in ~TextureInfo
piman@chromium.org
2012-02-09
1
-0
/
+6
*
Do a flip instead of a blit when possible.
backer@chromium.org
2012-01-20
1
-0
/
+4
[next]