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
*
Add glCompressedCopySubTextureCHROMIUM
christiank
2015-08-19
1
-0
/
+227
*
Revert of "gpu: Nexus5 and ANGLE crashes with GL_TEXTURE_CUBE_MAP_NEGATIVE_X"...
leviw
2015-08-18
1
-1
/
+3
*
Implemented GPU Timer Disjoint Value checking on the GLES2 Client.
dyen
2015-08-18
1
-0
/
+11
*
Reland of "gpu: Nexus5 and ANGLE crashes with GL_TEXTURE_CUBE_MAP_NEGATIVE_X"
dongseong.hwang
2015-08-18
1
-3
/
+1
*
Revert of gpu: workaround force_cube_map_positive_x_allocation fixes Android ...
jmadill
2015-08-17
1
-1
/
+3
*
gpu: workaround force_cube_map_positive_x_allocation fixes Android crash.
dongseong.hwang
2015-08-16
1
-3
/
+1
*
command_buffer: Use GLSL core version that matches the OpenGL version
kkinnunen
2015-08-13
1
-11
/
+7
*
gpu: Allow for null commandline in command_buffer
hendrikw
2015-08-10
1
-16
/
+25
*
[RELAND] Upgrade ReadPixels to ES3 semantic in command buffer.
zmo
2015-08-07
1
-69
/
+138
*
Revert of Upgrade ReadPixels to ES3 semantic in command buffer. (patchset #5 ...
magjed
2015-08-07
1
-138
/
+69
*
Upgrade ReadPixels to ES3 semantic in command buffer.
zmo
2015-08-07
1
-69
/
+138
*
Clean up includes in gpu command buffer
martina.kollarova
2015-08-06
1
-0
/
+1
*
Allow supplying data for depth and stencil textures in ES3
qiankun.miao
2015-08-06
1
-3
/
+5
*
Fine tune ReadBuffer() impl in GPU command buffer.
zmo
2015-08-05
1
-0
/
+63
*
Revert "Temporarily add a finish counter to be sure finishes are completed."
dyen
2015-08-05
1
-19
/
+4
*
Revert various crash checks made to queries while tracking down a bug.
dyen
2015-08-01
1
-49
/
+0
*
gpu: Add a timer histogram for DoLinkProgram.
jmadill
2015-07-31
1
-0
/
+2
*
Command Buffer: add getBufferParameteri64v
yunchao.he
2015-07-31
1
-0
/
+11
*
Temporarily add a finish counter to be sure finishes are completed.
dyen
2015-07-30
1
-4
/
+19
*
Fixing issues using TexStorage2D with compressed textures and cube maps
bajones
2015-07-29
1
-5
/
+27
*
The Query manager on the server side can now handle disjoint values.
dyen
2015-07-28
1
-0
/
+1
*
Added extra checks for all query related errors.
dyen
2015-07-27
1
-0
/
+12
*
Added support for pausing and resuming queries.
dyen
2015-07-25
1
-16
/
+3
*
Assume glFinish completes the fence for pixel reads.
dyen
2015-07-23
1
-6
/
+10
*
content: Pass surfacelessness of GL context from GPU to browser
spang
2015-07-22
1
-0
/
+1
*
Merge Group Markers into Chromium Traces.
dyen
2015-07-21
1
-11
/
+4
*
mac: Include <IOSurface/IOSurface.h> instead of <IOSurface/IOSurfaceAPI.h>
dongseong.hwang
2015-07-21
1
-1
/
+1
*
Temporarily crash the GPU process when unexpected failures happen.
dyen
2015-07-21
1
-0
/
+37
*
Added support for TimeStamp queries using QueryCounterEXT.
dyen
2015-07-16
1
-2
/
+45
*
Rebind EGL context to flush driver caches
ericrk
2015-07-15
1
-0
/
+11
*
command_buffer: Implement path rendering functions for CHROMIUM_path_rendering
kkinnunen
2015-07-14
1
-0
/
+497
*
Add types and formats supported by WebGL 2.0 in command buffer
qiankun.miao
2015-07-14
1
-27
/
+161
*
Revert of revert of time elapsed queries through command buffer.
dyen
2015-07-09
1
-0
/
+11
*
Added proper error checking for glBeginQuery for both the client/server.
dyen
2015-07-08
1
-1
/
+10
*
Revert of Added support for Time Elapsed queries through the command buffer. ...
amineer
2015-07-01
1
-16
/
+1
*
Added support for Time Elapsed queries through the command buffer.
dyen
2015-06-30
1
-1
/
+16
*
media: Copy YUV VideoFrame textures to TEXTURE_2D in SkCanvasVideoRenderer.
dcastagna
2015-06-30
1
-6
/
+6
*
Clean up header includes in gles2_cmd_decoder
martina.kollarova
2015-06-26
1
-6
/
+7
*
Use more forward declarations in gpu code
martina.kollarova
2015-06-25
1
-3
/
+3
*
Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.
zmo
2015-06-24
1
-49
/
+0
*
Remove Chromium specific PixelStorei params in GPU command buffer.
zmo
2015-06-23
1
-38
/
+60
*
cc, gpu: Use RGBA when using msaa on systems that don't support BGRA
hendrikw
2015-06-19
1
-0
/
+2
*
Elapsed timer queries are virtual and support multiple queries.
dyen
2015-06-17
1
-0
/
+7
*
Add glCopyCompressedTextureCHROMIUM
christiank
2015-06-17
1
-3
/
+273
*
content: Partial copy workaround for devices with known upload performance pr...
reveman
2015-06-10
1
-0
/
+2
*
gpu: Move 'exit_on_context_lost' from decoder to stub
sievers
2015-06-09
1
-23
/
+1
*
gpu: Make sure we restore scissor rect after clearing a texture level.
reveman
2015-06-09
1
-4
/
+4
*
Teach GPU command buffer whether a context is webgl.
zmo
2015-06-09
1
-26
/
+43
*
gpu: Use a rectangle to keep track of the cleared area of each texture level.
reveman
2015-06-05
1
-68
/
+125
*
Fine tuning glGetInternalformativ.
zmo
2015-06-05
1
-0
/
+53
[next]