summaryrefslogtreecommitdiff
path: root/cad/src/graphics/drawing/cylinder_shader.py
AgeCommit message (Expand)AuthorFilesLines
2009-03-06minor refactoring of gl_shaders and the #defines it prepends to GLSL sourcesBruce Smith1-7/+14
2009-03-06rename texture_xforms -> TEXTURE_XFORMSBruce Smith1-3/+3
2009-03-04Apply DEPTH_TWEAK in shaders while drawing highlighted.Russell D. Fish1-0/+4
2009-03-03Bug fix for nVidia 7000 cylinder vertex shader.Russell D. Fish1-9/+6
2009-03-02Force the shaders to work on Windows and nVidia 7000 series graphics chips.Russell D. Fish1-77/+208
2009-02-23Fix comment in shadersRussell D. Fish1-1/+1
2009-02-20Fix tapered cylinder bugs in the cylinder pixel shader.Russell D. Fish1-30/+45
2009-02-11Two bug fixes to the tapered cylinder case in the pixel shader.Russell D. Fish1-17/+28
2009-02-09Line length: Re-fill comments, and a little bit of code, that hit the margin ...Russell D. Fish1-68/+73
2009-02-09Cylinder shader halo drawing bug fixes and debugging code.Russell D. Fish1-242/+302
2009-02-05Minor comment and variable name changes.Russell D. Fish1-38/+39
2009-02-04Fix cylinder vertex shader drawing bugs.Russell D. Fish1-7/+17
2009-02-02Fix a cylinder vertex shader perspective billboard bug.Russell D. Fish1-4/+24
2009-01-31Fix a couple cylinder pixel shader bugs.Russell D. Fish1-11/+13
2009-01-29Checkpoint cylinder shaders. Still debugging.Russell D. Fish1-25/+32
2009-01-27Fix cylinder vertex shader bugsRussell D. Fish1-15/+27
2009-01-22Minor cylinder shader bug fixes and debugging codeRussell D. Fish1-9/+28
2009-01-21More plumbing to support testing the cylinder shaders.Russell D. Fish1-5/+5
2009-01-19Add GLCylinderBuffer to manage cylinder primitives.Russell D. Fish1-1/+1
2009-01-19Checkpoint initial cylinder shader GLSL code, add loading and prefs for testing.Russell D. Fish1-194/+871
2009-01-09Add a detail to the cylinder shader description.Russell D. Fish1-30/+54
2009-01-07Put the GLSL shader source in separate files.Russell D. Fish1-0/+325