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
/
command_buffer
/
service
/
gles2_cmd_decoder.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
1
-5
/
+0
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-0
/
+5
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-5
/
+0
*
Fix a bug with count on commands that take a count
gman@chromium.org
2010-11-04
1
-3
/
+6
*
Saved offscreen textures are allocated GL_RGB when no alpha channel is reques...
apatrick@chromium.org
2010-11-03
1
-31
/
+67
*
Fix destruction order of ContextGroup
gman@chromium.org
2010-10-27
1
-3
/
+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
*
Changes WebGL to rely on the command buffer
gman@chromium.org
2010-10-20
1
-2
/
+5
*
Convert LOG(INFO) to VLOG(1) - gpu/.
pkasting@chromium.org
2010-10-20
1
-14
/
+7
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
1
-13
/
+26
*
Use packed depth/stencil format if available.
enne@chromium.org
2010-10-14
1
-2
/
+4
*
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
*
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
1
-4
/
+4
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
1
-111
/
+375
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
1
-31
/
+34
*
Fix WebGL getParameter bug in command buffer.
zmo@google.com
2010-09-24
1
-4
/
+1
*
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
*
Enabled GL_POINT_SPRITE capability in desktop GL backend for command
kbr@google.com
2010-09-20
1
-1
/
+4
*
Added lots of logging to the GPU code.
apatrick@chromium.org
2010-09-20
1
-6
/
+34
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
1
-0
/
+13
*
Enables GL_OES_standard_derivatives
gman@chromium.org
2010-09-17
1
-3
/
+2
*
Bumped ANGLE rev to 425 to pull the new API for extracting attribs and unifor...
alokp@chromium.org
2010-09-17
1
-47
/
+14
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
1
-13
/
+0
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
1
-0
/
+13
*
We need to initialize backbuffer to all 0s instead of some random color. It ...
zmo@google.com
2010-09-13
1
-1
/
+1
*
GPU process reports context lost when SwapBuffers fails.
apatrick@chromium.org
2010-09-10
1
-1
/
+2
*
GPU process SwapBuffers from child to parent context calls glFlush before inv...
apatrick@chromium.org
2010-09-02
1
-62
/
+56
*
Added check that:
alokp@chromium.org
2010-09-01
1
-0
/
+5
*
Add way to create a texture in parent's context and copy into it
jamesr@chromium.org
2010-08-28
1
-0
/
+43
*
Bumped ANGLE rev and related changes.
alokp@chromium.org
2010-08-26
1
-8
/
+12
*
Fix issue with count=0 for DrawArrays and DrawElements
gman@chromium.org
2010-08-26
1
-0
/
+9
*
Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether ...
alokp@chromium.org
2010-08-25
1
-42
/
+33
*
Fixes for the default texture.
gman@chromium.org
2010-08-24
1
-37
/
+11
*
Adds support for EXT_framebuffer_multisample
gman@chromium.org
2010-08-23
1
-49
/
+192
*
Properly fixing crash due to out-of-order call of ShInitialize and ShFinalize.
alokp@chromium.org
2010-08-12
1
-8
/
+18
*
Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.
gman@chromium.org
2010-08-12
1
-2
/
+7
*
Fix glGetFramebufferAttachmentParameteriv so it returns
gman@chromium.org
2010-08-12
1
-0
/
+19
*
Temporarily fixed a crash because of calling ShInitialize and ShFinalize out ...
alokp@chromium.org
2010-08-11
1
-1
/
+4
*
Clear render buffers
gman@chromium.org
2010-08-06
1
-3
/
+181
*
A couple of minor fixes for CopyTexImage2D
gman@chromium.org
2010-08-04
1
-6
/
+13
*
GPU command decoder uses depth24_stencil8_oes extension if available.
apatrick@chromium.org
2010-08-02
1
-39
/
+53
*
Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,
gman@chromium.org
2010-07-31
1
-5
/
+171
*
Bumped ANGLE rev in which shader translator API changed. Updated shader trans...
alokp@chromium.org
2010-07-27
1
-30
/
+50
*
Add support for
gman@chromium.org
2010-07-20
1
-0
/
+16
*
Adds support for OpenGL ES 2.0 extensions
gman@chromium.org
2010-07-16
1
-3
/
+8
*
GLES2DecoderImpl takes ownership of GLContext passed to initialize.
apatrick@chromium.org
2010-07-14
1
-8
/
+13
*
Fix two webgl crashes.
pathorn@chromium.org
2010-06-25
1
-27
/
+30
[next]