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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CommandBufferHelper::GetError
jbauman@chromium.org
2013-06-13
2
-7
/
+0
*
In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token.
qsr@chromium.org
2013-06-11
2
-3
/
+38
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Fix the indentation of a a few GLImage methods
kaanb@chromium.org
2013-06-11
1
-53
/
+49
*
Revert 205224 "In RingBuffer::GetLargestFreeSizeNoWaiting, relea..."
raymes@chromium.org
2013-06-10
2
-38
/
+3
*
In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token.
qsr@chromium.org
2013-06-10
2
-3
/
+38
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
2
-14
/
+0
*
gpu: Make getImageParameterivCHROMIUM actually call getImageParameterivCHROMI...
kaanb@chromium.org
2013-06-05
1
-2
/
+2
*
gpu: Change the comment for GpuMemoryBuffer::GetStride to explain the return ...
kaanb@chromium.org
2013-06-05
1
-1
/
+1
*
Part 2/3 (GL) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-26
10
-16
/
+22
*
Get rid of the relative paths in command_buffer client/common
zmo@chromium.org
2013-05-24
39
-124
/
+125
*
readpixel shared memory fix
hubbe@chromium.org
2013-05-24
1
-1
/
+1
*
Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...
kaanb@chromium.org
2013-05-23
2
-1
/
+9
*
Make GpuMemoryBufferFactory a function pointer rather than a callback.
kaanb@chromium.org
2013-05-21
4
-61
/
+0
*
GPU client side changes for GpuMemoryBuffers:
kaanb@chromium.org
2013-05-16
20
-7
/
+540
*
gpu: Smarter caching of results for glGetShaderPrecisionFormat
brianderson@chromium.org
2013-05-14
3
-69
/
+252
*
Fix null dereference in GLES2Implementation::IsExtensionAvailable.
apatrick@chromium.org
2013-05-10
1
-0
/
+3
*
cc: Fix pixel buffer handling in lost context situations.
reveman@chromium.org
2013-05-04
3
-29
/
+61
*
android_webview: add an IsMapped API to the GpuMemoryBuffer
kaanb@chromium.org
2013-04-30
2
-1
/
+5
*
gpu: Use base::MessageLoop.
xhwang@chromium.org
2013-04-27
4
-11
/
+11
*
Add GLES2_IMPL_EXPORT to GpuMemoryBuffer
kaanb@chromium.org
2013-04-19
1
-1
/
+2
*
Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.
jun.a.jiang@intel.com
2013-04-19
10
-16
/
+17
*
Move GpuMemoryBuffer interface from ui/gl to gpu/command_buffer/client
kaanb@chromium.org
2013-04-19
3
-7
/
+61
*
Android: Fix up video to work with mailboxes.
sievers@chromium.org
2013-04-17
1
-2
/
+2
*
Remove final scoped_array references from gpu code.
dcheng@chromium.org
2013-04-15
4
-9
/
+9
*
Fix flake in FencedWrapperAllocatorTest::TestAlignment.
hshi@chromium.org
2013-04-13
1
-11
/
+8
*
Temporarily disable FencedAllocator.TestAlignment on windows
michaeln@google.com
2013-04-13
1
-1
/
+7
*
Use base/memory/scoped_ptr.h in gpu client code.
dcheng@chromium.org
2013-04-12
6
-6
/
+6
*
FencedAllocator should align all allocations to multiples of 16 bytes.
hshi@chromium.org
2013-04-12
2
-1
/
+44
*
[Android] Fix unit_tests and webview compilations for components build.
yfriedman@chromium.org
2013-04-12
1
-1
/
+2
*
Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be all...
kaanb@chromium.org
2013-04-11
2
-0
/
+50
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.
dcheng@chromium.org
2013-04-09
3
-3
/
+3
*
Fix large mis-paint when resizing windows aura chrome
cpu@chromium.org
2013-04-06
1
-1
/
+1
*
In GLES2Implementation, replace calls to Finish/FinishHelper with WaitForCmd.
apatrick@chromium.org
2013-04-03
1
-6
/
+6
*
Implement client side PBOs for glReadPixel
hubbe@chromium.org
2013-04-02
4
-29
/
+142
*
gpu: Cache results of GetShaderPrecisionFormat client-side
brianderson@chromium.org
2013-03-24
4
-5
/
+83
*
Implement EXT_draw_buffers WebGL extention support in command buffer.
zmo@chromium.org
2013-03-14
10
-0
/
+72
*
Move InsertSyncPoint to GLES2Interface
piman@chromium.org
2013-03-08
12
-0
/
+36
*
gpu: Add the ability to wait on upload completion.
epenner@chromium.org
2013-03-05
9
-0
/
+33
*
Revert 185521
tommi@chromium.org
2013-03-01
8
-8
/
+11
*
Revert 185332
tommi@chromium.org
2013-03-01
8
-11
/
+8
*
Revert 185518
tommi@chromium.org
2013-03-01
8
-8
/
+11
*
Revert 185332
tommi@chromium.org
2013-03-01
8
-11
/
+8
*
Update khronos GLES2/gl2.h header
phajdan.jr@chromium.org
2013-02-28
8
-8
/
+11
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
8
-754
/
+837
*
Make WaitSyncPoint go through command buffers.
piman@chromium.org
2013-02-27
10
-0
/
+43
*
Hookup the GPUTrace events.
dsinclair@chromium.org
2013-02-20
4
-19
/
+22
*
Shrink QueryTracker when freeing everything
piman@chromium.org
2013-02-17
3
-12
/
+58
*
Refactor GPU tracing to generate less code.
gman@chromium.org
2013-02-16
1
-199
/
+199
*
Add client side gpu tracing
gman@chromium.org
2013-02-07
7
-7
/
+1572
[next]