summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/library
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-2011-7395/+0
|
* glsl: fix atan(0, -1)Brian Paul2010-08-051-1/+1
| | | | | | Fixes fd.o bug 29388 NOTE: this is a candidate for the 7.8 branch.
* gs: inject const int gl_VerticesIn at link timeZack Rusin2010-07-081-1/+0
|
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-283-3/+72
| | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left.
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-102-15/+15
|
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-1010-0/+7327
Reduce the source tree depth a bit.