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
*
Fix gles2_cmd_format overflow
jschuh@chromium.org
2013-01-23
1
-4
/
+7
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-1
/
+1
*
Make gpu build on Win64
jschuh@chromium.org
2013-01-21
1
-0
/
+8
*
Use EGL headers to pick up EGL definitions.
sheu@chromium.org
2013-01-19
1
-5
/
+0
*
Make GPU process crash if the GLES2CmdDecode Resize callback changes the curr...
apatrick@chromium.org
2013-01-19
1
-1
/
+1
*
Remove NaCl SRPC proxy source files.
bbudge@chromium.org
2013-01-18
1
-59
/
+0
*
Windows: do not clamp GLSL array indices to array bounds.
apatrick@chromium.org
2013-01-18
1
-1
/
+8
*
Add more tests for MemoryTracker usage.
gman@chromium.org
2013-01-18
3
-104
/
+211
*
Fix GPU asserts to account for context loss in debug
piman@chromium.org
2013-01-18
1
-3
/
+3
*
Make MemoryTypeTracker::UpdateMemRepresented private
gman@chromium.org
2013-01-18
6
-35
/
+26
*
Disambiguate texture target/face in TextureManager
sheu@chromium.org
2013-01-17
2
-16
/
+16
*
Revert 177054
sievers@chromium.org
2013-01-16
2
-24
/
+8
*
Move code around to fix build with system mesa.
phajdan.jr@chromium.org
2013-01-16
6
-4
/
+88
*
Explicitly free shared memory buffers on destruction.
sievers@chromium.org
2013-01-16
2
-8
/
+24
*
Add tests for TextureManager and MemoryTracker
gman@chromium.org
2013-01-15
4
-321
/
+413
*
Enable array index clamping in shader translator.
kbr@chromium.org
2013-01-15
1
-1
/
+2
*
Allow incomplete 0x0 offscreen saved framebuffers to work.
jbauman@chromium.org
2013-01-14
1
-16
/
+20
*
Only define ERROR on windows builds
joth@chromium.org
2013-01-10
1
-5
/
+5
*
Refactor so chromium only GL extensions require gl2extchromium.h
gman@chromium.org
2013-01-09
13
-1
/
+14
*
Aura: A little lighter GL synchronization
backer@chromium.org
2013-01-09
3
-47
/
+8
*
Restore gl scissor state when switching FBO targets on Qualcomm
brianderson@chromium.org
2013-01-09
3
-0
/
+21
*
GPU: Fix some linter errors.
backer@chromium.org
2013-01-08
1
-9
/
+9
*
gpu: Report time spent performing async texture uploads.
reveman@chromium.org
2013-01-08
2
-2
/
+6
*
Refactor FeatureInfo so you can't request features.
gman@chromium.org
2013-01-08
4
-196
/
+94
*
Removing the JumpRelative, Call, CallRelative and Return commands.
dsinclair@chromium.org
2013-01-04
7
-444
/
+26
*
Fix crash when translated ANGLE shader source has length zero.
apatrick@chromium.org
2013-01-04
1
-1
/
+1
*
Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....
kamil.jiwa@gmail.com
2013-01-03
1
-6
/
+6
*
Remove inappropriate code generation.
gman@chromium.org
2013-01-03
4
-557
/
+280
*
Extract Chromium-specific parts out of third_party/khronos/GLES2 .
phajdan.jr@chromium.org
2012-12-27
4
-8
/
+737
*
Revert 174687
kmadhusu@chromium.org
2012-12-27
4
-749
/
+8
*
Extract Chromium-specific parts out of third_party/khronos/GLES2 .
phajdan.jr@chromium.org
2012-12-27
4
-8
/
+749
*
Made the registration and deletion of transfer buffers async.
apatrick@chromium.org
2012-12-21
16
-231
/
+207
*
Initialize offscreen texture to black.
jbauman@chromium.org
2012-12-19
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
[next]