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
*
Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...
hayato@chromium.org
2014-04-17
11
-233
/
+3
*
Wire GL_CHROMIUM_map_sub functions up to Skia.
bsalomon@google.com
2014-04-17
1
-0
/
+4
*
Remove ForceCompositingMode from the GPU blacklist.
danakj@chromium.org
2014-04-16
3
-7
/
+0
*
Move vertex and fragment shader uniform vector workarounds to gpu driver bug ...
puttaraju.r@samsung.com
2014-04-16
5
-13
/
+52
*
Revert 264104 "Restore bound VAO in ContextState::RestoreState()."
phoglund@chromium.org
2014-04-16
2
-43
/
+9
*
gpu: Add CHROMIUM_sync_query extension.
reveman@chromium.org
2014-04-16
11
-3
/
+233
*
Avoid GetState IPC call during AllocateRingbuffer.
puttaraju.r@samsung.com
2014-04-16
1
-13
/
+4
*
Restore bound VAO in ContextState::RestoreState().
vmiura@chromium.org
2014-04-16
2
-9
/
+43
*
Add support for EXT_shader_texture_lod to the command buffer.
nicolascapens@chromium.org
2014-04-16
5
-2
/
+44
*
Reduce the number of flushes while using glQueries.
puttaraju.r@samsung.com
2014-04-16
4
-10
/
+27
*
PCI scan to find GPU: not limited to just VGA.
zmo@chromium.org
2014-04-15
1
-2
/
+12
*
Revert 263998 "PCI scan to find GPU: not limited to just VGA."
zmo@chromium.org
2014-04-15
4
-19
/
+3
*
glDeleteVertexArraysOES on bound VAO restores default VAO 0.
vmiura@chromium.org
2014-04-15
4
-1
/
+31
*
PCI scan to find GPU: not limited to just VGA.
zmo@chromium.org
2014-04-15
4
-3
/
+19
*
Blacklist AMD driver version 13.101 on linux
piman@chromium.org
2014-04-15
1
-1
/
+21
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-15
1
-1
/
+2
*
Revert 263726 "x11: Remove X11 message-pump."
fischman@chromium.org
2014-04-14
1
-2
/
+1
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-14
1
-1
/
+2
*
Support ANGLE_instanced_arrays on GLES3
oetuaho@nvidia.com
2014-04-14
1
-1
/
+2
*
gpu: Add trace event to GLES2DecoderImpl::DoCopyTextureCHROMIUM.
reveman@chromium.org
2014-04-14
1
-0
/
+2
*
Implement CollectDriverInfoGL for Ozone.
kalyan.kondapally@intel.com
2014-04-12
1
-4
/
+47
*
Remove stale GPU code on Windows/Mac
piman@chromium.org
2014-04-12
1
-1
/
+0
*
gpu: InProcessCommandBuffer::DestroyTransferBuffer thread safe
boliu@chromium.org
2014-04-11
2
-3
/
+10
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
2
-15
/
+0
*
Attempt to prevent NULL-pointer error accessing command-buffer entries.
jbauman@chromium.org
2014-04-11
2
-5
/
+6
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
2
-69
/
+0
*
Plumb ScheduleOverlayPlane into the GPU process.
alexst@chromium.org
2014-04-09
20
-2
/
+493
*
Filter redundant state changes in gles2::ContextState::RestoreGlobalState().
vmiura@chromium.org
2014-04-09
5
-91
/
+269
*
Remove default textures in (!bind_generates_resource) context groups.
vmiura@chromium.org
2014-04-08
11
-159
/
+658
*
Fix -Wunused-local-typedefs errors with GCC 4.7+
fdegans@chromium.org
2014-04-07
4
-13
/
+0
*
Pass GL context bind_generates_resources flag to GPU Service.
vmiura@chromium.org
2014-04-03
9
-27
/
+92
*
Make ShaderTranslatorCache per thread refcounted
boliu@chromium.org
2014-04-03
12
-48
/
+81
*
Revert r258965 aka reland r258122
sievers@chromium.org
2014-04-03
3
-13
/
+10
*
Initialize overlay validator in GpuBrowserCompositorOutputSurface.
alexst@chromium.org
2014-04-03
3
-7
/
+9
*
gpu: Add explicit dependency on X11/Xext when building with X11.
sadrul@chromium.org
2014-04-03
1
-0
/
+2
*
Move force sync readpixel to gpu driver bug list
zmo@chromium.org
2014-04-03
3
-8
/
+2
*
Append (instead of replace) gpu driver bug workarounds from commandline.
zmo@chromium.org
2014-04-03
5
-34
/
+81
*
Refactor gpu::Buffer to allow different types of backing
piman@chromium.org
2014-04-02
13
-70
/
+110
*
Only turn on force_gl_finish_after_compositing when Intel GPU is active.
zmo@chromium.org
2014-04-02
1
-5
/
+6
*
gpu: Bind dummy GL API when no context is current
sievers@google.com
2014-04-02
1
-0
/
+10
*
Add gpu blacklist semantic of applying only to the "active" gpu.
zmo@chromium.org
2014-04-02
7
-126
/
+347
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
18
-938
/
+690
*
Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...
pfeldman@chromium.org
2014-04-02
18
-690
/
+938
*
gpu: Lose context when BeginQueryEXT fails to allocate.
danakj@chromium.org
2014-04-02
18
-938
/
+690
*
Update fields for translator resources.
jmadill@chromium.org
2014-04-01
1
-0
/
+17
*
Remove CommandBuffer::GetTransferBuffer.
piman@chromium.org
2014-04-01
8
-53
/
+35
*
GPU: Fix NULL gpu::Buffer dereference.
epenner@chromium.org
2014-04-01
3
-2
/
+7
*
Revert 260560 "Roll ANGLE with a translator gyp change."
ccameron@chromium.org
2014-03-31
1
-1
/
+1
*
Whitelist Intel Haswell gpu (0x0a16) on linux with newer mesa drivers.
zmo@chromium.org
2014-03-31
1
-2
/
+9
*
Enable gpu features for AMD gpu with newer Mesa drivers on Linux
zmo@chromium.org
2014-03-31
1
-6
/
+50
[next]