summaryrefslogtreecommitdiff
path: root/src/glsl/tests
AgeCommit message (Expand)AuthorFilesLines
2015-10-05glsl: reduce memory footprint of uniform_storage structTimothy Arceri1-4/+4
2015-08-03glsl: Add constuctors for the common cases of glsl_struct_fieldIan Romanick2-19/+3
2015-07-23glsl/types: add new subroutine type (v3.2)Dave Airlie1-0/+3
2015-07-23glsl/tests: fix varying_test since tess changes.Dave Airlie1-1/+1
2015-06-12mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov1-30/+0
2015-06-04mesa: reference built-in uniforms into gl_uniform_storageMartin Peres1-2/+2
2015-03-02glsl: replace Elements() with ARRAY_SIZE()Brian Paul2-6/+6
2015-02-19glsl/tests: add DOUBLE typesIlia Mirkin1-0/+9
2015-02-17glsl/tests: add IMAGE type.Ilia Mirkin1-0/+3
2015-01-16glsl: Add unit tests for blob.cCarl Worth2-0/+321
2014-08-18glsl: Use UniformBooleanTrue value for uniform initializers.Matt Turner4-20/+29
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke9-46/+5
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-20/+20
2014-05-28glsl/tests: remove generated tests from the repoConnor Abbott49-696/+2
2014-05-28glsl/tests: call create_test_cases.py in optimization-testConnor Abbott1-0/+8
2014-05-28glsl/tests/lower_jumps: fix generated sexpr's for loopsConnor Abbott1-1/+1
2014-05-28glsl: be more consistent about printing constantsConnor Abbott22-47/+39
2014-05-07linker: Fix consumer_inputs_with_locations indexingIan Romanick1-6/+5
2014-05-02mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick1-0/+30
2014-05-02linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...Ian Romanick1-12/+23
2014-05-02linker: Refactor code that gets an input matching an outputIan Romanick1-0/+80
2014-05-02glsl: Exit when the shader IR contains an interface block instanceIan Romanick1-25/+46
2014-05-02glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick1-0/+246
2014-02-12glsl: Add helper methods to glsl_type for dealing with images.Francisco Jerez1-1/+1
2014-01-08glsl: Change _mesa_glsl_parse_state ctor to use gl_shader_stage enum.Paul Berry1-1/+1
2014-01-08mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry1-0/+1
2014-01-08mesa: Clean up nomenclature for pipeline stages.Paul Berry1-2/+2
2013-12-12glsl: move variables in to ir_variable::data, part IITapani Pälli2-86/+86
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-10/+10
2013-12-12glsl: introduce data section to ir_variableTapani Pälli1-1/+1
2013-12-09glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry30-30/+30
2013-12-09glsl/loops: replace loop controls with a normative bound.Paul Berry30-30/+30
2013-11-20glsl: Use more portable bash invocation construct.Vinson Lee26-26/+26
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-0/+3
2013-10-22glsl: Simplify the interface to link_invalidate_variable_locationsIan Romanick1-18/+6
2013-10-22glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...Ian Romanick1-0/+208
2013-10-22glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initiali...Ian Romanick1-0/+98
2013-10-22glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initiali...Ian Romanick1-0/+71
2013-10-22glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...Ian Romanick1-0/+224
2013-10-22glsl: When constructing a variable with an interface type, set interface_typeIan Romanick2-0/+90
2013-09-16glsl/tests: Update .gitignore for new unit test.Kenneth Graunke1-0/+1
2013-09-15glsl/tests: Add a test for properties of sampler types.Kenneth Graunke1-0/+101
2013-08-29glsl: Add heuristics to print floating-point numbers better.Matt Turner14-31/+31
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák1-2/+8
2013-01-25glsl: Add GLSL_TYPE_INTERFACEIan Romanick1-0/+3
2013-01-22glsl/build: Build tests via the glsl MakefileMatt Turner2-37/+8
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr1-4/+5
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-10-25src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner1-4/+1
2012-10-01build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner1-3/+5