Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | stub for dset cache usage tracking; comments about refactoring it requires; r... | Bruce Smith | 3 | -26/+139 |
2009-03-14 | add GL_MAX_ values to Graphics Card Info | Bruce Smith | 1 | -1/+36 |
2009-03-14 | fix typo | Bruce Smith | 1 | -1/+1 |
2009-03-14 | move get_gl_info_string into its own file, graphics_card_info.py | Bruce Smith | 2 | -102/+117 |
2009-03-14 | docstring changes | Bruce Smith | 1 | -9/+15 |
2009-03-13 | clean up comments from that refactoring | Bruce Smith | 2 | -77/+6 |
2009-03-13 | factored access code from client into new methods of DrawingSetCache (messy-c... | Bruce Smith | 2 | -81/+233 |
2009-03-13 | split DrawingSetCache into its own file, add some doc | Bruce Smith | 2 | -20/+49 |
2009-03-13 | comment about how to make overlap indicators work with 'reuse cached drawings... | Bruce Smith | 1 | -1/+8 |
2009-03-13 | CSDL.add_drawing_func; fixes 'reuse dsets' re _f_drawchunk_realtime | Bruce Smith | 3 | -10/+85 |
2009-03-12 | generalize CSDL drawing API (but not yet construction API or implementation) ... | Bruce Smith | 3 | -39/+96 |
2009-03-12 | changing global display style invalidates 'reuse dsets' cache | Bruce Smith | 1 | -3/+12 |
2009-03-12 | CSDLs should not have a .glname since they're never a selobj | Bruce Smith | 1 | -5/+8 |
2009-03-12 | make glname_color alg. better tolerate accidental color match | Bruce Smith | 1 | -2/+22 |
2009-03-12 | fix non-understood bug in using ColorSorter for general highlightables | Bruce Smith | 2 | -3/+19 |
2009-03-11 | renamed/improved debug_pref to reuse cached DrawingSets; revised GM.Draw API | Bruce Smith | 3 | -29/+48 |
2009-03-11 | rename some methods for consistency | Bruce Smith | 3 | -22/+28 |
2009-03-11 | 'reuse dsets' no longer prevents non-model drawing | Bruce Smith | 2 | -10/+59 |
2009-03-11 | update comments | Bruce Smith | 1 | -12/+13 |
2009-03-11 | call the 4 Draw_* methods separately, never call Draw itself | Bruce Smith | 3 | -23/+19 |
2009-03-11 | split many Draw methods into their 4 new parts; not fully tested | Bruce Smith | 3 | -5/+15 |
2009-03-10 | typo | Bruce Smith | 1 | -1/+1 |
2009-03-10 | debug_pref to reuse DrawingSets when model/selection unchanged | Bruce Smith | 3 | -40/+184 |
2009-03-09 | turn off UNIFORM_XFORMS again; this time don't reference transform_id shader ... | Bruce Smith | 4 | -8/+69 |
2009-03-09 | Turn UNIFORM_XFORMS back on to avoid a traceback on Windows/nVidia-7000, whic... | Russell D. Fish | 1 | -1/+1 |
2009-03-09 | fix sphere drawLevel when shaders are desired but don't work | Bruce Smith | 2 | -7/+12 |
2009-03-07 | fix AssertionError caused by delegating GraphicsMode | Bruce Smith | 1 | -3/+3 |
2009-03-07 | fix bug in ThumbView introduced by rev 14924 | Bruce Smith | 2 | -1/+7 |
2009-03-07 | trivial optimizations | Bruce Smith | 1 | -4/+5 |
2009-03-07 | correct frustum culling for ExternalBondSet | Bruce Smith | 2 | -32/+5 |
2009-03-07 | optimization: recompute most havelist_data only once per paintGL call | Bruce Smith | 4 | -23/+57 |
2009-03-07 | fix bug when turning off incremental DrawingSets at runtime | Bruce Smith | 1 | -1/+1 |
2009-03-06 | Temporary fix for shader mouseover-picking on Windows, where the last byte of... | Russell D. Fish | 3 | -4/+9 |
2009-03-06 | turn off UNIFORM_XFORMS, since we're not using TransformControls | Bruce Smith | 1 | -6/+10 |
2009-03-06 | better error message for N_CONST_XFORMS becoming too small | Bruce Smith | 1 | -5/+9 |
2009-03-06 | recover more gracefully from GLSL/shader setup errors | Bruce Smith | 5 | -44/+92 |
2009-03-06 | debug_pref to simulate shader GLSL syntax error | Bruce Smith | 1 | -0/+9 |
2009-03-06 | minor refactoring of gl_shaders and the #defines it prepends to GLSL sources | Bruce Smith | 4 | -39/+91 |
2009-03-06 | rename texture_xforms -> TEXTURE_XFORMS | Bruce Smith | 4 | -17/+17 |
2009-03-05 | improve docstring of materialprefs_summary -- relation to apply_material | Bruce Smith | 1 | -9/+69 |
2009-03-05 | move patterned_drawing helpers into their own file | Bruce Smith | 4 | -178/+210 |
2009-03-05 | call configure_enabled_shaders only once per paintGL call | Bruce Smith | 1 | -8/+21 |
2009-03-05 | refactoring made shader prefs next session, so revise their menu text | Bruce Smith | 1 | -22/+22 |
2009-03-04 | remove the last import cycle related to drawing_globals | Bruce Smith | 4 | -9/+13 |
2009-03-04 | remove some import cycles and unused imports | Bruce Smith | 11 | -41/+74 |
2009-03-04 | giant refactoring/cleanup of GL globals and prefs, initial cut | Bruce Smith | 23 | -838/+1178 |
2009-03-04 | Apply DEPTH_TWEAK in shaders while drawing highlighted. | Russell D. Fish | 3 | -4/+14 |
2009-03-03 | partly refactor shader prefs; permit spheres off while cylinders on; call cyl... | Bruce Smith | 10 | -122/+197 |
2009-03-03 | enable cylinder shaders by default | Bruce Smith | 1 | -7/+21 |
2009-03-03 | refactor configShader arg has_debug to be a private shader class attr | Bruce Smith | 2 | -6/+16 |