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
*
Merge 177367
cevans@chromium.org
2013-01-18
2
-16
/
+16
*
Merge 175630
aelias@chromium.org
2013-01-09
3
-0
/
+21
*
Merge 175106
apatrick@google.com
2013-01-04
1
-1
/
+1
*
Merge 173969
jbauman@chromium.org
2013-01-02
1
-10
/
+32
*
Fix tracing for gpu/ directory in NaCl
jbauman@chromium.org
2012-12-18
2
-3
/
+3
*
Add a command to lose the context
gman@chromium.org
2012-12-17
35
-33
/
+394
*
gpu: Add async pixel transfers.
epenner@chromium.org
2012-12-17
12
-70
/
+595
*
Fix FBO client side state caching
gman@chromium.org
2012-12-16
6
-24
/
+155
*
Enable virtual context on IMG devices in a different way
sievers@chromium.org
2012-12-15
2
-17
/
+5
*
gpu: Don't require occlusion queries extension for async queries.
epenner@chromium.org
2012-12-14
1
-0
/
+1
*
Add to the GL_CHROMIUM_gpu_memory_manager extension a
ccameron@chromium.org
2012-12-14
10
-20
/
+108
*
Ignore GL_ANGLE_framebuffer_multisample on Android.
aelias@chromium.org
2012-12-14
2
-4
/
+8
*
Handle correctly gl.generateMipmap(gl.TEXTURE_CUBE_MAP) in WebGL.
skaslev@chromium.org
2012-12-14
1
-3
/
+13
*
Revert 172805
apatrick@google.com
2012-12-14
16
-192
/
+226
*
Move gl2chromium.h out of third_party, it really is our file.
phajdan.jr@chromium.org
2012-12-14
3
-6
/
+241
*
Remove support for TRACE_EVENT_IF_LONGER_THANx macros
caseq@google.com
2012-12-13
1
-1
/
+0
*
Made the registration and deletion of transfer buffers async.
apatrick@chromium.org
2012-12-13
16
-226
/
+192
*
Fix "attached to fbo" tracking in textures
piman@chromium.org
2012-12-13
2
-6
/
+8
*
Track managed memory usage in the command buffer.
ccameron@chromium.org
2012-12-13
8
-93
/
+134
*
Fix GLES rendering issues on Lumpy.
hshi@chromium.org
2012-12-12
3
-15
/
+5
*
Enable virtual context on IMG devices only.
aelias@chromium.org
2012-12-12
2
-5
/
+19
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
29
-34
/
+450
*
Extend virtual context MakeCurrent fastpath to offscreen surfaces.
sievers@chromium.org
2012-12-11
1
-0
/
+1
*
Don't unbind if buffer id is 0. This avoids getting into a state where
gman@chromium.org
2012-12-11
2
-1
/
+14
*
Add tracing for commands that block on the GPU
jbauman@chromium.org
2012-12-11
4
-1
/
+26
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-10
4
-5
/
+27
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
1
-1
/
+1
*
Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...
jamesr@chromium.org
2012-12-08
1
-1
/
+1
*
Fix element array bug
gman@chromium.org
2012-12-07
2
-4
/
+16
*
Make more GL stuff auto-generated
gman@chromium.org
2012-12-07
24
-576
/
+22
*
gpu: Share some validation code.
epenner@chromium.org
2012-12-07
1
-137
/
+161
*
Suppress debug output
gman@chromium.org
2012-12-07
1
-4
/
+6
*
Revert 171569 as it broke some browser_tests on win_aura.
sky@chromium.org
2012-12-07
4
-27
/
+5
*
Add more gl debug logging
gman@chromium.org
2012-12-07
8
-21
/
+324
*
Implement TextureImageTransportSurface using texture mailbox
sievers@chromium.org
2012-12-06
4
-5
/
+27
*
Validate uniform types
gman@chromium.org
2012-12-06
4
-46
/
+194
*
Validate glLineWidth
gman@chromium.org
2012-12-06
3
-1
/
+63
*
Validate TexParameter for GL_TEXTURE_MAX_ANISOTROPY_EXT
gman@chromium.org
2012-12-06
4
-35
/
+84
*
Advertise extensions for virtual GL api.
sievers@chromium.org
2012-12-05
4
-6
/
+24
*
Make FencedAlloctor fail on size = 0
gman@chromium.org
2012-12-05
2
-3
/
+22
*
Add unit test to verify a texture can be reused with stream textures.
sievers@chromium.org
2012-12-05
1
-0
/
+49
*
Fix the DCHECK problem for TextureManager::TextureInfo::SetTarget
yongsheng.zhu@intel.com
2012-12-04
1
-1
/
+0
*
gpu: Allow BufferData size=0 for pixel transfer buffer objects.
reveman@chromium.org
2012-12-03
3
-12
/
+29
*
gpu: also move tex parameters into mailbox
piman@chromium.org
2012-12-01
4
-12
/
+46
*
gpu: Add async upload functions.
epenner@chromium.org
2012-11-30
20
-0
/
+564
*
gpu: Defer reads from default framebuffer when needed.
piman@chromium.org
2012-11-30
6
-19
/
+71
*
Avoid actual MakeCurrent() calls with virtual contexts.
sievers@chromium.org
2012-11-30
1
-1
/
+13
*
Fix VAOs and client side arrays
gman@chromium.org
2012-11-29
17
-763
/
+1245
*
Support creating virtual contexts.
sievers@chromium.org
2012-11-29
7
-21
/
+31
*
Disambiguate 'headers' targets in khronos and mesa.
bauerb@chromium.org
2012-11-28
9
-14
/
+14
[next]