Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-24 | glsl: Include main/core.h. | Chia-I Wu | |
Make glsl include only main/core.h from core mesa. | |||
2010-08-18 | glsl: Fix leak-causing typo in destructor that made it another constructor. | Eric Anholt | |
2010-08-06 | glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass. | Eric Anholt | |
This lets us handle arrays much better than trying to work backwards from assembly. Fixes fbo-drawbuffers-maxtargets on swrast (i965 needs loop unrolling) |