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
/
service
/
gpu_scheduler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer descheduling of GPU commands until draw or swap
jbates@chromium.org
2012-06-28
1
-0
/
+5
*
Preempt renderers by browser UI in GpuScheduler.
backer@chromium.org
2012-06-06
1
-1
/
+13
*
Move GpuScheduler descheduled trace event to GpuScheduler for better coverage.
jbates@chromium.org
2012-05-26
1
-0
/
+3
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-3
/
+3
*
make disable-glsl-translator work again
gman@chromium.org
2012-03-26
1
-0
/
+2
*
Increase reschedule timeout to 1 second.
jbauman@chromium.org
2012-03-20
1
-1
/
+1
*
Schedule for pending queries
gman@chromium.org
2012-03-13
1
-1
/
+2
*
Deschedule command buffer while polling fences
jbauman@chromium.org
2012-03-06
1
-1
/
+4
*
Force the GPU process to reschedule itself after a timeout so it responds to ...
apatrick@chromium.org
2012-01-27
1
-4
/
+49
*
Don't tell browser to swap until swap actually executed.
backer@chromium.org
2011-12-16
1
-31
/
+13
*
Free the command buffer when tabs are switched
gman@chromium.org
2011-12-15
1
-5
/
+7
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-15
/
+27
*
Ensure that GpuScheduler invokes fence tasks even if client is not flushing.
apatrick@chromium.org
2011-12-08
1
-34
/
+30
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-20
/
+15
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-15
/
+20
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-23
/
+15
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-15
/
+23
*
base::Bind() conversion for remaining GPU files.
dcheng@chromium.org
2011-11-22
1
-9
/
+9
*
Added booleans that indicate which GL extensions are available.
apatrick@chromium.org
2011-11-01
1
-2
/
+2
*
GpuScheduler can unschedule a command buffer until the GPU has made progress ...
apatrick@chromium.org
2011-10-25
1
-0
/
+72
*
Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
apatrick@chromium.org
2011-09-20
1
-144
/
+21
*
Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
rsimha@chromium.org
2011-09-16
1
-21
/
+144
*
Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...
apatrick@chromium.org
2011-09-16
1
-144
/
+21
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
1
-3
/
+1
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
1
-8
/
+0
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-5
/
+2
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-2
/
+5
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-5
/
+2
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
1
-12
/
+0
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
1
-0
/
+12
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
1
-8
/
+0
*
Create new GLSurface for cross process image transport.
backer@chromium.org
2011-07-22
1
-17
/
+4
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-109
/
+61
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-61
/
+109
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
1
-109
/
+61
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-0
/
+2
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-2
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-0
/
+2
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-2
/
+1
*
Implement proper synchronization between HW video decode IPC and CommandBuffer.
fischman@chromium.org
2011-06-29
1
-0
/
+8
*
Reland "EGLImage transport for TOUCH_UI".
backer@chromium.org
2011-06-25
1
-3
/
+8
*
Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...
backer@chromium.org
2011-06-25
1
-8
/
+3
*
Use pixmaps and EGLImages to transport image data between GPU process and bro...
backer@chromium.org
2011-06-25
1
-3
/
+8
*
RendererGLContext supports reparenting a GL context.
apatrick@chromium.org
2011-06-20
1
-6
/
+11
*
Fix Revert of 89054 so it builds on win_shared
gman@chromium.org
2011-06-14
1
-0
/
+4
*
Revert 89054 - Add lots of client side OpenGL logging.
asargent@chromium.org
2011-06-14
1
-4
/
+0
*
Add lots of client side OpenGL logging.
gman@chromium.org
2011-06-14
1
-0
/
+4
*
Previously, the DisplayLink would never start until a software draw was done ...
jbates@chromium.org
2011-06-13
1
-4
/
+6
*
Plumbing: Cache the resize callback so that we can call it later.
backer@chromium.org
2011-06-08
1
-1
/
+10
*
GpuScheduler fix:
jbates@chromium.org
2011-06-03
1
-25
/
+43
[next]