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
*
Flush command streams after deleting resources
jamesr@chromium.org
2011-08-05
3
-2
/
+10
*
Roll skia to r2034 (and add new gl bindings)
bsalomon@google.com
2011-08-04
1
-0
/
+6
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
8
-32
/
+110
*
Resolve to temporary texture when doing readpixels
jbauman@chromium.org
2011-08-03
1
-13
/
+60
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
9
-131
/
+48
*
Made CommandBuffer::GetLastState and SetContextLostReason pure virtual.
apatrick@chromium.org
2011-07-29
2
-29
/
+2
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
9
-48
/
+131
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
4
-66
/
+0
*
Insert a soft flush into the command buffer on unmapTexSubImage2D
jamesr@chromium.org
2011-07-28
1
-0
/
+2
*
Removed vestigial GL_latch_CHROMIUM code.
apatrick@chromium.org
2011-07-27
5
-12
/
+2
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-4
/
+3
*
Support GL_OES_EGL_image_external
bulach@chromium.org
2011-07-26
22
-42
/
+525
*
Create new GLSurface for cross process image transport.
backer@chromium.org
2011-07-22
4
-138
/
+24
*
Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-22
1
-25
/
+34
*
Add glBindFragDataLocationIndexedARB to the GLInterface. Add it to skia's in-...
bsalomon@google.com
2011-07-22
1
-0
/
+3
*
Adding an empty program_info_manager.cc so I can fix NaCl
gman@chromium.org
2011-07-22
1
-0
/
+1
*
Fix clang build
isherman@chromium.org
2011-07-22
1
-1
/
+3
*
Fix for warning to error that trybots didn't catch.
gman@chromium.org
2011-07-22
1
-2
/
+2
*
Add support for GL_CHROMIUM_flipy
gman@chromium.org
2011-07-22
7
-37
/
+490
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
38
-629
/
+148
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
5
-6
/
+13
*
Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...
leandrogracia@chromium.org
2011-07-21
5
-13
/
+6
*
Revert 93397 - Revert 93393 - Revert was broken. Restoring.
leandrogracia@chromium.org
2011-07-21
5
-6
/
+13
*
Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...
leandrogracia@chromium.org
2011-07-21
5
-13
/
+6
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
5
-6
/
+13
*
Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...
apatrick@chromium.org
2011-07-20
1
-34
/
+25
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
38
-148
/
+629
*
Reparenting of RendererGLContexts supports going from no parent to having a p...
apatrick@chromium.org
2011-07-19
1
-25
/
+34
*
Binding Graphics3D with Instance and OpenGLES2 interface.
alokp@chromium.org
2011-07-19
1
-114
/
+16
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
38
-629
/
+148
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
19
-64
/
+184
*
Cache bindings on client side in command buffer.
gman@chromium.org
2011-07-13
6
-63
/
+301
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
19
-184
/
+63
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
19
-63
/
+184
*
Cooperatively round robin GPU command buffers.
apatrick@chromium.org
2011-07-12
2
-10
/
+24
*
Replace texture info when ID is already in use by parent.
reveman@google.com
2011-07-11
1
-0
/
+7
*
Add glGetProgramInfoCHROMIUM.
gman@chromium.org
2011-07-11
17
-11
/
+513
*
Fixes for Clang.
gman@chromium.org
2011-07-11
2
-19
/
+31
*
Move VertexAttribManager to another file.
gman@chromium.org
2011-07-11
4
-258
/
+478
*
Correct reporting of compressed texture formats and shader binary formats
gman@chromium.org
2011-07-07
12
-19
/
+201
*
We were synchronously destroying the RendererGlContext transfer buffers while...
jbates@chromium.org
2011-07-07
1
-1
/
+1
*
Cache easy to cache OpenGL values on client side of command buffer.
gman@chromium.org
2011-07-06
6
-94
/
+356
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
3
-4
/
+4
*
Re-Fixes Texture::Copy
gman@chromium.org
2011-06-29
1
-12
/
+11
*
Implement proper synchronization between HW video decode IPC and CommandBuffer.
fischman@chromium.org
2011-06-29
4
-0
/
+66
*
Make swapbuffers copy use the correct format.
gman@chromium.org
2011-06-28
1
-2
/
+5
*
Return error after allocating GL resource.
gman@chromium.org
2011-06-28
5
-27
/
+237
*
Revert "Revert "Add glGetMultipleIntegervCHROMIUM""
gman@chromium.org
2011-06-28
19
-14
/
+536
*
Revert "Add glGetMultipleIntegervCHROMIUM"
gman@chromium.org
2011-06-27
19
-536
/
+14
*
Add glGetMultipleIntegervCHROMIUM
gman@chromium.org
2011-06-27
19
-14
/
+536
[next]