Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in
chromium
/
angle
/
angle
/
refs/heads/legacy
2ae614e
Fixes sign mismatch warning in comparison.
by Shannon Woods
· 12 years ago
legacy
0b78533
Fix additional overflow and underflow issues with line loops.
by Geoff Lang
· 12 years ago
74fe319
Fix handling of null displays in eglMakeCurrent
by Shannon Woods
· 12 years ago
e2be248
Bump ANGLE version
by Shannon Woods
· 12 years ago
d767f41
Remove intrinsic parameter names.
by Nicolas Capens
· 12 years ago
58aa4e4
Eliminate isVariableBuiltIn.
by Nicolas Capens
· 12 years ago
d4ceab1
Detect redefinition of functions and variables.
by Nicolas Capens
· 12 years ago
5d1cffd
Bump ANGLE version
by Shannon Woods
· 12 years ago
07dda95
Protect against integer overflows in the IndexBuffer class by validating that the new write position will not overflow.
by Geoff Lang
· 12 years ago
27a1020
Protect against integer overflows in the VertexBuffer class by validating the reserved space.
by Geoff Lang
· 12 years ago
2426d5f
Protect against integer overflows when generating index buffers for line loop and triangle fan drawing.
by Geoff Lang
· 12 years ago
a240a2f9
Initialize the symbol table without invoking the parser.
by Shannon Woods
· 12 years ago
407c6a5
Bumps ANGLE build revision
by Shannon Woods
· 12 years ago
65c9b48
Revert "Diverges version for legacy branch from mainline."
by Shannon Woods
· 12 years ago
16b7ae6
Only discard the storage texture when there is a mismatch with its mipmap chain
by Nicolas Capens
· 12 years ago
63d5e35
Diverges version for legacy branch from mainline.
by Shannon Woods
· 12 years ago
df0ad9b
Adds README.chromium for third-party integration.
by Shannon Woods
· 12 years ago
e880236
Add 64bit safety patch step to generate_parser.sh scripts.
by Shannon Woods
· 12 years ago
0dc4670
Adds patch files for 64 bit safety fixes
by Shannon Woods
· 12 years ago
7335d55
Makes generate_parser.sh executable
by Shannon Woods
· 12 years ago
c0ca7b4
Use new symbol table initization for vertex shader.
by acleung@chromium.org
· 12 years ago
18f50f7
Less memory intensive initializing of builtins.
by acleung@chromium.org
· 12 years ago
b07ec5b
Fixed line endings to Unix style.
by alokp@chromium.org
· 12 years ago
7155092
Simplified TType class by carving out TStructure and TField.
by alokp@chromium.org
· 12 years ago
41fc482
Regenerated glslang_tab.cpp to fix compile errors
by bajones@chromium.org
· 12 years ago
7f694d9
Added support for EXT_frag_depth
by bajones@chromium.org
· 12 years ago
4b721cd
Removed checks for zero-length arrays because you can never define such arrays.
by alokp@chromium.org
· 12 years ago
91627bc
Removed code for unsupported pack-unpack language.
by alokp@chromium.org
· 12 years ago
19aa926
Fix linker issue on Windows
by gman@chromium.org
· 12 years ago
c25e84d
Fix compiler warning on Windows
by gman@chromium.org
· 12 years ago
a3bd525
bump version to 2243
by gman@chromium.org
· 12 years ago
ada17c2
Add expression complexity and call stack depth limits.
by gman@chromium.org
· 12 years ago
5abbd86
Enable base address randomization.
by shannonwoods@chromium.org
· 12 years ago
b0c3fb3
Bumped VERSION number.
by alokp@chromium.org
· 12 years ago
ac42933
Used size_t for object size instead of signed int.
by alokp@chromium.org
· 12 years ago
fd8e0e6
Add adapter LUID to EGL vendor string.
by apatrick@chromium.org
· 12 years ago
0ca4a82
Retrieve the texture serial from the incomplete texture when sampler-incomplete.
by nicolas%transgaming.com@gtempaccount.com
· 12 years ago
0c3f31c
Delete the old texture storage first so that 0x0 textures have no stale data.
by nicolas%transgaming.com@gtempaccount.com
· 12 years ago
aebb555
Clamped negative index access.
by alokp@chromium.org
· 12 years ago
1397dd3
Refactor location tracking.
by alokp@chromium.org
· 12 years ago
ebc93e0
Remove dead code left over from the old preprocessor.
by alokp@chromium.org
· 12 years ago
92ba779
Refactor class to represent structure.
by alokp@chromium.org
· 12 years ago
bdb34e8
Delete dead code for cloning various types.
by alokp@chromium.org
· 12 years ago
fd35e3d
We don't need to keep the param variable around for function prototypes.
by alokp@chromium.org
· 12 years ago
e0b8416
A special state to track field selection is not necessary.
by alokp@chromium.org
· 12 years ago
9061319
Lexer does not need to handle unknown-char case.
by alokp@chromium.org
· 12 years ago
8e57884
Lexer does not need a state stack now that it does not handle comments.
by alokp@chromium.org
· 12 years ago
c22501d
Revert "A special state to track field selection is not necessary."
by alokp@chromium.org
· 12 years ago
12e9eeb
A special state to track field selection is not necessary.
by alokp@chromium.org
· 12 years ago
02064be
Robust distinction between IDENTIFIER and TYPE_NAME tokens.
by alokp@chromium.org
· 12 years ago
368610c
Delete dead-code for handling comments and invalid octal integers. These are already handled by the preprocessor.
by alokp@chromium.org
· 12 years ago
dad18f3
Deleted unnecessary TParseContext::AfterEOF.
by alokp@chromium.org
· 12 years ago
8b7feb7
Reformat tokenizer. No functional changes.
by alokp@chromium.org
· 12 years ago
e86dc83
Validate allocation size in PoolAllocator.
by alokp@chromium.org
· 12 years ago
0da83f6
Fixed compile error for translator sample app.
by alokp@chromium.org
· 12 years ago
24d28e7
Update version.h to 2184. Review URL: https://codereview.appspot.com/8833047
by apatrick@chromium.org
· 12 years ago
e4ebeb9
Do not call GetAdapterDisplayMode after Display has been initialized.
by apatrick@chromium.org
· 12 years ago
1cae6d2
Adds Jamie and Geoff to CONTRIBUTORS file
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
5abc937
Delete Surface::recreateAdditionalSwapChain.
by apatrick@chromium.org
· 13 years ago
f4e85ed
Do not attempt to recover from device lost masked by present occluded or display mode changed.
by apatrick@chromium.org
· 13 years ago
0e9f56c
Remove dependency on dwmapi.dll.
by apatrick@chromium.org
· 13 years ago
65a8b8c
When CheckDeviceState returns S_PRESENT_OCCLUDED, Present a dummy frame and try again.
by apatrick@chromium.org
· 13 years ago
d64134c
Avoid crash in createDevice() if it is called on a Display that did not initialize (e.g. Direct3DCreate9 returned NULL).
by apatrick@chromium.org
· 13 years ago
60ea683
Add a fast path for BGRA to RGBA conversion inside readPixels. Already covered
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
6416ba4
Safely promote uninitialized constants.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
88de0c7
Don't assume unary operations on constants will be folded into a constant.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
c00c04f
Ignore constants that have not been initialized.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
14d4dc5
Provide safer and more convenient constant union accessors.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
bb4ae7e
Bump version.h Review URL: https://codereview.appspot.com/7798044
by apatrick@chromium.org
· 13 years ago
9f0d91d
Fix crash after reseting device.
by apatrick@chromium.org
· 13 years ago
ce2d402
Bump ANGLE_SH_VERSION to 110.
by apatrick@chromium.org
· 13 years ago
7566efc
When CheckDeviceStats returns S_PRESENT_MODE_CHANGED, reset display mode and retest for device lost.
by apatrick@chromium.org
· 13 years ago
5a5b3db
Enabled FRAGMENT_PRECISION_HIGH unconditionally for ANGLE.
by alokp@chromium.org
· 13 years ago
42988ed
Added preprocessor support for GL_FRAGMENT_PRECISION_HIGH.
by alokp@chromium.org
· 13 years ago
47449f3
Fixed compile error for preprocessor tests.
by alokp@chromium.org
· 13 years ago
0bfd552
Updates ANGLE_depth_texture to reflect proposed changes in requirements for g and b channels.
by shannon.woods@transgaming.com
· 13 years ago
0be14ce
Ensure nested ternary operator unfolding uses a new scope to avoid redefinition of the same temporary variable.
by shannon.woods@transgaming.com
· 13 years ago
2576f07
Revert r1829: Fix failure to recover from GPU hang.
by apatrick@chromium.org
· 13 years ago
8390870
Build fix for qt-wk2 Review URL: https://codereview.appspot.com/7381049
by zmo@google.com
· 13 years ago
43c9feb
Fix ANGLE patching/building issues.
by zmo@google.com
· 13 years ago
99a7f61
This pulls in mvujovic's build fix in WebKit ANGLE.
by zmo@google.com
· 13 years ago
ca23ae5
Add support for extension EXT_draw_buffers.
by zmo@google.com
· 13 years ago
cc05a56
Fix failure to recover from device hang.
by apatrick@chromium.org
· 13 years ago
216e289
Fix signed / unsigned warning in ParseHelper.cpp.
by apatrick@chromium.org
· 13 years ago
d91136a
Fixed one remaining 64-bit truncation issue missed in the last CL.
by kbr@chromium.org
· 13 years ago
8e77853
Fixed 64-bit integer truncation issues in shader translator.
by kbr@chromium.org
· 13 years ago
d64a53f
Fix a 64-bit error in ProgramBinary::load
by apatrick@chromium.org
· 13 years ago
70a7629
Check that the incoming type to a default precision qualifier statement is valid.
by kbr@chromium.org
· 13 years ago
5909413
Updates to extensions from public registry
by daniel@transgaming.com
· 13 years ago
a821958
Update ANGLE_texture_compression_dxt
by daniel@transgaming.com
· 13 years ago
9b6c98a
Fix version.
by zmo@google.com
· 13 years ago
899c7e9
Do not hash mapping field names of a reserved struct.
by zmo@google.com
· 13 years ago
37a51db
Rename ANGLE_multiple_render_targets to EXT_draw_buffers
by daniel@transgaming.com
· 13 years ago
59c2f7d
Updates to MRT extension.
by daniel@transgaming.com
· 13 years ago
6126798
Fix mat2 packing to use 2 rows as per spec.
by gman@chromium.org
· 13 years ago
7cfde1c
Fix version. Review URL: https://codereview.appspot.com/7221045
by zmo@google.com
· 13 years ago
7bc1d59
Fix a memory out-of-bound visit bug.
by zmo@google.com
· 13 years ago
665dcdc
Attempt different fix for unknown #pragma on Linux.
by kbr@chromium.org
· 13 years ago
c93e3c8
Changed optimization level to D3DCOMPILE_OPTIMIZATION_LEVEL1. With
by kbr@chromium.org
· 13 years ago
1ba403c
Incorporated patch from haixia@ changing the default implementation of
by kbr@chromium.org
· 13 years ago
Next »