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
/
external
/
angleproject
/
HEAD
93e2e18
Use new symbol table initization for vertex shader.
by acleung@chromium.org
· 12 years ago
master
728fc2a
Less memory intensive initializing of builtins.
by acleung@chromium.org
· 12 years ago
a075e46
Fixed line endings to Unix style.
by alokp@chromium.org
· 12 years ago
0c0072b
Simplified TType class by carving out TStructure and TField.
by alokp@chromium.org
· 12 years ago
36cced4
Regenerated glslang_tab.cpp to fix compile errors
by bajones@chromium.org
· 12 years ago
ead5e82
Added support for EXT_frag_depth
by bajones@chromium.org
· 12 years ago
c20ac06
Removed checks for zero-length arrays because you can never define such arrays.
by alokp@chromium.org
· 12 years ago
094fa20
Removed code for unsupported pack-unpack language.
by alokp@chromium.org
· 12 years ago
aab88c7
Fix linker issue on Windows
by gman@chromium.org
· 12 years ago
1177063
Fix compiler warning on Windows
by gman@chromium.org
· 12 years ago
0b88803
bump version to 2243
by gman@chromium.org
· 12 years ago
fd58c36
Add expression complexity and call stack depth limits.
by gman@chromium.org
· 12 years ago
c34f280
Enable base address randomization.
by shannonwoods@chromium.org
· 12 years ago
74d5875
Bumped VERSION number.
by alokp@chromium.org
· 12 years ago
b8f799a
Used size_t for object size instead of signed int.
by alokp@chromium.org
· 12 years ago
9bf2b4c
Add adapter LUID to EGL vendor string.
by apatrick@chromium.org
· 12 years ago
def914c
Retrieve the texture serial from the incomplete texture when sampler-incomplete.
by nicolas%transgaming.com@gtempaccount.com
· 12 years ago
e63960f
Delete the old texture storage first so that 0x0 textures have no stale data.
by nicolas%transgaming.com@gtempaccount.com
· 12 years ago
4ee9850
Clamped negative index access.
by alokp@chromium.org
· 12 years ago
f4b210b
Refactor location tracking.
by alokp@chromium.org
· 12 years ago
264f87d
Remove dead code left over from the old preprocessor.
by alokp@chromium.org
· 12 years ago
95f1c3c
Refactor class to represent structure.
by alokp@chromium.org
· 12 years ago
c6ffd17
Delete dead code for cloning various types.
by alokp@chromium.org
· 12 years ago
7a01ae3
We don't need to keep the param variable around for function prototypes.
by alokp@chromium.org
· 12 years ago
4775c4e
A special state to track field selection is not necessary.
by alokp@chromium.org
· 12 years ago
fd88d47
Lexer does not need to handle unknown-char case.
by alokp@chromium.org
· 12 years ago
cb871e4
Lexer does not need a state stack now that it does not handle comments.
by alokp@chromium.org
· 12 years ago
7e070f5
Revert "A special state to track field selection is not necessary."
by alokp@chromium.org
· 12 years ago
8b36b35
A special state to track field selection is not necessary.
by alokp@chromium.org
· 12 years ago
f495c25
Robust distinction between IDENTIFIER and TYPE_NAME tokens.
by alokp@chromium.org
· 12 years ago
ff5e922
Delete dead-code for handling comments and invalid octal integers. These are already handled by the preprocessor.
by alokp@chromium.org
· 12 years ago
e4bca42
Deleted unnecessary TParseContext::AfterEOF.
by alokp@chromium.org
· 12 years ago
d456ee6
Reformat tokenizer. No functional changes.
by alokp@chromium.org
· 12 years ago
109eabe
Validate allocation size in PoolAllocator.
by alokp@chromium.org
· 12 years ago
c95ad66
Fixed compile error for translator sample app.
by alokp@chromium.org
· 12 years ago
4a3734a
Update version.h to 2184. Review URL: https://codereview.appspot.com/8833047
by apatrick@chromium.org
· 12 years ago
79b13b8
Do not call GetAdapterDisplayMode after Display has been initialized.
by apatrick@chromium.org
· 12 years ago
c536ddf
Adds Jamie and Geoff to CONTRIBUTORS file
by shannon.woods%transgaming.com@gtempaccount.com
· 12 years ago
5e5d03c
Delete Surface::recreateAdditionalSwapChain.
by apatrick@chromium.org
· 13 years ago
4ef9942
Do not attempt to recover from device lost masked by present occluded or display mode changed.
by apatrick@chromium.org
· 13 years ago
5432888
Remove dependency on dwmapi.dll.
by apatrick@chromium.org
· 13 years ago
eb78f6c
When CheckDeviceState returns S_PRESENT_OCCLUDED, Present a dummy frame and try again.
by apatrick@chromium.org
· 13 years ago
230296e
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
c6274bb
Add a fast path for BGRA to RGBA conversion inside readPixels. Already covered
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
f8f0ae0
Safely promote uninitialized constants.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
105238d
Don't assume unary operations on constants will be folded into a constant.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
f1c33f9
Ignore constants that have not been initialized.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
973a972
Provide safer and more convenient constant union accessors.
by shannon.woods%transgaming.com@gtempaccount.com
· 13 years ago
bef6b2a
Bump version.h Review URL: https://codereview.appspot.com/7798044
by apatrick@chromium.org
· 13 years ago
3c95dce
Fix crash after reseting device.
by apatrick@chromium.org
· 13 years ago
0e55cbd
Bump ANGLE_SH_VERSION to 110.
by apatrick@chromium.org
· 13 years ago
6f94683
When CheckDeviceStats returns S_PRESENT_MODE_CHANGED, reset display mode and retest for device lost.
by apatrick@chromium.org
· 13 years ago
4fb299d
Enabled FRAGMENT_PRECISION_HIGH unconditionally for ANGLE.
by alokp@chromium.org
· 13 years ago
141d647
Added preprocessor support for GL_FRAGMENT_PRECISION_HIGH.
by alokp@chromium.org
· 13 years ago
16c773a
Fixed compile error for preprocessor tests.
by alokp@chromium.org
· 13 years ago
93142e4
Updates ANGLE_depth_texture to reflect proposed changes in requirements for g and b channels.
by shannon.woods@transgaming.com
· 13 years ago
739d3bd
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
7df2615
Revert r1829: Fix failure to recover from GPU hang.
by apatrick@chromium.org
· 13 years ago
44ff827
Build fix for qt-wk2 Review URL: https://codereview.appspot.com/7381049
by zmo@google.com
· 13 years ago
db8f971
Fix ANGLE patching/building issues.
by zmo@google.com
· 13 years ago
11ea3fe
This pulls in mvujovic's build fix in WebKit ANGLE.
by zmo@google.com
· 13 years ago
58d9079
Add support for extension EXT_draw_buffers.
by zmo@google.com
· 13 years ago
9a67065
Fix failure to recover from device hang.
by apatrick@chromium.org
· 13 years ago
684ff37
Fix signed / unsigned warning in ParseHelper.cpp.
by apatrick@chromium.org
· 13 years ago
f45feb7
Fixed one remaining 64-bit truncation issue missed in the last CL.
by kbr@chromium.org
· 13 years ago
646c70f
Fixed 64-bit integer truncation issues in shader translator.
by kbr@chromium.org
· 13 years ago
31ea869
Fix a 64-bit error in ProgramBinary::load
by apatrick@chromium.org
· 13 years ago
5073f08
Check that the incoming type to a default precision qualifier statement is valid.
by kbr@chromium.org
· 13 years ago
7d6c6ba
Updates to extensions from public registry
by daniel@transgaming.com
· 13 years ago
962b26f
Update ANGLE_texture_compression_dxt
by daniel@transgaming.com
· 13 years ago
19f363a
Fix version.
by zmo@google.com
· 13 years ago
f350a77
Do not hash mapping field names of a reserved struct.
by zmo@google.com
· 13 years ago
11c1f64
Rename ANGLE_multiple_render_targets to EXT_draw_buffers
by daniel@transgaming.com
· 13 years ago
3783c67
Updates to MRT extension.
by daniel@transgaming.com
· 13 years ago
057ce43
Fix mat2 packing to use 2 rows as per spec.
by gman@chromium.org
· 13 years ago
d8f530a
Fix version. Review URL: https://codereview.appspot.com/7221045
by zmo@google.com
· 13 years ago
fe546b7
Fix a memory out-of-bound visit bug.
by zmo@google.com
· 13 years ago
e1561f1
Attempt different fix for unknown #pragma on Linux.
by kbr@chromium.org
· 13 years ago
1537495
Changed optimization level to D3DCOMPILE_OPTIMIZATION_LEVEL1. With
by kbr@chromium.org
· 13 years ago
e5e6493
Incorporated patch from haixia@ changing the default implementation of
by kbr@chromium.org
· 13 years ago
68bfa4e
Fixed compiler warning on Linux resulting in build failures.
by kbr@chromium.org
· 13 years ago
c3186b8
Document GetIntegerv errors in ANGLE_framebuffer_blit.
by daniel@transgaming.com
· 13 years ago
8d47df9
Updates for ANGLE_multiple_render_targets
by daniel@transgaming.com
· 13 years ago
0b780af
Add missing file from r1725. Review URL: https://codereview.appspot.com/7193053
by apatrick@chromium.org
· 13 years ago
cf38f82
Remove DXSDK_DIR from search paths.
by apatrick@chromium.org
· 13 years ago
af44099
Roll gyp dependency to 1564.
by apatrick@chromium.org
· 13 years ago
f281550
Update version number. Review URL: https://codereview.appspot.com/7204048
by apatrick@chromium.org
· 13 years ago
4a19e6f
Include windows.h from one place to ensure that min and max macros are not defined.
by apatrick@chromium.org
· 13 years ago
125d94d
Use TEXT macro to define ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES macro.
by apatrick@chromium.org
· 13 years ago
b3b17d4
Treat return statements in loops as loop discontinuities.
by apatrick@chromium.org
· 13 years ago
720ecb9
Make other angle targets compile on Win64
by apatrick@chromium.org
· 13 years ago
343a903
Add comments to ArrayBoundsClamper about why 'clamp'
by gman@chromium.org
· 13 years ago
522e7c5
Reorganized new sources from recently applied patch into third_party directory.
by kbr@chromium.org
· 13 years ago
b67eefc
Update version. Review URL: https://codereview.appspot.com/7062061
by apatrick@chromium.org
· 13 years ago
3b02016
Add D3D version and shader models to renderer string reported by GetString.
by apatrick@chromium.org
· 13 years ago
88a186a
Build fix.
by zmo@google.com
· 13 years ago
0fba69f
In generated shaders, output +INF and -INF as largest single precision floating point number.
by apatrick@chromium.org
· 13 years ago
4d111fc
Update Copyright years on the LICENSE file
by daniel@transgaming.com
· 13 years ago
dd02f22
Upodate preprocessor.vcxproj to reflect changes in r1640.
by apatrick@chromium.org
· 13 years ago
d36d7d4
Disable GL_OES_standard_derivatives when ps_2_x or later is not available.
by bsalomon@google.com
· 13 years ago
Next »