Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-08-02 | linker: Make linker_{error,warning} generally available | Ian Romanick | 1 | -0/+8 |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 1 | -1/+1 |
2010-08-24 | glsl: Include main/core.h. | Chia-I Wu | 1 | -7/+1 |
2010-08-18 | mesa: Free old linked shaders when relinking new shaders. | Eric Anholt | 1 | -1/+1 |
2010-07-26 | Merge remote branch 'origin/master' into glsl2 | Eric Anholt | 1 | -2/+2 |
2010-06-30 | glsl2: Use Mesa's gl_shader_program instead of our own struct glsl_program. | Eric Anholt | 1 | -33/+1 |
2010-06-30 | glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *. | Eric Anholt | 1 | -20/+2 |
2010-06-25 | glsl2: Start integrating ir_to_mesa.cpp into shader_api.h | Eric Anholt | 1 | -0/+4 |
2010-06-25 | glsl2: Use Mesa types instead of duping them into our program.h. | Eric Anholt | 1 | -78/+2 |
2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 1 | -0/+155 |