1. 59f7e8d Merge branch 'master' of git://github.com/p3/regal.git (upstream) by Andy Chien · 11 years ago
  2. 3fa6a39 proposed fix for issue #74, lookup texture name from active texture + bound state by Cass Everitt · 11 years ago
  3. fdc6487 Merge pull request #3 from p3/nstewart by jra101 · 11 years ago
  4. d2416c7 Disable Emu::So if GL_ARB_sampler_objects is available. For github issue #73 by Nigel Stewart · 11 years ago
  5. ce55915 Refresh VC projects to resolve TargetPath warnings by Nigel Stewart · 11 years ago
  6. e2e9d90 fix hard coded number of texture targets by Jason Allen · 11 years ago
  7. b9b15e2 Merge remote-tracking branch 'github/cass' into nstewart by Nigel Stewart · 11 years ago
  8. 8be4cdd GL_TEXTURE_BORDER_COLOR needs to be stored as GLfloat instead of GLint by Jason Allen · 11 years ago
  9. 2695673 Merge pull request #69 from jra101/master by Cass Everitt · 11 years ago
  10. ccc0a46 Fix Dsa emulation of renderbuffer objects by Jason Allen · 11 years ago
  11. e0679cc Merge pull request #2 from p3/cass by jra101 · 11 years ago
  12. a1eaf3b more general proposed solution to issue #68 reported by jra101 for EMU_DSA handling of object deletion by Cass Everitt · 11 years ago
  13. b71d0b2 fix TargetPath warnings in Visual Studio by setting the TargetName to regal32 or regalm32 for the Regal and Regalm projects by Jason Allen · 11 years ago
  14. c126ce3 Merge branch 'cass' of https://github.com/p3/regal by Jason Allen · 11 years ago
  15. 6720606 Merge branch 'master' of https://github.com/jra101/regal by Jason Allen · 11 years ago
  16. 203ae56 Merge https://github.com/p3/regal into cass by Jason Allen · 11 years ago
  17. 8b54282 when the drv version of a texture gets deleted, change the restore target to 0 by Cass Everitt · 11 years ago
  18. 2d8e778 skeleton for TextureStorage emulation by Cass Everitt · 11 years ago
  19. a03d89d proposed fix for issue #68 reported by jra101 by Cass Everitt · 11 years ago
  20. 16ed04a Merge remote-tracking branch 'github/master' into cass by Cass Everitt · 11 years ago
  21. 396fe35 Merge remote-tracking branch 'upstream/master' by Jason Allen · 11 years ago
  22. ac9c907 Initial multi-threading for global context mappings by Nigel Stewart · 11 years ago
  23. eb60e11 proposed resolution to p3/regal issue #67 from jra101 by Cass Everitt · 11 years ago
  24. 00acf85 Merge branch 'master' of https://github.com/jra101/regal into jra101 by Cass Everitt · 11 years ago
  25. d436807 fix size of index2Enum array to match change in previous commit by Jason Allen · 11 years ago
  26. 62e1bf2 add ipch folder to .gitignore by Jason Allen · 11 years ago
  27. 76bbafc Add .opensdf to git ignore list by Jason Allen · 11 years ago
  28. 883f151 Add cube map face enums to list of valid texture targets by Jason Allen · 11 years ago
  29. 1d294d4 add Visual Studio Debug/Release directories by Jason Allen · 11 years ago
  30. d718ee2 For DSA emulation layer, use Regal::DispatchTable::call rather than calling back into the emulation layer directly. For github issue #65. by Nigel Stewart · 11 years ago
  31. be8071f For GLUT on Windows, simple ASCII to UCS2 unicode conversion for SetWindowText. by Nigel Stewart · 11 years ago
  32. bc690c3 Fix gcc compile errors by Jason Allen · 11 years ago
  33. 2e60a2e Implement tracking of immutable textures created with ARB_texture_storage by Jason Allen · 11 years ago
  34. 45df596 ARB_texture_storage mostly working (needs error checking) by Jason Allen · 11 years ago
  35. 8ba9a2b Leave glTextureStorage calls to DSA, implement glTexStorage calls in TexSto emulation by Jason Allen · 11 years ago
  36. e3b2990 Add knobs necessary to expose texture storage emulation by Jason Allen · 11 years ago
  37. f5ce4e9 Add Mesa3D to the lists of known OpenGL implementations for Linux GLX. by Nigel Stewart · 11 years ago
  38. 5d2d562 Refresh GLEW with DSA workaround - ignore fp64 stuff. by Nigel Stewart · 11 years ago
  39. 912038c Add enums for GL_HP_image_transform by Nigel Stewart · 11 years ago
  40. aeb2736 Merge branch 'test_on_nacl' of https://github.com/sbc100/regal by Nigel Stewart · 11 years ago
  41. 675b95b Build and run tests on NaCl by Sam Clegg · 11 years ago
  42. 5a07725 Fix warnings by Sam Clegg · 11 years ago
  43. 75e7507 Add Mutex and ScopedLock classes for threading purposes by Nigel Stewart · 11 years ago
  44. ac07860 RegalJson for parsing Config and Logging state from JSON by Nigel Stewart · 11 years ago
  45. 7d91dfe Regal::helper::getInfoLog for accessing various GL info logs. by Nigel Stewart · 11 years ago
  46. 98da54d Initialize dbgLogLen before calling glGetProgramInfoLog. by Peng Huang · 11 years ago
  47. a3912da Regal::DispatchCode refinements. Regal::Enum wrapped as struct. by Nigel Stewart · 11 years ago
  48. 7ad16b1 Merge https://github.com/igor-c/regal glx by Nigel Stewart · 11 years ago
  49. 04529cc Add variable to force Desktop GLSL version. by Igor Chernyshev · 11 years ago
  50. c051c05 Force uniform update on first use. by Igor Chernyshev · 11 years ago
  51. ad0522c Merge pull request #7 from p3/master by Igor Chernyshev · 11 years ago
  52. ff41547 Extend Regal::Config to have a configFile setting for read/write JSON configuration. by Nigel Stewart · 11 years ago
  53. 7947c4e Merge branch 'master' of git://github.com/sherief/regal by Nigel Stewart · 11 years ago
  54. 622feb1 Merge pull request #6 from p3/master by Igor Chernyshev · 11 years ago
  55. 61eeb19 Fixup for ccache NaCl builds - CCACHE_COMPILERCHECK needs special treatment. by Nigel Stewart · 11 years ago
  56. bc14b8c Fixed local declaration of IOSurfaceRef. by Sherief Farouk · 11 years ago
  57. e9dcf83 Undo remove of -fPIC flag, probably wasn't at issue. by Nigel Stewart · 11 years ago
  58. a1c1fc0 Makefile build refinements for NaCl pepper25 - working for newlib only. by Nigel Stewart · 11 years ago
  59. f3ea79c Merge master. by Nigel Stewart · 11 years ago
  60. c54aa8b Initial implementation of on-disk texture caching. by Nigel Stewart · 11 years ago
  61. 2324420 Enable -Werror for linux builds by Sam Clegg · 11 years ago
  62. 9d88db9 Enable -Werror for nacl build by Sam Clegg · 11 years ago
  63. b5ec4ce Fix GCC warnings by Sam Clegg · 11 years ago
  64. d951bb8 [NaCl] Add sanity checks to nacl-regal.sh by Sam Clegg · 11 years ago
  65. 91c7183 Makefile: Use immediate assignement when calculating SYSTEM by Sam Clegg · 11 years ago
  66. fae5861 Fix texture issue on chrome pepper by Peng Huang · 11 years ago
  67. 990380a Merge branch nacl_updates of https://github.com/sbc100/regal by Nigel Stewart · 11 years ago
  68. ba3bb78 fixes to make Space Junk work with both core and compat profiles by Cass Everitt · 11 years ago
  69. 68a81df Add Regal::Emu::Xfer ES2-only texture conversion emulation layer. by Nigel Stewart · 11 years ago
  70. 58bb6eb Merge branch 'texc_cleanup_and_fixes' of git://github.com/adhoc-bobcat/regal by Nigel Stewart · 11 years ago
  71. 9d8f6bd Cleanups and fixes to PixelConversions by Lloyd Pique · 11 years ago
  72. 586f4b9 Updated PPAPI Release build project files to exclude log, etc by Andy Chien · 11 years ago
  73. 932ed14 Add Regal::scoped_ptr and Regal::scoped_array by Nigel Stewart · 11 years ago
  74. 737de4d Merge https://github.com/p3/regal.git cass by Nigel Stewart · 11 years ago
  75. 1ab8165 Further emulation API filtering for core contexts. by Nigel Stewart · 11 years ago
  76. 010c12c fix a couple of minor issues with shaders and the core profile by Cass Everitt · 11 years ago
  77. 5f2f76f Extend Regal::Emu::Iff fixed-function emulation to raster-pos and window-pos. by Nigel Stewart · 11 years ago
  78. 8fc3965 Initial pass-through ES1 support. Regal::Emu::So optimizations. by Nigel Stewart · 11 years ago
  79. 081b6fc Use standard Python convention for the entrypoint. by anatoly techtonik · 11 years ago
  80. caf381f Resolve gcc compiler warnings by Nigel Stewart · 11 years ago
  81. aff6c0b Invalidate the Fixed Function State on glPopMatrix by Lloyd Pique · 11 years ago
  82. 9f92aa9 Restructure scripts directory - scripts/api for database and Api code by Nigel Stewart · 11 years ago
  83. 77651c2 Optional pointer logging for wgl API. by Nigel Stewart · 11 years ago
  84. cd3a734 Merge branch 'fix_ppca_fixed_vertex_array_buffer' of https://github.com/adhoc-bobcat/regal by Nigel Stewart · 11 years ago
  85. aff4ce9 Add missing depthClamp transform state by Lloyd Pique · 11 years ago
  86. b773918 PPCA fixed attrib vertex array buffer bindings by Lloyd Pique · 11 years ago
  87. 0f64827 Add GL_NV_framebuffer_blit extension support. by Nigel Stewart · 11 years ago
  88. 49ded77 Regal::Emu::Ppca touch-ups by Nigel Stewart · 11 years ago
  89. 2c3443e Implement RegalPpca by Lloyd Pique · 11 years ago
  90. a939e58 Enable info/warning/error logging for release-mode builds. REGAL_LOG=0 to disable. by Nigel Stewart · 11 years ago
  91. 4e064f6 VC 10 project fixups for building regaltest by Nigel Stewart · 11 years ago
  92. ae54131 changed PPAPI build's output directory by Andy Chien · 11 years ago
  93. 2e5a1d9 Rename Regal::RegalPpa -> Regal::Emu:Ppa by Nigel Stewart · 11 years ago
  94. 42c0a3e Merge branch 'implement_ppa_transform_bit' of git://github.com/adhoc-bobcat/regal by Nigel Stewart · 11 years ago
  95. 7e6ab78 Prune back RegalDispatchGMock interface for better build turn-around time. by Nigel Stewart · 11 years ago
  96. c0c2052 Implement glPopAttrib(GL_TRANFORM_BIT) by Lloyd Pique · 11 years ago
  97. e665896 Bring in Google Mock by Lloyd Pique · 11 years ago
  98. 8509b07 update to latest regal by Andy Chien · 11 years ago
  99. 858f086 Merge branch 'master' of git://github.com/p3/regal.git by Andy Chien · 11 years ago
  100. fcbfc01 Resolve compiler warning for RegalFrame.cpp. by Nigel Stewart · 11 years ago