| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | automake: convert libmesa and libmesagallium | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | automake: convert libglsl | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | glx/tests: Fix signed/unsigned comparison warnings. | Paul Berry | 2012-06-20 | 1 | -1/+1 |
* | Fix .gitignore for ralloc-test | Paul Berry | 2012-06-04 | 1 | -1/+1 |
* | glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test. | Kenneth Graunke | 2012-05-30 | 2 | -2/+6 |
* | ralloc: Add some basic unit tests. | Kenneth Graunke | 2012-05-30 | 3 | -0/+44 |
* | glsl/tests: Add .gitignore for uniform initialization unit test. | Paul Berry | 2012-05-23 | 1 | -0/+1 |
* | glsl/tests: Add test for uniform initialization by the linker | Ian Romanick | 2012-05-23 | 5 | -1/+1186 |
* | glsl: Convert the tests directory to automake. | Eric Anholt | 2012-04-19 | 2 | -0/+3 |
* | glsl: Add unit tests for lower_jumps.cpp | Paul Berry | 2011-07-22 | 53 | -0/+1538 |
* | glsl: Remove 'tests' subfolder. | Kenneth Graunke | 2011-03-02 | 70 | -631/+0 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 70 | -0/+631 |