summaryrefslogtreecommitdiffstats
path: root/src/glsl/tests
Commit message (Expand)AuthorAgeFilesLines
* glsl: reduce memory footprint of uniform_storage structTimothy Arceri2015-10-051-4/+4
* glsl: Add constuctors for the common cases of glsl_struct_fieldIan Romanick2015-08-032-19/+3
* glsl/types: add new subroutine type (v3.2)Dave Airlie2015-07-231-0/+3
* glsl/tests: fix varying_test since tess changes.Dave Airlie2015-07-231-1/+1
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-30/+0
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-041-2/+2
* glsl: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-022-6/+6
* glsl/tests: add DOUBLE typesIlia Mirkin2015-02-191-0/+9
* glsl/tests: add IMAGE type.Ilia Mirkin2015-02-171-0/+3
* glsl: Add unit tests for blob.cCarl Worth2015-01-162-0/+321
* glsl: Use UniformBooleanTrue value for uniform initializers.Matt Turner2014-08-184-20/+29
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-049-46/+5
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-20/+20
* glsl/tests: remove generated tests from the repoConnor Abbott2014-05-2849-696/+2
* glsl/tests: call create_test_cases.py in optimization-testConnor Abbott2014-05-281-0/+8
* glsl/tests/lower_jumps: fix generated sexpr's for loopsConnor Abbott2014-05-281-1/+1
* glsl: be more consistent about printing constantsConnor Abbott2014-05-2822-47/+39
* linker: Fix consumer_inputs_with_locations indexingIan Romanick2014-05-071-6/+5
* mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick2014-05-021-0/+30
* linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...Ian Romanick2014-05-021-12/+23
* linker: Refactor code that gets an input matching an outputIan Romanick2014-05-021-0/+80
* glsl: Exit when the shader IR contains an interface block instanceIan Romanick2014-05-021-25/+46
* glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick2014-05-021-0/+246
* glsl: Add helper methods to glsl_type for dealing with images.Francisco Jerez2014-02-121-1/+1
* glsl: Change _mesa_glsl_parse_state ctor to use gl_shader_stage enum.Paul Berry2014-01-081-1/+1
* mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry2014-01-081-0/+1
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-2/+2
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-122-86/+86
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-10/+10
* glsl: introduce data section to ir_variableTapani Pälli2013-12-121-1/+1
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-0930-30/+30
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-0930-30/+30
* glsl: Use more portable bash invocation construct.Vinson Lee2013-11-2026-26/+26
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+3
* glsl: Simplify the interface to link_invalidate_variable_locationsIan Romanick2013-10-221-18/+6
* glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...Ian Romanick2013-10-221-0/+208
* glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initiali...Ian Romanick2013-10-221-0/+98
* glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initiali...Ian Romanick2013-10-221-0/+71
* glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...Ian Romanick2013-10-221-0/+224
* glsl: When constructing a variable with an interface type, set interface_typeIan Romanick2013-10-222-0/+90
* glsl/tests: Update .gitignore for new unit test.Kenneth Graunke2013-09-161-0/+1
* glsl/tests: Add a test for properties of sampler types.Kenneth Graunke2013-09-151-0/+101
* glsl: Add heuristics to print floating-point numbers better.Matt Turner2013-08-2914-31/+31
* mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák2013-05-281-2/+8
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-251-0/+3
* glsl/build: Build tests via the glsl MakefileMatt Turner2013-01-222-37/+8
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-4/+5
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner2012-10-251-4/+1
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-3/+5