summaryrefslogtreecommitdiffstats
path: root/src/mesa/slang/slang_emit.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-201-2686/+0
|
* mesa: add comments and change Index2D to just Index2Zack Rusin2010-07-131-3/+3
|
* Revert "mesa: temporarily enable printing of Mesa's GPU instructions"Zack Rusin2010-07-101-1/+1
| | | | This reverts commit 7b8726a99da961fe0ace7c7ee567f82217715fe4.
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+7
| | | | first working version of arb_geometry_shader4
* mesa: initial support for emitting 2D registers from slangZack Rusin2010-07-091-0/+3
|
* mesa: temporarily enable printing of Mesa's GPU instructionsZack Rusin2010-07-091-1/+1
|
* glsl: fix 'if ((x=foo()) > 1.0)' bugBrian Paul2010-07-081-1/+5
| | | | | | | | | Fixes fd.o bug 27216. May also be the root cause of fd.o bug 28950. We weren't propogating the storage info for the x=foo() expression up through the IR tree to the inequality expression. NOTE: This is a candidate for the Mesa 7.8 branch.
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-2/+9
| | | | | | 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-101-4/+4
|
* mesa: move shader/slang/* sources to main/slang/*Brian Paul2010-06-101-0/+2666
Reduce the source tree depth a bit.