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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete gpu/command_buffer/client/atomicops.h
thakis@chromium.org
2013-11-06
2
-5
/
+0
*
Delete gpu/command_buffer/common/logging.h
thakis@chromium.org
2013-11-05
1
-1
/
+1
*
gpu: Use std::vector instead of ObserverList.
reveman@chromium.org
2013-11-01
2
-7
/
+17
*
Don't call into driver for unsupported extensions.
sievers@chromium.org
2013-10-31
5
-1
/
+77
*
Move memory allocation/stats structs to gpu:: and remove bazillion copies
jamesr@chromium.org
2013-10-29
4
-0
/
+13
*
Make command buffer handles the situation that unused uniform array elements ...
zmo@chromium.org
2013-10-25
2
-10
/
+66
*
Break the dependency of BackTexture on the entire Decoder. Part 2 because a c...
kloveless@chromium.org
2013-10-24
1
-40
/
+42
*
Replace --trace-gl with TRACE_DISABLED_BY_DEFAULT("cb_command")
wangxianzhu@chromium.org
2013-10-23
4
-15
/
+3
*
Re-land: gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-22
7
-27
/
+418
*
Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."
reveman@chromium.org
2013-10-21
7
-404
/
+24
*
Revert 229640 "Break the dependency BackTexture had on the entir..."
jochen@chromium.org
2013-10-19
1
-40
/
+38
*
Break the dependency BackTexture had on the entire Decoder.
kloveless@chromium.org
2013-10-19
1
-38
/
+40
*
gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-19
7
-24
/
+404
*
Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubI...
kloveless@chromium.org
2013-10-18
6
-210
/
+76
*
Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop...
bsalomon@google.com
2013-10-18
2
-2
/
+18
*
Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES query
sievers@chromium.org
2013-10-17
2
-5
/
+11
*
Apply shader short circuit workaround on MacOSX
zmo@chromium.org
2013-10-17
1
-0
/
+2
*
Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - bu...
kloveless@chromium.org
2013-10-11
4
-49
/
+1
*
Removed HandleBufferDataImmediate.
kloveless@chromium.org
2013-10-10
4
-34
/
+18
*
Break BackRenderbuffer dependency on the decoder.
kloveless@chromium.org
2013-10-10
1
-14
/
+26
*
Remove GetAttribLocationImmediate and GetUniformLocationImmediate.
kloveless@chromium.org
2013-10-09
5
-138
/
+22
*
Move in process SignalQuery implementation to service side
jamesr@chromium.org
2013-10-09
4
-17
/
+80
*
Make ConvertableToTraceFormat ref-counted
wangxianzhu@chromium.org
2013-10-09
1
-5
/
+6
*
Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D.
kloveless@chromium.org
2013-10-09
6
-105
/
+57
*
ScopedRenderBufferBinder no longer depends on the Decoder.
kloveless@chromium.org
2013-10-09
1
-16
/
+8
*
Move the ScopedGLErrorSuprressor to only take ErrorState.
kloveless@chromium.org
2013-10-08
1
-31
/
+38
*
Remove TexImage2DImmediate as a first example of removing an immediate functi...
kloveless@chromium.org
2013-10-08
3
-35
/
+1
*
Add SignalQuery to GpuControl interface
jamesr@chromium.org
2013-10-05
4
-0
/
+14
*
Move Insert/SignalSyncPoint() to GpuControl
jamesr@chromium.org
2013-10-02
6
-19
/
+27
*
Move more framebuffer state out of ContextState and into FramebufferState.
kloveless@chromium.org
2013-10-02
4
-47
/
+59
*
Route GenMailboxCHROMIUM through GpuControl
piman@chromium.org
2013-10-01
7
-32
/
+39
*
Make *CommandBufferProxy* implement GpuControl
piman@chromium.org
2013-09-27
4
-0
/
+14
*
Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OES
sheu@chromium.org
2013-09-26
4
-50
/
+75
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-3
/
+4
*
gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible
skyostil@chromium.org
2013-09-20
8
-49
/
+92
*
Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info.
zmo@chromium.org
2013-09-20
1
-6
/
+5
*
Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."
thakis@chromium.org
2013-09-19
8
-88
/
+49
*
gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible
skyostil@chromium.org
2013-09-19
8
-49
/
+88
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-1
/
+5
*
Removing the IsMailboxNameValid check in MailboxManager::ConsumeTexture for p...
jiayl@chromium.org
2013-09-19
1
-3
/
+1
*
gpu: Remove DCHECKs in AsyncPixelTransferManagerEGL about egl_image_ not bein...
kaanb@chromium.org
2013-09-19
1
-3
/
+8
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
2
-13
/
+4
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
2
-4
/
+13
*
gpu: Disable EXT_discard_framebuffer on ARM GPUs and expose it for pre-ES3
skyostil@chromium.org
2013-09-16
1
-1
/
+2
*
Moved multisample buffer verification to the command buffer
bajones@chromium.org
2013-09-13
1
-1
/
+132
*
gpu: Record GL state to trace
skyostil@chromium.org
2013-09-12
3
-0
/
+191
*
cc: Invalidate appropriate FBO attachment for offscreen rendering
skyostil@chromium.org
2013-09-11
1
-1
/
+26
*
Remove the problematic call to GLSurface::GetBackingFrameBufferObject.
msimonides@opera.com
2013-09-11
1
-2
/
+1
*
Roll in ANGLE and turn on gl_Position init workaround.
zmo@chromium.org
2013-09-09
1
-3
/
+2
*
Uniforms and attributes name conflicts should cause link failure
zmo@chromium.org
2013-09-09
3
-41
/
+120
[next]