summaryrefslogtreecommitdiff
path: root/src/glsl/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-13automake: convert libmesa and libmesagalliumJon TURNEY1-1/+1
2012-07-13automake: convert libglslJon TURNEY1-1/+1
2012-06-20glx/tests: Fix signed/unsigned comparison warnings.Paul Berry1-1/+1
2012-06-04Fix .gitignore for ralloc-testPaul Berry1-1/+1
2012-05-30glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.Kenneth Graunke2-2/+6
2012-05-30ralloc: Add some basic unit tests.Kenneth Graunke3-0/+44
2012-05-23glsl/tests: Add .gitignore for uniform initialization unit test.Paul Berry1-0/+1
2012-05-23glsl/tests: Add test for uniform initialization by the linkerIan Romanick5-1/+1186
2012-04-19glsl: Convert the tests directory to automake.Eric Anholt2-0/+3
2011-07-22glsl: Add unit tests for lower_jumps.cppPaul Berry53-0/+1538
2011-03-02glsl: Remove 'tests' subfolder.Kenneth Graunke70-631/+0
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt70-0/+631