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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return the shared context's handle when a virtualized context's
ccameron@chromium.org
2013-04-20
1
-1
/
+1
*
Reland "gpu: Fix Vivante's "hisilicon" GPUs"
epenner@chromium.org
2013-04-20
5
-0
/
+18
*
Add GLES2_IMPL_EXPORT to GpuMemoryBuffer
kaanb@chromium.org
2013-04-19
1
-1
/
+2
*
Revert "gpu: Fix Vivante's "hisilicon" GPUs"
epenner@chromium.org
2013-04-19
2
-7
/
+0
*
Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.
jun.a.jiang@intel.com
2013-04-19
18
-48
/
+73
*
Move GpuMemoryBuffer interface from ui/gl to gpu/command_buffer/client
kaanb@chromium.org
2013-04-19
4
-9
/
+64
*
Category group support/Renamings.
rubentopo@gmail.com
2013-04-19
1
-1
/
+2
*
Revert "Revert 193798 "Revert r192949 "Disable shader disk cache by defa...""
dsinclair@chromium.org
2013-04-19
4
-7
/
+43
*
Clean up of GLES2 Command Decoder by moving some of the error state into a se...
kloveless@chromium.org
2013-04-18
26
-330
/
+506
*
Enable video painting on Canvas for Chrome on Android. This change should lan...
hkuang@chromium.org
2013-04-18
3
-10
/
+72
*
gpu: Fix Vivante's "hisilicon" GPUs
epenner@chromium.org
2013-04-18
2
-0
/
+7
*
Android: Fix up video to work with mailboxes.
sievers@chromium.org
2013-04-17
10
-17
/
+146
*
Revert 193798 "Revert r192949 "Disable shader disk cache by defa..."
tonyg@chromium.org
2013-04-17
4
-43
/
+7
*
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
7
-390
/
+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
*
Revert r192949 "Disable shader disk cache by default."
dsinclair@chromium.org
2013-04-11
4
-7
/
+43
*
Revert FeatureInfo::Workarounds setup in command buffer.
zmo@chromium.org
2013-04-11
2
-3
/
+85
*
Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be all...
kaanb@chromium.org
2013-04-11
3
-0
/
+52
*
Send shader information to disk cache on access as well as create.
dsinclair@chromium.org
2013-04-11
8
-34
/
+77
*
GPU process "unschedule fences" have a timeout.
apatrick@chromium.org
2013-04-10
2
-3
/
+14
*
Moved logging functionality of out of the GLES2 Command Decoder into a separa...
kloveless@chromium.org
2013-04-10
7
-75
/
+150
*
Force GPU switch with CGLSetVirtualScreen only for compositor
ccameron@chromium.org
2013-04-10
6
-16
/
+83
*
gpu: Fix mock setup for [Bind|Release]TexImage2DCHROMIUM unit tests
kaanb@chromium.org
2013-04-10
1
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-5
/
+5
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-5
/
+5
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-5
/
+5
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.
dcheng@chromium.org
2013-04-09
25
-56
/
+56
*
GLImage support for Android zero-copy pixel buffers
kaanb@chromium.org
2013-04-09
2
-6
/
+29
*
Disable shader disk cache by default.
dsinclair@chromium.org
2013-04-08
4
-41
/
+5
*
Fix large mis-paint when resizing windows aura chrome
cpu@chromium.org
2013-04-06
4
-6
/
+12
*
Blacklist EXT_draw_buffers on Mac NVIDIA GeForce GT 650M.
zmo@chromium.org
2013-04-05
2
-1
/
+5
*
Use macro to simplify gpu driver bug workaround defs and code.
zmo@chromium.org
2013-04-05
4
-144
/
+73
*
Clean up scoped_array<T> construction from NULL.
dcheng@chromium.org
2013-04-05
1
-2
/
+0
*
Use GpuDriverBugList to manage all the workarounds.
zmo@chromium.org
2013-04-04
12
-194
/
+252
*
Android: Tweak QualComm flicker bugs workarounds
sievers@chromium.org
2013-04-04
3
-3
/
+26
*
Fix GL virtualization warnings on OS X
ccameron@chromium.org
2013-04-03
3
-2
/
+17
*
In GLES2Implementation, replace calls to Finish/FinishHelper with WaitForCmd.
apatrick@chromium.org
2013-04-03
1
-6
/
+6
*
Make GL_TEXTURE_EXTERNAL_OES texture immutable.
gman@chromium.org
2013-04-03
3
-80
/
+119
*
Add support for GL_TEXTURE_EXTERNAL_OES texture copy.
hkuang@chromium.org
2013-04-03
2
-25
/
+49
*
[Android] Fix remaining linker errors for components build
yfriedman@chromium.org
2013-04-03
1
-1
/
+2
*
Get gl_tests running on Nexus 4
gman@chromium.org
2013-04-02
5
-26
/
+101
*
Implement client side PBOs for glReadPixel
hubbe@chromium.org
2013-04-02
8
-37
/
+265
*
Add --force-synchronous-glreadpixels flag while we sort out GPU pipelining/pe...
miu@chromium.org
2013-04-02
2
-0
/
+5
*
Windows: On context lost, GPU process exits.
apatrick@chromium.org
2013-04-01
3
-0
/
+17
*
Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.
simonjam@chromium.org
2013-03-26
1
-1
/
+4
*
TextureImageTransportSurface: Reuse TextureDefinition
sievers@chromium.org
2013-03-24
4
-14
/
+246
[next]