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