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
...
*
Mark NoOpGLSurface as surfaceless.
jbauman
2014-10-17
1
-1
/
+1
*
Disallow drawing feedback loops.
zmo
2014-10-17
2
-3
/
+53
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-16
1
-2
/
+2
*
gpu: Add missing ScopedRenderTo
boliu
2014-10-16
1
-0
/
+3
*
Cause GPU process to exit upon lost context in more circumstances.
jbauman
2014-10-16
1
-10
/
+17
*
gpu: Fix webview parent compositor crash in context loss
boliu
2014-10-15
1
-1
/
+3
*
Revert "Adding skia gl interface binding for glCopyTextureCHROMIUM"
junov
2014-10-15
1
-1
/
+0
*
Avoid type truncation warnings when converting GLenum to GLboolean by inserting
pkasting
2014-10-14
3
-10
/
+12
*
Generate INVALID_OPERATION if feedback loops exist in CopyTex{Sub}Image2D.
zmo
2014-10-14
4
-0
/
+50
*
Disallow active attrib aliasing at shader program link time.
zmo
2014-10-13
4
-15
/
+72
*
Enabled EXT_sRGB WebGL extension support in the command buffer.
bajones
2014-10-13
6
-2
/
+82
*
Android: Blacklist async_readpixels on VMWare/Mesa (emulator)
sievers
2014-10-13
1
-1
/
+19
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
30
-571
/
+250
*
Use NV_draw_buffers to implement EXT_draw_buffers
oetuaho
2014-10-13
5
-2
/
+47
*
Align base::hash_map with C++11, part 1.
davidben
2014-10-11
1
-11
/
+0
*
Optimized Texture::Update() function.
dyen
2014-10-10
3
-125
/
+263
*
Cleanup: Actually remove base/file_util.h.
thestig
2014-10-10
1
-1
/
+1
*
Selectively enable D3D11 on Intel GPUs.
jmadill
2014-10-10
1
-13
/
+17
*
Accelerate the 'lighten' blendmode.
ed
2014-10-10
5
-2
/
+8
*
gpu/khronos_glcts_support: skip egl_create_context test
ullysses.a.eoff
2014-10-10
1
-0
/
+3
*
Blacklist Intel GM865/GL960 on Mac OS 10.6
ccameron
2014-10-09
1
-1
/
+18
*
Switch to use ANGLE's new APIs to query shader variables.
zmo
2014-10-09
16
-577
/
+693
*
Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better
pkasting
2014-10-09
1
-2
/
+2
*
gpu/khronos_glcts_support: skip Texture_Rectangle_Samplers_frag test
ullysses.a.eoff
2014-10-09
1
-0
/
+2
*
gpu/khronos_glcts_support: override Surface getWidth/Height
ullysses.a.eoff
2014-10-09
1
-3
/
+26
*
Enable hardware VP8 decoder on Samsung devices with Android 4.4
glaznev
2014-10-08
1
-3
/
+15
*
Replacing the OVERRIDE with override and FINAL with final in gpu
mohan.reddy
2014-10-08
64
-1116
/
+1116
*
Remove GT-I9500 (international Galaxy S4) from Ganesh whitelist.
aelias
2014-10-08
1
-2
/
+2
*
Expand ETC1-power-of-two workaround to all SGX 5xx models.
aelias
2014-10-08
1
-3
/
+3
*
Remove implicit conversions from scoped_refptr to T* in gpu/
dcheng
2014-10-07
1
-1
/
+2
*
Optimized UpdateCleared() function using precalculated counter.
dyen
2014-10-06
1
-14
/
+1
*
Apply disable_post_sub_buffers_for_onscreen_surfaces only to mesa gl.
sl.ostapenko
2014-10-06
1
-0
/
+1
*
command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)
kkinnunen
2014-10-03
32
-897
/
+55
*
gpu: Don't flush for future sync point generation
Daniel Sievers
2014-10-03
3
-4
/
+4
*
gpu/khronos_glcts_support: WA suppress compile-time warnings on linux
ullysses.a.eoff
2014-10-02
4
-0
/
+82
*
gpu: Add CHROMIUM_gpu_memory_buffer_image extension.
reveman
2014-10-02
18
-15
/
+307
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
11
-49
/
+2
*
Disable DCHECK in query_tracker.cc that is being hit on swarming machines in ...
John Abd-El-Malek
2014-10-01
1
-1
/
+2
*
Implements a windowless chrome gpu command buffer platform for
ullysses.a.eoff
2014-10-01
12
-0
/
+1321
*
Blacklist accelerated canvas and GPU raster on PowerVR SGX 540.
aelias
2014-09-30
1
-1
/
+14
*
gn: Fix more build issues on Win
ckocagil
2014-09-30
2
-1
/
+7
*
Replace build_angle.gyp with angle.gyp.
jmadill
2014-09-30
3
-10
/
+10
*
gpu: Rename Capabilities::map_image to Capabilities::image.
reveman
2014-09-30
4
-5
/
+5
*
command_buffer: infer all generated c/c++ source files to clang-format
kkinnunen
2014-09-30
6
-1034
/
+2054
*
gpu: Remove release-after-use workaround.
reveman
2014-09-29
3
-24
/
+1
*
gpu: Remove in-process GPU service support for CHROMIUM_image.
reveman
2014-09-29
2
-115
/
+5
*
Modified GPU command signature hash to use a binary representation.
dyen
2014-09-29
6
-22
/
+160
*
Prevent static mojo builds from pulling //ui/gl into mojo_shell
davemoore
2014-09-29
5
-2
/
+37
*
Fix for surfaceless implementation
achaulk
2014-09-26
1
-12
/
+21
*
Make the GPU feature info code more compact.
bratell
2014-09-25
2
-2
/
+3
[prev]
[next]