[go: up one dir, main page]

  1. b366c41 fix to alphatorus when using the core profile on mac by Cass Everitt · 12 years ago cass
  2. f0d5155 tightened up prefix/impl rules s.t. prefix clauses can't have a return and impl must have at least one, though it can be conditional. If impl falls through without returning, the next proc in the chain is automatically called. by Cass Everitt · 12 years ago
  3. 5c9978f makefile clean-up by Cass Everitt · 12 years ago
  4. 776519a minor formatting fix by Cass Everitt · 12 years ago
  5. 5aa210d put GL/ES version guards in Regal.h for each entry point - enums next by Cass Everitt · 12 years ago
  6. 4b7c344 updated gl.py with deprecation info by Cass Everitt · 12 years ago
  7. 336d123 make dylib build by Cass Everitt · 12 years ago
  8. 457f5d6 working again with the ctx being threaded through all internal layers by Cass Everitt · 12 years ago
  9. 9f32991 checkpoint, still threading ctx through the internal calls by Cass Everitt · 12 years ago
  10. 589e0f7 more checkpoint by Cass Everitt · 12 years ago
  11. 8db432e checkpoint while adding ctx parameter to all internal regal gl funcs by Cass Everitt · 12 years ago
  12. b331ee5 checkpoint by Cass Everitt · 12 years ago
  13. cc3a659 move http callString code to the http dispatch, where it belongs by Cass Everitt · 12 years ago
  14. 0bcc8ff space junk working now with the new dispatch scheme, both with 2.1 and 3.2core by Cass Everitt · 12 years ago
  15. 466a082 another checkpoint, still not rendering correctly yet by Cass Everitt · 12 years ago
  16. 820fe0e checkpoint... not working correctly yet, but RegalDispatchEmu.cpp and .h is gone by Cass Everitt · 12 years ago
  17. 49e5061 emus all use orig now instead of emu.curr by Cass Everitt · 12 years ago
  18. 0399ec8 ppca converted to using orig by Cass Everitt · 12 years ago
  19. 12068c7 ppa procs by Cass Everitt · 12 years ago
  20. 9c5596f Switch ShaderInstance code to using a Proc table instead of a Dispatch::GL by Cass Everitt · 12 years ago
  21. 59d3b73 working through emu.curr to orig switch - need a proc table for the shader instancing code by Cass Everitt · 12 years ago
  22. 417f99e checkpoint switching emu layers to using the orig proc table instead of the full dispatch by Cass Everitt · 12 years ago
  23. f1b47f9 add orig members to each emu by Cass Everitt · 12 years ago
  24. 1e77c40 runs again with emuprocs, though not executing the emuprocs yet by Cass Everitt · 12 years ago
  25. 8014064 functions are there, but they don't have the formula contents in them yet by Cass Everitt · 12 years ago
  26. ac5ff62 compiles / runs on mac with the switch to EmuProcs by Cass Everitt · 12 years ago
  27. bd62e27 rename 'RegalOrig...' to 'RegalEmuProcs...' in prep for adding the interception procs too by Cass Everitt · 12 years ago
  28. 4ae75b2 rename 'RegalOrig...' to 'RegalEmuProcs...' in prep for adding the interception procs too by Cass Everitt · 12 years ago
  29. 811410e remove a bunch more stuff that I'm not using by Cass Everitt · 12 years ago
  30. 1cb5c3b remove a bunch of stuff unused after the reorg by Cass Everitt · 12 years ago
  31. 4030b37 fix an off-by-one problem with multi-line trimmed strings by Cass Everitt · 12 years ago
  32. a3ea919 print adjustments by Cass Everitt · 12 years ago
  33. 54c83ec regal web services working in windows by Cass Everitt · 12 years ago
  34. 4088d58 fix some print bugs by Cass Everitt · 12 years ago
  35. efdf097 print stuff still not working by Cass Everitt · 12 years ago
  36. bee2cde print_string now clamps to buffer size, so needed to handle http differently by Cass Everitt · 12 years ago
  37. b7dd0a5 make printing work on mac by Cass Everitt · 12 years ago
  38. 7ea792c finally got something on win32 that wasn't slow as christmas by Cass Everitt · 12 years ago
  39. b1e5474 print_array and print_trim working-ish without boost by Cass Everitt · 12 years ago
  40. f571b72 building and running, even when the boost directory is removed - on mac by Cass Everitt · 12 years ago
  41. 133c4b5 builds and runs on mac by Cass Everitt · 12 years ago
  42. 400a5e5 building again on mac with the switch by Cass Everitt · 12 years ago
  43. a5b4223 building and running on Windows with either boost or no boost by Cass Everitt · 12 years ago
  44. f6fc662 further boost extraction by Cass Everitt · 12 years ago
  45. f9f280a partial ostream support - checkpoint by Cass Everitt · 12 years ago
  46. 221a25e make it easy to exclude boost - make export fix by Cass Everitt · 12 years ago
  47. 3f11f53 Merge remote-tracking branch 'home/cass' into cass by Cass Everitt · 12 years ago
  48. cc77f8b make it easy to exclude boost by Cass Everitt · 12 years ago
  49. 250aa03 linux builds by Cass Everitt · 12 years ago
  50. 69dc600 man, the boost::print stuff is just horrifically slow on Win32 by Cass Everitt · 12 years ago
  51. 7aeca5b regal32.dll builds with HTTP=1 and EMULATION=0, for just testing Regal Web Services by Cass Everitt · 12 years ago
  52. bf3d6f7 regal32.dll builds, not verified by Cass Everitt · 12 years ago
  53. f4e5632 win32 checkpoint by Cass Everitt · 12 years ago
  54. 652bdfe win32 checkpoint by Cass Everitt · 12 years ago
  55. d5bc2ce win32 checkpoint by Cass Everitt · 12 years ago
  56. 3169498 win32 checkpoint by Cass Everitt · 12 years ago
  57. 1787992 partial update to Win32 build, not working yet by Cass Everitt · 12 years ago
  58. 04f9323 add glcpp files by Cass Everitt · 12 years ago
  59. c1f4e2b fix js typo by Cass Everitt · 12 years ago
  60. 5787cdd merged libRegal.dylib changes that Roger needed by Cass Everitt · 12 years ago
  61. 24fd471 generate structs for the originate tables by Cass Everitt · 12 years ago
  62. ad213ad building on mac via makefile works by Cass Everitt · 12 years ago
  63. 7d05c08 moving stuff around a bit more by Cass Everitt · 12 years ago
  64. 73f064d moving emu scripts to their own directory by Cass Everitt · 12 years ago
  65. 0744766 most everything I normally use seems to be working now by Cass Everitt · 12 years ago
  66. 195e8c0 logging works by Cass Everitt · 12 years ago
  67. e651bc3 hey, spacejunk is working with this change\! by Cass Everitt · 12 years ago
  68. f54f77b runs, but obviously not correctly yet... by Cass Everitt · 12 years ago
  69. a927d0b compiles now... need to test things in RegalContext::init as the context is being constructed by Cass Everitt · 12 years ago
  70. d040377 largest part of the ripup complete, need to start putting it back together now - all references to dispatchGL and dispatchGlobal are probably wrong by Cass Everitt · 12 years ago
  71. c3c0ebf checkpoint by Cass Everitt · 12 years ago
  72. 511908e misc additions to make libRegal.dylib work as a drop-in replacement for OpenGL on mac by Cass Everitt · 12 years ago
  73. 36edbef another checkpoint by Cass Everitt · 12 years ago
  74. 0e4b079 still in hack and slash mode by Cass Everitt · 12 years ago
  75. 050e1a6 checkpoint - hackery by Cass Everitt · 12 years ago
  76. 4687809 more hack and slash on the dispatch code by Cass Everitt · 12 years ago
  77. 7456192 ripping out dispatch.call() by Cass Everitt · 12 years ago
  78. 6711e94 added some files needed to make export by Cass Everitt · 12 years ago
  79. b724698 alphatorus example by Cass Everitt · 12 years ago
  80. dc86f5e web services, glsl-optimizer support by Cass Everitt · 12 years ago
  81. 8b083f6 minor mac project change by Cass Everitt · 12 years ago
  82. 9a7eade merged with github master by Cass Everitt · 12 years ago
  83. 5ab0a9b Squeeze the footprint of Loader and Missing dispatch for Regal-wrangler purposes, in particular. by Nigel Stewart · 12 years ago
  84. 18a69a3 misc by Cass Everitt · 12 years ago
  85. e6d0d94 Split ContextInfo into context and emulation information structs. by Nigel Stewart · 12 years ago
  86. 0cfa161 Merge branch 'vertex' of https://github.com/igor-c/regal by Nigel Stewart · 12 years ago
  87. 5d9e240 Merge branch 'mbishop-emscripten' of https://github.com/michaeljbishop/regal by Nigel Stewart · 12 years ago
  88. 8bb535a Merge snations branch to master by Nigel Stewart · 12 years ago
  89. 9f3a0cc Update missing symbol `eglGetProcAddressEMSCRIPTEN`. by Michael J. Bishop · 12 years ago
  90. 3ad6fd7 Revised version of commit b92e6bb26ae545a95e72c563b5112e4ffa9443dd by Nigel Stewart · 12 years ago
  91. 7d84da6 checkpoint switching over to sub-projects for linked libs by Cass Everitt · 12 years ago
  92. 410c0d5 Pass glVertexAttribNN() to the driver. by Igor Chernyshev · 12 years ago
  93. 4d94d46 another slight adjustment to iff Store hash/comparison layout and logic by Cass Everitt · 12 years ago
  94. a479b72 slight adjustment to iff Store hash/comparison layout and logic by Cass Everitt · 12 years ago
  95. 1651426 resolve misc issues for Space Junk mac build by Cass Everitt · 12 years ago
  96. 39a386c Revert "Consolidation of various GL context limits into RegalEmu.h and ContextInfo" by Nigel Stewart · 12 years ago
  97. 02506d2 Merge remote-tracking branch 'origin/master' into cass by Cass Everitt · 12 years ago
  98. b92e6bb Consolidation of various GL context limits into RegalEmu.h and ContextInfo by Nigel Stewart · 12 years ago
  99. 89ff20c Fixes for Android by Nigel Stewart · 12 years ago
  100. 5157da1 Emscripten now working for dreamtorus. by Nigel Stewart · 12 years ago