[go: up one dir, main page]

  1. 4b65c53 Handle an unknown error when exiting fullscreen on Windows 8. by Geoff Lang · 12 years ago chrome_m35
  2. 3b79831 Use shader optimization level 3 selectively. by Nicolas Capens · 12 years ago
  3. 740a2f8 Fix RGB TextureStorage11 textures not being initialized. by Geoff Lang · 12 years ago
  4. 3e65b53 Fix incorrect function forward declaration. by Geoff Lang · 12 years ago
  5. 28b4790 Cache bound vertex and index buffers by ID3D11Buffer instead of serial. by Geoff Lang · 12 years ago
  6. 57f247b Regenerate public projects. by Jamie Madill · 12 years ago
  7. 848de68 Don't attempt to perform constant folding with an uninitialized constant variable. by Nicolas Capens · 12 years ago
  8. 51b4a07 Remove SH_MAP_LONG_VARIABLE_NAMES by Zhenyao Mo · 12 years ago
  9. 9d30ce3 Fix incorrect path usage in generate_projects. by Jamie Madill · 12 years ago
  10. e49d286 Regenerate public projects. by Geoff Lang · 12 years ago
  11. fa63e94 Improvement on loop unrolling with loops indexing sampler arrays by Zhenyao Mo · 12 years ago
  12. b75fee4 Fix HLSL compiler error with else-rewriting in functions. by Jamie Madill · 12 years ago
  13. 19f0ff5 Add a new TIntermRaw node type to translator. by Jamie Madill · 12 years ago
  14. 7e7143d Prevent overflow in the variable packer by sanity checking each variable. by Nicolas Capens · 12 years ago
  15. df007ea Fix crash on multiple calls to ShInitialize(). by Jamie Madill · 12 years ago
  16. 6ebf5a3 Fix not rewriting else-if blocks. by Jamie Madill · 12 years ago
  17. b716d14 Fix long error messages breaking InfoLog::append. by Jamie Madill · 12 years ago
  18. 9912569 Update codereview.settings to point to gerrit. by Geoff Lang · 12 years ago
  19. 93f01ca Allow creating fixed-size window surfaces. by John Bauman · 12 years ago
  20. cc87b46 Use a stable ordering when enumerating files. by Geoff Lang · 12 years ago
  21. 0f8001b Improve the enumerate_files.py script. by Geoff Lang · 12 years ago
  22. 823c8cd Move the enumerate_files script to the build directory. by Geoff Lang · 12 years ago
  23. 2747b9a Fix typo in Python commit id script. by Jamie Madill · 12 years ago
  24. 1aa7f3c Re-initialize shader translator properly after one shutdown. by Jamie Madill · 12 years ago
  25. 836bd21 Detect cross-process HWNDs and verify DXGI 1.2 exists in D3D11. by Geoff Lang · 12 years ago
  26. aacedfc Fix git call syntax in commit_id.bat by Shannon Woods · 12 years ago
  27. a39b3ab Fix standalone Linux build. by Jamie Madill · 12 years ago
  28. 4df02c1 Fix commit header generation on non-Windows platforms. by Jamie Madill · 12 years ago
  29. 16af1e4 Fix commit id versioning when building with Chrome. by Jamie Madill · 12 years ago
  30. d858468 Tie program binary version to commit hash. by Jamie Madill · 12 years ago
  31. 217b9a7 Refresh generated projects. by Jamie Madill · 12 years ago
  32. a25382b Add an option to initialize varyings without static use in vertex shaders by Zhenyao Mo · 12 years ago
  33. dc18dc3 Draft spec for ANGLE_platform_angle_d3d by Scott Graham · 12 years ago
  34. aa82495 Disable MRT support when using D3D10 feature levels. by Geoff Lang · 12 years ago
  35. ef26f3b Fix initializing the MaxExpressionComplexity and MaxCallStackDepth compiler limits. by Nicolas Capens · 12 years ago
  36. b227fe0 Fix DX11 HLSL code for texture2DProjLod. by Nicolas Capens · 12 years ago
  37. 17918f9 Add stdio.h dependency to Common.h. by Jamie Madill · 12 years ago
  38. d02dac9 Remove reference to CHAR_BIT from Common.h. by Jamie Madill · 12 years ago
  39. ba3e2e1 Add missing <limits> to Common.h. by Jamie Madill · 12 years ago
  40. 74efb6d Regenerate our prepackaged VS2010E project files. by Jamie Madill · 12 years ago
  41. 0654d32 Fix texture formats backed by extra channels. by Geoff Lang · 12 years ago
  42. 3f2c0b3 Add work-around for D3D9 shader compiler bug. by Jamie Madill · 12 years ago
  43. a093190 Remove the ANGLE_COMPILE_OPTIMIZATION_LEVEL precompiler definition override to default to D3DCOMPILE_OPTIMIZATION_LEVEL3. by Nicolas Capens · 12 years ago
  44. 0af35c7 Only define ANGLE_ENABLE_PERF in libGLESv2 and libEGL. by Geoff Lang · 12 years ago
  45. e1590b8 Remove __stdcall from non-windows builds. by Geoff Lang · 12 years ago
  46. d308f3a Remove system.h. by Geoff Lang · 12 years ago
  47. 0697659 Rework tracing and perf defines. by Geoff Lang · 12 years ago
  48. 7539f75 Fix incorrect include on posix systems. by Geoff Lang · 12 years ago
  49. 2167ecd Don't include windows.h on non-windows systems. by Geoff Lang · 12 years ago
  50. 2c40ce4 Merge ES3 direct buffer changes and split index and vertex buffers. by Geoff Lang · 12 years ago
  51. 2b8b3b7 Generate public projects. by Geoff Lang · 12 years ago
  52. dcefb75 Port project refator to master. by Geoff Lang · 12 years ago
  53. 566a823 Fix default vertex attribute component size to 4. by Jamie Madill · 12 years ago
  54. 934ab06 Add NetBSD and DragonFly to posix-compliant OS list by Shannon Woods · 12 years ago
  55. 4a9b08d Fix compiler crash. by Nicolas Capens · 12 years ago
  56. 98925f4 Regenerate the parser using Bison 2.7.12. by Nicolas Capens · 12 years ago
  57. e4c8942 Remove unnecessary int cast in ParseContext. by Brendan Long · 12 years ago
  58. 0523d83 Fix sorting uninitialized attribute semantics to the end. by Jamie Madill · 12 years ago
  59. 783a624 Fix printing of size of matrix and vectors in the compiler. by Jamie Madill · 12 years ago
  60. e98df4f Trigger lost device on an error in D3D9 Present. by Jamie Madill · 12 years ago
  61. d534040 Fix initializer type bug when using list declarations. by Jamie Madill · 12 years ago
  62. bbb43c1 Fix initialization of thread local storage in libGLESv2. by Jamie Madill · 12 years ago
  63. 6d39764 Fix initialization of thread local storage in libEGL. by Jamie Madill · 12 years ago
  64. 7f8cdf1 Fix indices not being offset to the bound vertex buffer when drawing indexed points in D3D9. by Geoff Lang · 12 years ago
  65. 9a8d004 Fix swapchain resize errors when sizing to 0 width or height. by Jamie Madill · 12 years ago
  66. 1b6ef52 Fix unused variable warning in compiler/debug.cpp. by Jamie Madill · 12 years ago
  67. 87be33c Fix the display not updating after a call to eglSwapInterval. by Jamie Madill · 12 years ago
  68. 95fa672 Fix device removed handling for systems which do not by Jamie Madill · 12 years ago
  69. 769f150 Ensure stream source frequency for stream 0 is set to 1 in swapRect for D3D9. by Jamie Madill · 12 years ago
  70. 4e13d48 Bump version.h by Shannon Woods · 12 years ago
  71. a07654f Merge "Proper handling of D3D9Ex device removed." by Jamie Madill · 12 years ago
  72. 7095d7a Fix enum names that were not updated in the tests. by Geoff Lang · 12 years ago
  73. bd79517 Update gclient configuation for DEPS and git repository. by Geoff Lang · 12 years ago
  74. 1afb883 Add a build step to copy the D3DCompiler_46 DLL from the Windows SDK folder to the build products path. by Jamie Madill · 12 years ago
  75. 9320a0c Use 64-bit safe constant union indexes. by Nicolas Capens · 12 years ago
  76. 0685fbd Rename the Diagnostics enum values to have a PP_ prefix by Ehsan Akhgari · 12 years ago
  77. 121945b Proper handling of D3D9Ex device removed. by Jamie Madill · 12 years ago
  78. 0dd3b3f Add #include guards to ForLoopUnroll.h by Ehsan Akhgari · 12 years ago
  79. a60e080 Fix issues with the conditional discard workarounds to do with assignments. by Jamie Madill · 12 years ago
  80. d1ffb56 Disable optimizations for shaders with conditional discard in D3D9, and only use expanded by Jamie Madill · 12 years ago
  81. 9c31834 Fix build on QNX. by Jamie Madill · 12 years ago
  82. 4b48845 Don't apply textures that are currently bound to the framebuffer. by Geoff Lang · 12 years ago
  83. 681c50e Fixed a bug where the vertex data manager was not caching the current by Geoff Lang · 12 years ago
  84. 8179512 Fix build on QNX. by Jamie Madill · 12 years ago
  85. 297eb16 Re-enable hazard warnings for setting render targets that are currently bound as SRVs. by Jamie Madill · 12 years ago
  86. 0f0edf9 Disable automatically resizing swapchain if window is iconified by John Bauman · 12 years ago
  87. b4e0003 Do not allow context sharing between egl Displays. by Jamie Madill · 12 years ago
  88. 5625f65 Rename ParseHelper.cpp/h to ParseContext.cpp/h. by Jamie Madill · 12 years ago
  89. 9e30c6b Fix D3D9 attributes being marked as requireing conversion when they did not. by Geoff Lang · 12 years ago
  90. b992a7d Add new files to vs translator project and update version. by Zhenyao Mo · 12 years ago
  91. 1727a0a Add a flag to ANGLE to force immediate swap. by Geoff Lang · 12 years ago
  92. 7d3fecf Fix incorrect mip sizes for cube maps when creating them with TexStorage2D. by Geoff Lang · 12 years ago
  93. 0677631 Fall back to LoadLibrary if preloading d3d compiler modules fails. by Geoff Lang · 12 years ago
  94. 5e70cf9 Add an option to unfold short circuiting in AST. by Zhenyao Mo · 12 years ago
  95. 59b7785 Normalize the line endings in the project files. by Jamie Madill · 12 years ago
  96. 2bcc909 Added .gitattributes to control line endings as a policy in the repository. by Jamie Madill · 12 years ago
  97. e5014a9 Only check for missmatched HWND process IDs if swap chain creation fails. by Geoff Lang · 12 years ago
  98. c273f37 Use cube textures as 2D texture arrays in rendertarget SRVs by Shannon Woods · 12 years ago
  99. cbab004 Add the static translator define to inherited properties in gyp. by Jamie Madill · 12 years ago
  100. a9ca4ac Remove duplicated translator_glsl target. by Zhenyao Mo · 12 years ago