1. c5a8300 Store multiple vertex executables in the program binary. by Jamie Madill · 11 years ago
  2. 5f56273 Moved all HLSL-related code from ProgramBinary to DynamicHLSL. by Jamie Madill · 11 years ago
  3. e8bc319 Optimize masked clearing of missing channels. by Geoff Lang · 11 years ago
  4. 0aa84f6 Merge 'Tie program binary version to commit hash.' by Jamie Madill · 11 years ago
  5. 5f6937c Align static and streaming vertex data to 16-byte boundaries. by Jamie Madill · 11 years ago
  6. 4a667fe Add an option to initialize varyings without static use in vertex shaders by Zhenyao Mo · 11 years ago
  7. 32d508e Fix checking for a NULL pointer after using the pointer. by Geoff Lang · 11 years ago
  8. 2a20562 Fix depth texture validation in ES2 contexts. by Jamie Madill · 11 years ago
  9. 7ea42a5 Move ShaderCache.h to the d3d directory. by Geoff Lang · 11 years ago
  10. 0bf3a98 Fix variable being used to initialize itself. by Geoff Lang · 11 years ago
  11. a4de265 Mark destructors of Surface and Context as virtual. by Geoff Lang · 11 years ago
  12. c685673 Fix wrong enum type being compared. by Geoff Lang · 11 years ago
  13. 49f9a20 Add TransformFeedback object. by Geoff Lang · 11 years ago
  14. 1cd1b21 Fix wrong variable being compared. by Geoff Lang · 11 years ago
  15. cbf727a Remove references to D3D formats in the Texture class. by Geoff Lang · 11 years ago
  16. 03ef740 Fix comparing blend states with the wrong structure size. by Geoff Lang · 11 years ago
  17. 37dde69 Add support for transform feedback queries. by Geoff Lang · 11 years ago
  18. d5da329 Improve the enumerate_files.py script. by Geoff Lang · 11 years ago
  19. 1106aeb Move the enumerate_files script to the build directory. by Geoff Lang · 11 years ago
  20. 0550d03 Implement GL_RASTERIZER_DISCARD. by Geoff Lang · 11 years ago
  21. 2e5c604 Add GL headers to libGLESv2, libEGL and translator projects. by Geoff Lang · 11 years ago
  22. a5e44c9 Relax alignment restrictions to allow more direct storage. by Jamie Madill · 11 years ago
  23. a5d6747 Remove VertexBuffer::requiresConversion. by Jamie Madill · 11 years ago
  24. 7d649a0 Fix initializing the MaxExpressionComplexity and MaxCallStackDepth compiler limits. by Nicolas Capens · 11 years ago
  25. 95ffb86 Add vertex format queries to Renderer. by Jamie Madill · 11 years ago
  26. 8017787 Move D3D9 vertex format tables to formatutils9. by Jamie Madill · 11 years ago
  27. 7ab02fa Add D3D11 vertex format tables to our format utils. by Jamie Madill · 11 years ago
  28. 3078d0f Add VertexFormat internal struct to represent vertex inputs. by Jamie Madill · 11 years ago
  29. 8ff21ae Move storage for uniform blocks to the program binary. by Jamie Madill · 11 years ago
  30. c47a678 Move the storage for uniform blocks to its own class. by Jamie Madill · 11 years ago
  31. ecc8b6f Refactor BufferStorage11. by Geoff Lang · 11 years ago
  32. e53c98b Add work-around for D3D9 shader compiler bug. by Jamie Madill · 11 years ago
  33. 7993190 Fix wrong allocator being used for sampler deletion. by Geoff Lang · 11 years ago
  34. 8d6a002 Fixed missing break statement. by Geoff Lang · 11 years ago
  35. f8912c5 Refactor buffer existance check into Buffer::invalidateStaticData. by Geoff Lang · 11 years ago
  36. 826f3d3 Add a GetComponentType method to query a DXGI format. by Jamie Madill · 11 years ago
  37. 9eeecfc Split DXGI format info to a GL mapping and info block. by Jamie Madill · 11 years ago
  38. 6246dc8 Track dirty D3D shaders instead of program serial. by Jamie Madill · 11 years ago
  39. 648c968 Minor optimizations to texture functions. by Jamie Madill · 11 years ago
  40. 3810bee Add the missing GL_DEPTH enum to the fbo attachment query. by Jamie Madill · 11 years ago
  41. 8321779 Remove system.h. by Geoff Lang · 11 years ago
  42. ab9d82c Fix FramebufferRenderbuffer validation. by Jamie Madill · 11 years ago
  43. d7460c7 Fix gl::ValidTextureTarget to work on all enum values. by Jamie Madill · 11 years ago
  44. 1fc7e2c Refactor validation of FramebufferRenderbuffer. by Jamie Madill · 11 years ago
  45. 92bfd5c Remove __stdcall from non-windows builds. by Geoff Lang · 11 years ago
  46. f571312 Rework tracing and perf defines. by Geoff Lang · 11 years ago
  47. ec91cd3 Clamp stencil reference value to D3D11 8-bit limitations. by Jamie Madill · 11 years ago
  48. 24112d6 Only use 4-channel shaders for unpack buffers. by Jamie Madill · 11 years ago
  49. c30003d Fix zero-size textures and unpack buffers. by Jamie Madill · 11 years ago
  50. 4b8c3eb Fix build on Visual Studio 2013. by Jamie Madill · 11 years ago
  51. b155bbc Properly clamp stencil mask query values to max int. by Jamie Madill · 11 years ago
  52. a50232f Added a utility application to generate c headers from dds textures. by Geoff Lang · 11 years ago
  53. 2c254d8 Add swizzle tests. by Geoff Lang · 11 years ago
  54. d701ea1 Replaced Stanford model images. by Geoff Lang · 11 years ago
  55. 9c53f1e Add more D3D11 buffer usages. by Geoff Lang · 11 years ago
  56. 28576da Don't include windows.h on non-windows systems. by Geoff Lang · 11 years ago
  57. 55856b1 Clean up state query methods. by Jamie Madill · 11 years ago
  58. 3cd50f7 Fix remaining discrepencies between master and es3proto project files. by Geoff Lang · 11 years ago
  59. 91382e5 Renderer11 tracks applied textures as SRVs. by Geoff Lang · 11 years ago
  60. b8f8b89 Fix using wrong value for array size in 2D array storage. by Jamie Madill · 11 years ago
  61. 67938ef Added missing depth swizzle backing formats and fixed compressed texture bit calculation. by Geoff Lang · 11 years ago
  62. eaa8406 Remove unnecessary int cast in ParseContext. by Brendan Long · 11 years ago
  63. d2a8838 Fix improper deferencing of a zero-size vector. by Jamie Madill · 11 years ago
  64. b1f45b7 Create HLSL texture offset functions. by Nicolas Capens · 11 years ago
  65. f831e3d Add NetBSD and DragonFly to posix-compliant OS list by Shannon Woods · 11 years ago
  66. 1fbc287 Add textureOffset intrinsics to the symbol table. by Nicolas Capens · 11 years ago
  67. b678032 Fix default vertex attribute component size to 4. by Jamie Madill · 11 years ago
  68. 80b5a55 Fix compressed formats breaking swizzle bits checks. by Jamie Madill · 11 years ago
  69. 44cc79f Fix compiler crash. by Nicolas Capens · 11 years ago
  70. f9ea3e1 Regenerate the parser using Bison 2.7.12. by Nicolas Capens · 11 years ago
  71. ee42308 Update guards in ShaderVariable.h. by Jamie Madill · 11 years ago
  72. 79f2f45 Fix allowing ES3 enum queries to call through to ES2 contexts. by Jamie Madill · 11 years ago
  73. 2e50355 Add in fixes for dEQP state reset. by Jamie Madill · 11 years ago
  74. 03181ab Fix sorting uninitialized attribute semantics to the end. by Jamie Madill · 11 years ago
  75. 13a2f85 Implement max elements indices and vertices. by Jamie Madill · 11 years ago
  76. cd65ae1 Trigger lost device on an error in D3D9 Present. by Jamie Madill · 11 years ago
  77. f11dbdb Added a read pixels test. by Geoff Lang · 11 years ago
  78. 066230a Added compressed texture tests. by Geoff Lang · 11 years ago
  79. 2e475a5 Added tests for maximum texture size. by Geoff Lang · 11 years ago
  80. 1f12fa0 Added line loop tests. by Geoff Lang · 11 years ago
  81. 0ddab0c Added incomplete texture tests. by Geoff Lang · 11 years ago
  82. b604650 Moved the compiler test initialization and tear down into a gtest environement class. by Geoff Lang · 11 years ago
  83. bb13467 Added a gtest environment class to initialize the ANGLETest class window. by Geoff Lang · 11 years ago
  84. 79bb0d9 Fix initializer type bug when using list declarations. by Jamie Madill · 11 years ago
  85. 7a93437 Fix initialization of thread local storage in libGLESv2. by Jamie Madill · 11 years ago
  86. a4e68d4 Fix initialization of thread local storage in libEGL. by Jamie Madill · 11 years ago
  87. a738f08 Fix build on QNX. by Jamie Madill · 11 years ago
  88. d7f2135 Fix build on QNX. by Jamie Madill · 11 years ago
  89. 827a471 Disable automatically resizing swapchain if window is iconified by John Bauman · 11 years ago
  90. 7cab38b Add an option to unfold short circuiting in AST. by Zhenyao Mo · 11 years ago
  91. 6cb95f3 Fix a traverse bug. by Zhenyao Mo · 11 years ago
  92. e88dcaf Style violation cleanup for IntermTraverse.cpp by Zhenyao Mo · 11 years ago
  93. c5a6312 Add unit tests for proper TLS initialization. by Jamie Madill · 11 years ago
  94. 3b866b6 Clear11 will not clear channels that are not supposed to exist in the render target's format. by Geoff Lang · 11 years ago
  95. c142e9d Renderer classes now set their blend states to mask out channels that do not exist in the render target. by Geoff Lang · 11 years ago
  96. 5cd4761 Re-add jschuh's TODO comment for 64-bit warnings by Shannon Woods · 11 years ago
  97. 1bfaf78 Merge preprocessor test changes from f84ef70bc729506184b052e5e9cf78796a5a4704 by Shannon Woods · 11 years ago
  98. 3929c1c Store the commit date in version.h, and in the DLL properties. by Jamie Madill · 11 years ago
  99. 39173f1 Roll gyp and regenerate public projects to have the cleaned paths. by Jamie Madill · 11 years ago
  100. f8c2f5c Fix indices not being offset to the bound vertex buffer when drawing indexed points in D3D9. by Geoff Lang · 11 years ago