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
*
GPU: Reference count gpu::Buffer.
epenner@chromium.org
2014-03-26
37
-202
/
+254
*
gpu: Generate GLES2Implementation::UseProgram().
dongseong.hwang@intel.com
2014-03-25
7
-23
/
+71
*
Revert 258122 "gpu: Allow fences to check whether a flush has oc..."
sievers@google.com
2014-03-24
3
-10
/
+13
*
Blacklist partial swaps on linux
piman@chromium.org
2014-03-22
4
-7
/
+27
*
Blacklist GLX indirect rendering
piman@chromium.org
2014-03-22
14
-52
/
+137
*
GPU: Only restore one texture unit in ScopedTextureBinder.
epenner@chromium.org
2014-03-21
7
-0
/
+53
*
Revert 258402 "GLHelper: Use preferred BGRA read pixels for YUV ..."
brettw@chromium.org
2014-03-20
2
-137
/
+0
*
GLHelper: Use preferred BGRA read pixels for YUV read back
robert.bradford@intel.com
2014-03-20
2
-0
/
+137
*
gpu: Allow fences to check whether a flush has occurred
sievers@chromium.org
2014-03-19
3
-13
/
+10
*
Break gpu -> ui_base dependency
jamesr@chromium.org
2014-03-19
1
-1
/
+0
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
11
-97
/
+85
*
Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.
pkasting@chromium.org
2014-03-18
1
-1
/
+3
*
Update PRESUBMIT for tryserver.chromium.gpu
phajdan.jr@chromium.org
2014-03-18
1
-1
/
+1
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
4
-7
/
+13
*
gpu: Add extension check when initializing MailboxSync
boliu@chromium.org
2014-03-15
2
-5
/
+28
*
Make GLImage interface pure virtual
sievers@chromium.org
2014-03-15
2
-0
/
+15
*
Drop gpu command_buffer_service dependency on ui
jamesr@chromium.org
2014-03-15
1
-0
/
+1
*
Remove unused option from GLES2 command buffer generation script
robert.bradford@intel.com
2014-03-14
1
-3
/
+0
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-8
/
+9
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
2
-12
/
+5
*
gpu: Mailbox emulation with EGLImage
sievers@chromium.org
2014-03-14
16
-19
/
+1400
*
Use filename parameter for GL header parsing
robert.bradford@intel.com
2014-03-13
1
-2
/
+2
*
Use CheckedNumerics in AsyncPixelTransfersCompletedQuery, add tests
piman@chromium.org
2014-03-13
4
-62
/
+112
*
Add hooks for GL_EXT_debug_markers for Skia
egdaniel@google.com
2014-03-13
1
-0
/
+3
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
2
-8
/
+8
*
Move force glFlush in compositing_iosurface_mac.mm to gpu driver bug list
zmo@chromium.org
2014-03-13
4
-8
/
+37
*
Test code paths with/without a few workarounds.
zmo@chromium.org
2014-03-13
4
-26
/
+84
*
Add bounds validation to AsyncPixelTransfersCompletedQuery::End
piman@chromium.org
2014-03-13
1
-0
/
+3
*
gpu: Allow overriding GPU driver workarounds via command line
robert.bradford@intel.com
2014-03-12
4
-17
/
+42
*
This is initial API support required for enabling SurfaceTexture backed zero-...
sohan.jyoti@samsung.com
2014-03-12
2
-2
/
+2
*
Optimize glUniform* API type validation.
vmiura@chromium.org
2014-03-12
4
-177
/
+420
*
Move init_vertex_attributes workarounds to gpu driver bug list.
zmo@chromium.org
2014-03-12
7
-9
/
+24
*
Remove defunct mac_gpu_retina configuration from presubmit scripts.
kbr@chromium.org
2014-03-12
1
-1
/
+0
*
Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...
phajdan.jr@chromium.org
2014-03-11
1
-7
/
+9
*
Get rid of SH_MAP_LONG_VARIABLE_NAMES.
zmo@chromium.org
2014-03-11
1
-5
/
+3
*
Remove --enable-prune-gpu-command-buffers
piman@chromium.org
2014-03-11
6
-20
/
+0
*
WebGL TexParameterf and GetTexParameterf needs to handle float param correctly
zmo@chromium.org
2014-03-09
12
-69
/
+161
*
Clean up outdated gpu driver bug workarounds for Mac 10.9
zmo@chromium.org
2014-03-09
1
-39
/
+56
*
gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.
reveman@chromium.org
2014-03-08
8
-69
/
+69
*
Get rid of the formatting code in build_gles2_cmd_buffer.py
zmo@chromium.org
2014-03-07
8
-323
/
+221
*
Reenable MSAA on Mali
marcheu@chromium.org
2014-03-07
1
-17
/
+1
*
Revert 255228 "Don't blacklist accelerated 2d canvas if WinStats..."
zmo@chromium.org
2014-03-06
1
-10
/
+2
*
Adjusts the call sequences in cc::ResourceProvider::MapImage to map image fir...
jun.a.jiang@intel.com
2014-03-06
1
-0
/
+6
*
Don't blacklist accelerated 2d canvas if WinStats are unavailable.
zmo@chromium.org
2014-03-06
1
-2
/
+10
*
Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.
jbauman@chromium.org
2014-03-06
1
-0
/
+2
*
Update gles2_conform_test expectations
zmo@chromium.org
2014-03-05
1
-10
/
+3
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
2
-2
/
+4
*
Format generated gpu files using clang-format.
zmo@chromium.org
2014-03-05
28
-11716
/
+12267
*
Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...
zmo@chromium.org
2014-03-05
7
-9
/
+84
*
Revert 254629 "gpu: Allow overriding GPU driver workarounds via ..."
thakis@chromium.org
2014-03-04
3
-29
/
+7
[next]