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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support ANGLE_instanced_arrays on GLES3
oetuaho@nvidia.com
2014-04-14
1
-1
/
+2
*
gpu: Add trace event to GLES2DecoderImpl::DoCopyTextureCHROMIUM.
reveman@chromium.org
2014-04-14
1
-0
/
+2
*
Remove stale GPU code on Windows/Mac
piman@chromium.org
2014-04-12
1
-1
/
+0
*
gpu: InProcessCommandBuffer::DestroyTransferBuffer thread safe
boliu@chromium.org
2014-04-11
2
-3
/
+10
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
1
-7
/
+0
*
Attempt to prevent NULL-pointer error accessing command-buffer entries.
jbauman@chromium.org
2014-04-11
2
-5
/
+6
*
Plumb ScheduleOverlayPlane into the GPU process.
alexst@chromium.org
2014-04-09
17
-2
/
+360
*
Filter redundant state changes in gles2::ContextState::RestoreGlobalState().
vmiura@chromium.org
2014-04-09
5
-91
/
+269
*
Remove default textures in (!bind_generates_resource) context groups.
vmiura@chromium.org
2014-04-08
11
-159
/
+658
*
Fix -Wunused-local-typedefs errors with GCC 4.7+
fdegans@chromium.org
2014-04-07
4
-13
/
+0
*
Pass GL context bind_generates_resources flag to GPU Service.
vmiura@chromium.org
2014-04-03
8
-27
/
+88
*
Make ShaderTranslatorCache per thread refcounted
boliu@chromium.org
2014-04-03
11
-46
/
+79
*
Revert r258965 aka reland r258122
sievers@chromium.org
2014-04-03
3
-13
/
+10
*
Initialize overlay validator in GpuBrowserCompositorOutputSurface.
alexst@chromium.org
2014-04-03
3
-7
/
+9
*
Move force sync readpixel to gpu driver bug list
zmo@chromium.org
2014-04-03
2
-5
/
+0
*
Refactor gpu::Buffer to allow different types of backing
piman@chromium.org
2014-04-02
13
-70
/
+110
*
gpu: Bind dummy GL API when no context is current
sievers@google.com
2014-04-02
1
-0
/
+10
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
17
-931
/
+681
*
Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...
pfeldman@chromium.org
2014-04-02
17
-681
/
+931
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
17
-931
/
+681
*
Update fields for translator resources.
jmadill@chromium.org
2014-04-01
1
-0
/
+17
*
Remove CommandBuffer::GetTransferBuffer.
piman@chromium.org
2014-04-01
8
-53
/
+35
*
GPU: Fix NULL gpu::Buffer dereference.
epenner@chromium.org
2014-04-01
3
-2
/
+7
*
ui: Cleanup gfx::GpuMemoryBuffer interface.
reveman@chromium.org
2014-03-31
2
-6
/
+4
*
gpu: Reuse transfer buffers more aggresively
jadahl@opera.com
2014-03-31
43
-86
/
+925
*
Mojo: Move C gles2 header files to mojo/public/c/gles2.
viettrungluu@chromium.org
2014-03-30
27
-29
/
+29
*
Plumb overlay processing into DirectRenderer.
alexst@chromium.org
2014-03-28
3
-0
/
+22
*
Revert 260177 "By keeping track of transfer buffer usage (both s..."
creis@chromium.org
2014-03-28
43
-922
/
+86
*
By keeping track of transfer buffer usage (both sync and async), it is
jadahl@opera.com
2014-03-28
43
-86
/
+922
*
GLHelper: Use preferred BGRA read pixels for YUV read back
robert.bradford@intel.com
2014-03-27
2
-0
/
+157
*
GPU: Remove memory duplication in async uploads.
epenner@chromium.org
2014-03-27
14
-463
/
+86
*
GPU:'Pass' SharedMemory when possible.
epenner@chromium.org
2014-03-27
7
-81
/
+64
*
GPU: Reference count gpu::Buffer.
epenner@chromium.org
2014-03-26
36
-202
/
+253
*
gpu: Generate GLES2Implementation::UseProgram().
dongseong.hwang@intel.com
2014-03-25
7
-23
/
+71
*
Revert 258122 "gpu: Allow fences to check whether a flush has oc..."
sievers@google.com
2014-03-24
3
-10
/
+13
*
Blacklist partial swaps on linux
piman@chromium.org
2014-03-22
2
-6
/
+13
*
GPU: Only restore one texture unit in ScopedTextureBinder.
epenner@chromium.org
2014-03-21
7
-0
/
+53
*
Revert 258402 "GLHelper: Use preferred BGRA read pixels for YUV ..."
brettw@chromium.org
2014-03-20
2
-137
/
+0
*
GLHelper: Use preferred BGRA read pixels for YUV read back
robert.bradford@intel.com
2014-03-20
2
-0
/
+137
*
gpu: Allow fences to check whether a flush has occurred
sievers@chromium.org
2014-03-19
3
-13
/
+10
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
11
-97
/
+85
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
3
-4
/
+8
*
gpu: Add extension check when initializing MailboxSync
boliu@chromium.org
2014-03-15
2
-5
/
+28
*
Make GLImage interface pure virtual
sievers@chromium.org
2014-03-15
2
-0
/
+15
*
Remove unused option from GLES2 command buffer generation script
robert.bradford@intel.com
2014-03-14
1
-3
/
+0
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
2
-12
/
+5
*
gpu: Mailbox emulation with EGLImage
sievers@chromium.org
2014-03-14
15
-19
/
+1396
*
Use filename parameter for GL header parsing
robert.bradford@intel.com
2014-03-13
1
-2
/
+2
*
Use CheckedNumerics in AsyncPixelTransfersCompletedQuery, add tests
piman@chromium.org
2014-03-13
4
-62
/
+112
*
Move force glFlush in compositing_iosurface_mac.mm to gpu driver bug list
zmo@chromium.org
2014-03-13
2
-7
/
+0
[next]