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
...
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-4
/
+4
*
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...
brettw@chromium.org
2010-11-02
1
-4
/
+4
*
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
brettw@chromium.org
2010-11-02
1
-4
/
+4
*
Attempt at fixing leaks from SetProp. Apparently there is a finite
sky@chromium.org
2010-11-01
1
-0
/
+2
*
Let every "accelerated IO surface swapped" message have an identifier of the ...
thakis@chromium.org
2010-10-28
2
-0
/
+8
*
Fix destruction order of ContextGroup
gman@chromium.org
2010-10-27
4
-7
/
+11
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
2
-9
/
+7
*
Disable scissor test during multisample resolve.
enne@chromium.org
2010-10-27
1
-0
/
+4
*
Fix antialiasing in WebGL.
enne@chromium.org
2010-10-25
1
-1
/
+1
*
Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...
senorblanco@chromium.org
2010-10-22
1
-0
/
+6
*
Changes WebGL to rely on the command buffer
gman@chromium.org
2010-10-20
7
-8
/
+52
*
Convert LOG(INFO) to VLOG(1) - gpu/.
pkasting@chromium.org
2010-10-20
2
-23
/
+17
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
19
-178
/
+232
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
6
-14
/
+14
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
18
-16
/
+450
*
Use packed depth/stencil format if available.
enne@chromium.org
2010-10-14
1
-2
/
+4
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
20
-69
/
+126
*
gpu: Make sure the fbo is always bound while the swap callback runs if an off...
thakis@chromium.org
2010-10-11
1
-10
/
+20
*
Mac: Fix resizing of composited background tabs.
thakis@chromium.org
2010-10-08
1
-0
/
+6
*
gpu: Removed unused class declaration.
thakis@chromium.org
2010-10-08
1
-13
/
+0
*
Rolled ANGLE rev 441:443. Other changes to accomodate the new ANGLE API.
alokp@chromium.org
2010-10-06
4
-16
/
+16
*
Fixed null dereference when GPU ContextGroup failed to initialize.
apatrick@chromium.org
2010-10-05
1
-0
/
+1
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
11
-120
/
+398
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
20
-786
/
+1081
*
Switch gles2_cmd_buffer to issue glFinish when it decodes glFinish.
nduca@chromium.org
2010-09-30
1
-5
/
+1
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
2
-3
/
+3
*
Hooked up functionality for getting info for attribs and uniforms.
alokp@chromium.org
2010-09-29
4
-9
/
+248
*
Implement video frame exchange in GpuVideoDecoder and tests
hclam@chromium.org
2010-09-29
1
-0
/
+2
*
Fix WebGL getParameter bug in command buffer.
zmo@google.com
2010-09-24
3
-14
/
+11
*
Adds stub for client side GL logging.
gman@chromium.org
2010-09-23
13
-37
/
+335
*
Revert 60236 - Fix WebGL getParameter bug in command buffer.
atwilson@chromium.org
2010-09-23
1
-1
/
+4
*
Fix WebGL getParameter bug in command buffer.
darin@chromium.org
2010-09-22
1
-4
/
+1
*
Mac: clang build
thakis@chromium.org
2010-09-22
2
-6
/
+9
*
Enabled GL_POINT_SPRITE capability in desktop GL backend for command
kbr@google.com
2010-09-20
2
-1
/
+8
*
Added lots of logging to the GPU code.
apatrick@chromium.org
2010-09-20
6
-13
/
+67
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
2
-0
/
+20
*
Enables GL_OES_standard_derivatives
gman@chromium.org
2010-09-17
4
-4
/
+23
*
Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...
alokp@chromium.org
2010-09-17
4
-47
/
+151
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
2
-20
/
+0
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
2
-0
/
+20
*
Removed base dependency from PGL.
apatrick@chromium.org
2010-09-14
1
-5
/
+4
*
Update build_gles2_cmd_buffer.py for PPAPI.
neb@chromium.org
2010-09-13
1
-23
/
+139
*
Made GLES demos work on PPAPI.
neb@chromium.org
2010-09-13
11
-14
/
+305
*
We need to initialize backbuffer to all 0s instead of some random color. It ...
zmo@google.com
2010-09-13
1
-1
/
+1
*
Revert 59119 - Removed includion of <iostream> from logging.h.
jamesr@chromium.org
2010-09-12
1
-11
/
+7
*
Removed includion of <iostream> from logging.h.
apatrick@chromium.org
2010-09-10
1
-7
/
+11
*
GPU process reports context lost when SwapBuffers fails.
apatrick@chromium.org
2010-09-10
1
-1
/
+2
*
Removed dependencies on base from GPU common and client code.
apatrick@chromium.org
2010-09-08
30
-142
/
+315
*
Complete initializing a GPU video decoder in a GLES2 context
hclam@chromium.org
2010-09-03
1
-0
/
+3
*
GPU process SwapBuffers from child to parent context calls glFlush before inv...
apatrick@chromium.org
2010-09-02
1
-62
/
+56
[prev]
[next]