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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...
emircan
2015-03-27
2
-5
/
+10
*
Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...
dongseong.hwang
2015-03-05
2
-64
/
+278
*
Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...
ulan
2015-03-03
2
-278
/
+64
*
gpu: introduce glCopySubTextureCHROMIUM
dongseong.hwang
2015-03-03
2
-64
/
+278
*
Add support for compressed GPU memory buffers.
christiank
2015-02-25
1
-0
/
+8
*
Compile shader upon deletion if attached.
dyen
2015-02-25
1
-0
/
+33
*
Revert of Add support for compressed GPU memory buffers. (patchset #7 id:1200...
phoglund
2015-02-24
1
-8
/
+0
*
Add support for compressed GPU memory buffers.
christiank
2015-02-24
1
-0
/
+8
*
Shader compiles deferred until program link time after a cache miss.
dyen
2015-02-12
3
-4
/
+90
*
Add support for multithreading the GPU command buffer.
jbauman
2015-02-12
2
-0
/
+5
*
Update {virtual,override,final} to follow C++11 style in gpu.
dcheng
2015-02-06
1
-6
/
+2
*
Clean up some of the shader compilation code.
dyen
2015-02-04
1
-0
/
+29
*
Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...
charliea
2015-01-26
1
-6
/
+4
*
Update GPU memory buffers to use StrideInBytes internally.
christiank
2015-01-22
1
-4
/
+5
*
Revert of Update GPU memory buffers to use StrideInBytes internally. (patchse...
ricow
2015-01-16
1
-5
/
+4
*
Update GPU memory buffers to use StrideInBytes internally.
christiank
2015-01-16
1
-4
/
+5
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
2
-3
/
+3
*
Add optimization for CHROMIUM_subscribe_uniform extension.
orglofch
2014-12-15
1
-0
/
+2
*
Add mouse input forwarding to gpu service
orglofch
2014-12-03
1
-0
/
+2
*
Converted angle_, gl_ and content_gl_unittests to the new test launcher
sergiyb
2014-12-02
3
-16
/
+19
*
gpu: Exposed GL_EXT_texture_rg to gpu::gles2::Capabilities
hendrikw
2014-12-02
1
-0
/
+20
*
Revert of gpu: fix CopyTextureCHROMIUM for immutable texture. (patchset #4 id...
kbr
2014-11-27
1
-37
/
+0
*
gpu: fix CopyTextureCHROMIUM for immutable texture.
dongseong.hwang
2014-11-21
1
-0
/
+37
*
cc: Add UMA stats for texture copy latency.
reveman
2014-11-18
1
-2
/
+9
*
gpu: Implement shader glClear() blit for broken IMG drivers
sievers
2014-11-18
3
-1
/
+216
*
gpu: remove round trip at context initialization
piman
2014-11-12
1
-1
/
+5
*
PepperGL: Enable client side arrays support.
penghuang
2014-11-03
1
-0
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
19
-72
/
+38
*
gpu: Rewrite MailboxSynchronizer
sievers
2014-10-24
1
-2
/
+2
*
Standardize usage of virtual/override/final in gpu/
dcheng
2014-10-21
2
-27
/
+26
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
3
-54
/
+84
*
Replacing the OVERRIDE with override and FINAL with final in gpu
mohan.reddy
2014-10-08
3
-17
/
+17
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
2
-5
/
+0
*
gpu: Make CopyTexture work with GL_BGRA_EXT destination textures.
reveman
2014-09-04
1
-1
/
+1
*
Manual fixups in gpu/ for scoped_refptr operator T* removal.
dcheng
2014-08-30
1
-0
/
+1
*
Add initial support for NV_path_rendering extension to gpu command buffer
kkinnunen
2014-08-26
1
-0
/
+110
*
gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.
dongseong.hwang@intel.com
2014-08-22
1
-0
/
+112
*
GPU context creation code duplication cleanup
oetuaho@nvidia.com
2014-08-13
1
-5
/
+5
*
gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...
reveman@chromium.org
2014-07-18
3
-124
/
+86
*
Add support for strong future sync points.
jbauman@chromium.org
2014-07-01
2
-1
/
+12
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
2
-5
/
+0
*
Adding bindless variants mailbox produce/consume
bajones@chromium.org
2014-06-10
1
-0
/
+110
*
Add unit test for GL_CHROMIUM_sync_query
sievers@chromium.org
2014-05-28
1
-0
/
+40
*
Rearrange GLImage API to create them with a usage type
alexst@chromium.org
2014-05-06
3
-10
/
+13
*
gpu: Separate GpuControlService from GpuControl
boliu@chromium.org
2014-05-02
2
-10
/
+93
*
Remove CommandBuffer::GetState
piman@chromium.org
2014-04-30
1
-1
/
+1
*
Restore bound VAO in ContextState::RestoreState().
vmiura@chromium.org
2014-04-18
2
-9
/
+168
*
Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...
hayato@chromium.org
2014-04-17
1
-16
/
+0
*
gpu: Add CHROMIUM_sync_query extension.
reveman@chromium.org
2014-04-16
1
-0
/
+16
[next]