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
/
cmd_buffer_helper.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 288481 "Use placement new to allocate GPU command buffer ..."
jbauman@chromium.org
2014-08-11
1
-3
/
+21
*
Use placement new to allocate GPU command buffer entries.
jbauman@chromium.org
2014-08-09
1
-21
/
+3
*
Use TimeTicks instead of clock() in gpu::CommandBufferHelper
hamaji@chromium.org
2014-07-11
1
-3
/
+4
*
Fix miscompilation of NULL check.
jbauman@chromium.org
2014-04-24
1
-6
/
+21
*
Attempt to prevent NULL-pointer error accessing command-buffer entries.
jbauman@chromium.org
2014-04-11
1
-4
/
+4
*
gpu: Reuse transfer buffers more aggresively
jadahl@opera.com
2014-03-31
1
-0
/
+9
*
Revert 260177 "By keeping track of transfer buffer usage (both s..."
creis@chromium.org
2014-03-28
1
-9
/
+0
*
By keeping track of transfer buffer usage (both sync and async), it is
jadahl@opera.com
2014-03-28
1
-0
/
+9
*
GPU: Reference count gpu::Buffer.
epenner@chromium.org
2014-03-26
1
-4
/
+2
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
1
-11
/
+4
*
Reduce internal Flush() in GL resource glGen/Delete APIs.
vmiura@chromium.org
2014-02-21
1
-0
/
+6
*
Optimize CommandBufferHelper::GetSpace().
vmiura@chromium.org
2014-02-12
1
-4
/
+54
*
Revert 235428 "Revert 234915 "Revert 234758 "gpu: Remove redunda..."
kaanb@chromium.org
2013-11-19
1
-40
/
+1
*
Revert 234915 "Revert 234758 "gpu: Remove redundant calls from C..."
kaanb@chromium.org
2013-11-15
1
-1
/
+40
*
Revert 234758 "gpu: Remove redundant calls from CommandBufferHel..."
kaanb@chromium.org
2013-11-13
1
-40
/
+1
*
gpu: Remove redundant calls from CommandBufferHelper::GetSpace() and optimize...
kaanb@chromium.org
2013-11-13
1
-1
/
+40
*
Delete gpu/command_buffer/common/logging.h
thakis@chromium.org
2013-11-05
1
-1
/
+0
*
Remove CommandBufferHelper::GetError
jbauman@chromium.org
2013-06-13
1
-2
/
+0
*
Get rid of the relative paths in command_buffer client/common
zmo@chromium.org
2013-05-24
1
-5
/
+5
*
Add CommandBuffer::GetLastToken
gman@chromium.org
2013-01-25
1
-1
/
+1
*
Removing the JumpRelative, Call, CallRelative and Return commands.
dsinclair@chromium.org
2013-01-04
1
-38
/
+1
*
Disable automatic flushes on compositor contexts.
jbauman@chromium.org
2012-10-17
1
-0
/
+5
*
Make glGetQueryObjectuivEXT return true for GL_QUERY_RESULT_AVAILABLE_EXT
gman@chromium.org
2012-08-25
1
-0
/
+4
*
Free the command buffer on destruction.
gman@chromium.org
2012-08-23
1
-0
/
+1
*
Fix Noop bug
gman@chromium.org
2012-05-09
1
-1
/
+1
*
Optimize GetBucketContents
gman@chromium.org
2012-04-09
1
-6
/
+12
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
1
-1
/
+2
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-2
/
+1
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-1
/
+2
*
Make GLES2CmdHelper and CommandBufferHelper handle failed allocation
gman@chromium.org
2012-01-11
1
-42
/
+75
*
Free the command buffer when tabs are switched
gman@chromium.org
2011-12-15
1
-0
/
+6
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-1
/
+9
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-9
/
+1
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-1
/
+9
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-9
/
+1
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-1
/
+9
*
Fix early flush logic.
jbauman@chromium.org
2011-09-08
1
-1
/
+1
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-12
/
+7
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-7
/
+12
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
1
-12
/
+7
*
Cooperatively round robin GPU command buffers.
apatrick@chromium.org
2011-07-12
1
-2
/
+7
*
Coverity: Pass by reference in CommandBufferHelper::SynchronizeState.
thestig@chromium.org
2011-06-22
1
-1
/
+1
*
Add a yield command to the command buffer.
piman@google.com
2011-04-23
1
-1
/
+6
*
Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...
piman@google.com
2011-01-14
1
-1
/
+7
*
Adds MapBufferSubData and MapTexSubImage2D.
gman@chromium.org
2010-07-14
1
-0
/
+8
*
Refactor CommandBufferHelper to use Jump to loop
gman@chromium.org
2010-06-03
1
-2
/
+3
*
Step 1: Changing CommandBufferHelper to only use a portion
gman@chromium.org
2010-05-12
1
-1
/
+5
*
Another #include of <string.h> so that the nacl-g++ compiler will build Native
dspringer@google.com
2010-03-10
1
-0
/
+2
*
Rearrange GLES2 files so they are easier to use
gman@chromium.org
2010-03-08
1
-4
/
+4
*
Adds
gman@chromium.org
2010-02-05
1
-0
/
+72
[next]