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
*
Plumb maximum rectangle texture size into TextureManager.
sandersd
2014-12-17
1
-0
/
+4
*
gpu: Rewrite MailboxSynchronizer
sievers
2014-10-24
1
-1
/
+2
*
Enabled EXT_sRGB WebGL extension support in the command buffer.
bajones
2014-10-13
1
-0
/
+2
*
Optimized Texture::Update() function.
dyen
2014-10-10
1
-1
/
+43
*
Modified GPU command signature hash to use a binary representation.
dyen
2014-09-29
1
-0
/
+2
*
Fix parameter type for glGenTextures.
heejin.r.chung@samsung.com
2014-06-23
1
-3
/
+3
*
Fix slow TextureManager::StopTracking()
vmiura@chromium.org
2014-04-23
1
-4
/
+16
*
Revert 265469 "Fix slow TextureManager::StopTracking()"
sky@chromium.org
2014-04-23
1
-16
/
+4
*
Fix slow TextureManager::StopTracking()
vmiura@chromium.org
2014-04-23
1
-4
/
+16
*
Remove default textures in (!bind_generates_resource) context groups.
vmiura@chromium.org
2014-04-08
1
-1
/
+4
*
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
[next]