| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Silence unused parameter warnings | Ian Romanick | 2015-09-09 | 1 | -2/+1 |
* | glsl: expose build_program_resource_list function | Tapani Pälli | 2015-07-01 | 1 | -0/+4 |
* | mesa: Move the common _mesa_glsl_compile_shader() code to glsl/. | Eric Anholt | 2013-06-21 | 1 | -2/+14 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa/glsl: Separate parsing logic from _mesa_get_uniform_location. | Paul Berry | 2013-02-04 | 1 | -0/+4 |
* | linker: Make linker_{error,warning} generally available | Ian Romanick | 2011-08-02 | 1 | -0/+8 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | glsl: Include main/core.h. | Chia-I Wu | 2010-08-24 | 1 | -7/+1 |
* | mesa: Free old linked shaders when relinking new shaders. | Eric Anholt | 2010-08-18 | 1 | -1/+1 |
* | Merge remote branch 'origin/master' into glsl2 | Eric Anholt | 2010-07-26 | 1 | -2/+2 |
* | glsl2: Use Mesa's gl_shader_program instead of our own struct glsl_program. | Eric Anholt | 2010-06-30 | 1 | -33/+1 |
* | glsl2: Move our data from a glsl_shader* on the side to the main gl_shader *. | Eric Anholt | 2010-06-30 | 1 | -20/+2 |
* | glsl2: Start integrating ir_to_mesa.cpp into shader_api.h | Eric Anholt | 2010-06-25 | 1 | -0/+4 |
* | glsl2: Use Mesa types instead of duping them into our program.h. | Eric Anholt | 2010-06-25 | 1 | -78/+2 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+155 |