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
*
Get correct backbuffer format when context is on screen.
gman@chromium.org
2011-01-21
1
-2
/
+9
*
Fix for gl programs. An unsuccessful link should report
gman@chromium.org
2011-01-20
1
-2
/
+3
*
Make glVertexAttribPointer return INVALID_OPERATION for offsets
gman@chromium.org
2011-01-07
1
-3
/
+8
*
Fix glIsFoo() functions for non-bound objects in command buffer.
enne@chromium.org
2011-01-05
1
-4
/
+16
*
Make CopyTexImage2D and CopyTexSubImage2D fail if
gman@chromium.org
2010-12-23
1
-101
/
+87
*
Fixed requesting of GL_EXT_texture_format_BGRA8888 and
kbr@chromium.org
2010-12-22
1
-1
/
+1
*
Map the render process's glBindFramebuffer(0) to the context's backing FBO.
klobag@chromium.org
2010-12-21
1
-0
/
+2
*
Fix glCopyTexImage2D and glCopyTexSubImage2D to handle
gman@chromium.org
2010-12-21
1
-2
/
+89
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+5
*
Make shader and program object lifetimes match OpenGL ES spec.
gman@chromium.org
2010-12-13
1
-27
/
+26
*
Fix off by one error in glGetShaderiv for the size
gman@chromium.org
2010-12-13
1
-1
/
+1
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
1
-37
/
+97
*
Fix zero length string bug and NPOT bug
gman@chromium.org
2010-12-03
1
-11
/
+12
*
Resize synchronization for Linux.
backer@chromium.org
2010-11-25
1
-2
/
+14
*
Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...
andybons@chromium.org
2010-11-24
1
-5
/
+5
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-11-24
1
-5
/
+5
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
1
-32
/
+36
*
Adds support for GL_FIXED vertex attributes.
gman@chromium.org
2010-11-18
1
-37
/
+200
*
Do an early return from GLES2DecoderImpl::Initialize if context group initial...
senorblanco@chromium.org
2010-11-17
1
-0
/
+1
*
Added glResizeCHRM to resize the drawable associated with the command buffer.
gman@chromium.org
2010-11-16
1
-0
/
+7
*
Fix bool issues.
gman@chromium.org
2010-11-12
1
-4
/
+4
*
Use the shader translator to correct bad type information
gman@chromium.org
2010-11-12
1
-4
/
+5
*
Handle GL errors when querying the multisample count.
enne@chromium.org
2010-11-11
1
-1
/
+3
*
* Check for GL_ANGLE_framebuffer_mutlisample
gman@chromium.org
2010-11-09
1
-4
/
+18
*
Re-add setting of wrap and filtering mode parameters of backing
kbr@chromium.org
2010-11-09
1
-0
/
+24
*
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
[next]