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
*
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
*
gpu: make sure we can ProduceFrontBuffer in 2 contexts of the same share group
piman@chromium.org
2013-06-08
2
-1
/
+51
*
Fixed issue with EXT_draw_buffers not explicitly enabling
bajones@chromium.org
2013-06-08
1
-1
/
+18
*
[Aura] Added Support for rendering software compositor frames as cc::TextureL...
skaslev@chromium.org
2013-06-08
2
-0
/
+5
*
GPU: Refactor AsyncPixelTransferManager{EGL,ShareGroup,Sync}
backer@chromium.org
2013-06-07
6
-125
/
+150
*
Remove unused method and data.
qsr@chromium.org
2013-06-06
2
-24
/
+0
*
Add workaround for Mali-400 zero-sized buffer bug.
bsalomon@google.com
2013-06-06
2
-2
/
+12
*
GPU: Move AsyncPixelTransferDelegateIdle functionality into Manager
backer@chromium.org
2013-06-06
2
-155
/
+131
*
GPU: Proxy calls from Manager to Delegate.
backer@chromium.org
2013-06-05
20
-287
/
+339
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
11
-183
/
+125
*
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
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+15
*
GPU: Factory produces APTManagers instead of APTDelegates
backer@chromium.org
2013-06-04
28
-409
/
+595
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-1
/
+2
*
gpu: Make pack/unpack alignment part of autogenerated state
skyostil@chromium.org
2013-06-04
10
-200
/
+233
*
Update remaining files to use WeakPtr<T>::get() instead of "operator T*"
akalin@chromium.org
2013-06-04
2
-9
/
+7
*
ANGLE DEPS roll 2245:2249
bajones@chromium.org
2013-06-04
5
-15
/
+51
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
29
-689
/
+1311
*
gpu: Autogenerate glHint state
skyostil@chromium.org
2013-05-31
10
-27
/
+125
*
GLContextVirtual::ReleaseCurrent sets current virtual to NULL
boliu@chromium.org
2013-05-31
1
-2
/
+4
*
Remove GPU perf warning.
gman@chromium.org
2013-05-31
1
-1
/
+1
*
GPU: Make AsyncPixelTransferState per context rather than per context group.
backer@chromium.org
2013-05-31
16
-100
/
+368
*
gpu: Change Produce/ConsumeTexture to allow texture sharing
piman@chromium.org
2013-05-29
18
-685
/
+422
*
Hookup driver_bug_workarounds with gl_tests properly.
zmo@chromium.org
2013-05-28
3
-89
/
+5
*
Prepend the log prefix everywhere
gman@chromium.org
2013-05-28
2
-5
/
+7
*
Reland "GPU: Reduce MakeCurrent calls to fix Orange San Diego""
epenner@chromium.org
2013-05-28
3
-18
/
+31
*
gpu: Increase thread priority for waited-on uploads.
epenner@chromium.org
2013-05-26
2
-2
/
+2
*
Part 2/3 (GL) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-26
16
-29
/
+43
*
Revert 202305 "Destroy all Singletons and LazyInstances between ..."
rsesek@chromium.org
2013-05-25
1
-7
/
+4
*
Destroy all Singletons and LazyInstances between each test.
rsesek@chromium.org
2013-05-25
1
-4
/
+7
*
Remove unused kMaxCommandBufferSize enum
kaanb@chromium.org
2013-05-25
1
-4
/
+0
*
Added TRACE for measuring shader translator timings.
alokp@chromium.org
2013-05-24
1
-5
/
+15
*
base: Cleanup setting thread priorities (no functional changes).
epenner@chromium.org
2013-05-24
2
-48
/
+12
*
GPU: Disable GL_OES_standard_derivatives on Intel Pineview.
backer@chromium.org
2013-05-24
1
-2
/
+3
*
android: Add basic support for Broadcom GPUs
skyostil@chromium.org
2013-05-24
1
-1
/
+12
*
Get rid of the relative paths in command_buffer client/common
zmo@chromium.org
2013-05-24
55
-159
/
+159
*
gpu: Add a trace for full restores and some decoder info on 'PutChanged'
epenner@chromium.org
2013-05-24
2
-1
/
+5
*
readpixel shared memory fix
hubbe@chromium.org
2013-05-24
1
-1
/
+1
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-23
3
-71
/
+2
*
Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...
kaanb@chromium.org
2013-05-23
2
-1
/
+9
*
Limit internal OSMesa to min required for OpenGL ES 2.0
gman@chromium.org
2013-05-23
1
-0
/
+14
*
Partial revert of "GPU: Reduce MakeCurrent calls to fix Orange San Diego"
yfriedman@chromium.org
2013-05-23
1
-19
/
+16
*
Limit expression complexity in GLSL
gman@chromium.org
2013-05-23
3
-9
/
+14
*
Show more information on failure of SafeSharedMemoryPool::DuplicateSharedMemo...
wangxianzhu@chromium.org
2013-05-22
1
-2
/
+2
*
Revert 201380 "Move GPU device/driver info related code from con..."
zmo@chromium.org
2013-05-21
3
-2
/
+71
*
Make GpuMemoryBufferFactory a function pointer rather than a callback.
kaanb@chromium.org
2013-05-21
5
-62
/
+0
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-21
3
-71
/
+2
*
GPU: Use share groups for cross thread async texture upload.
backer@chromium.org
2013-05-21
9
-159
/
+757
[next]