| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: reduce memory footprint of uniform_storage struct | Timothy Arceri | 2015-10-05 | 1 | -4/+4 |
* | glsl: Add constuctors for the common cases of glsl_struct_field | Ian Romanick | 2015-08-03 | 2 | -19/+3 |
* | glsl/types: add new subroutine type (v3.2) | Dave Airlie | 2015-07-23 | 1 | -0/+3 |
* | glsl/tests: fix varying_test since tess changes. | Dave Airlie | 2015-07-23 | 1 | -1/+1 |
* | mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util | Emil Velikov | 2015-06-12 | 1 | -30/+0 |
* | mesa: reference built-in uniforms into gl_uniform_storage | Martin Peres | 2015-06-04 | 1 | -2/+2 |
* | glsl: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 2 | -6/+6 |
* | glsl/tests: add DOUBLE types | Ilia Mirkin | 2015-02-19 | 1 | -0/+9 |
* | glsl/tests: add IMAGE type. | Ilia Mirkin | 2015-02-17 | 1 | -0/+3 |
* | glsl: Add unit tests for blob.c | Carl Worth | 2015-01-16 | 2 | -0/+321 |
* | glsl: Use UniformBooleanTrue value for uniform initializers. | Matt Turner | 2014-08-18 | 4 | -20/+29 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 9 | -46/+5 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -20/+20 |
* | glsl/tests: remove generated tests from the repo | Connor Abbott | 2014-05-28 | 49 | -696/+2 |
* | glsl/tests: call create_test_cases.py in optimization-test | Connor Abbott | 2014-05-28 | 1 | -0/+8 |
* | glsl/tests/lower_jumps: fix generated sexpr's for loops | Connor Abbott | 2014-05-28 | 1 | -1/+1 |
* | glsl: be more consistent about printing constants | Connor Abbott | 2014-05-28 | 22 | -47/+39 |
* | linker: Fix consumer_inputs_with_locations indexing | Ian Romanick | 2014-05-07 | 1 | -6/+5 |
* | mesa: Add _mesa_error_no_memory for logging out-of-memory messages | Ian Romanick | 2014-05-02 | 1 | -0/+30 |
* | linker: Modify cross_validate_outputs_to_inputs to match using explicit locat... | Ian Romanick | 2014-05-02 | 1 | -12/+23 |
* | linker: Refactor code that gets an input matching an output | Ian Romanick | 2014-05-02 | 1 | -0/+80 |
* | glsl: Exit when the shader IR contains an interface block instance | Ian Romanick | 2014-05-02 | 1 | -25/+46 |
* | glsl/tests: Add first simple tests of populate_consumer_input_sets | Ian Romanick | 2014-05-02 | 1 | -0/+246 |
* | glsl: Add helper methods to glsl_type for dealing with images. | Francisco Jerez | 2014-02-12 | 1 | -1/+1 |
* | glsl: Change _mesa_glsl_parse_state ctor to use gl_shader_stage enum. | Paul Berry | 2014-01-08 | 1 | -1/+1 |
* | mesa: Store gl_shader_stage enum in gl_shader objects. | Paul Berry | 2014-01-08 | 1 | -0/+1 |
* | mesa: Clean up nomenclature for pipeline stages. | Paul Berry | 2014-01-08 | 1 | -2/+2 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 2 | -86/+86 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 1 | -10/+10 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 1 | -1/+1 |
* | glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound. | Paul Berry | 2013-12-09 | 30 | -30/+30 |
* | glsl/loops: replace loop controls with a normative bound. | Paul Berry | 2013-12-09 | 30 | -30/+30 |
* | glsl: Use more portable bash invocation construct. | Vinson Lee | 2013-11-20 | 26 | -26/+26 |
* | glsl: Add new atomic_uint built-in GLSL type. | Francisco Jerez | 2013-10-29 | 1 | -0/+3 |
* | glsl: Simplify the interface to link_invalidate_variable_locations | Ian Romanick | 2013-10-22 | 1 | -18/+6 |
* | glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo... | Ian Romanick | 2013-10-22 | 1 | -0/+208 |
* | glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initiali... | Ian Romanick | 2013-10-22 | 1 | -0/+98 |
* | glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initiali... | Ian Romanick | 2013-10-22 | 1 | -0/+71 |
* | glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize... | Ian Romanick | 2013-10-22 | 1 | -0/+224 |
* | glsl: When constructing a variable with an interface type, set interface_type | Ian Romanick | 2013-10-22 | 2 | -0/+90 |
* | glsl/tests: Update .gitignore for new unit test. | Kenneth Graunke | 2013-09-16 | 1 | -0/+1 |
* | glsl/tests: Add a test for properties of sampler types. | Kenneth Graunke | 2013-09-15 | 1 | -0/+101 |
* | glsl: Add heuristics to print floating-point numbers better. | Matt Turner | 2013-08-29 | 14 | -31/+31 |
* | mesa: fix GLSL program objects with more than 16 samplers combined | Marek Olšák | 2013-05-28 | 1 | -2/+8 |
* | glsl: Add GLSL_TYPE_INTERFACE | Ian Romanick | 2013-01-25 | 1 | -0/+3 |
* | glsl/build: Build tests via the glsl Makefile | Matt Turner | 2013-01-22 | 2 | -37/+8 |
* | tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). | Johannes Obermayr | 2013-01-13 | 1 | -4/+5 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS | Matt Turner | 2012-10-25 | 1 | -4/+1 |
* | build: Use PTHREAD_LIBS and PTHREAD_CFLAGS | Matt Turner | 2012-10-01 | 1 | -3/+5 |