summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* mesa/cs: Update program.c for compute shaders.Paul Berry2015-05-021-0/+3
* mesa/cs: Add inline functions for dealing with compute shaders.Paul Berry2015-05-021-0/+22
* Fix a few typosZoë Blade2015-04-272-3/+3
* android: export the path of the generated headersChih-Wei Huang2015-04-221-0/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-2/+1
* android: fix a building error of libmesa_programChih-Wei Huang2015-04-221-0/+1
* android: build the Mesa IR -> NIR translatorEmil Velikov2015-04-221-1/+2
* android: add gallium dirs to more places in the treeEmil Velikov2015-04-221-1/+3
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-1/+0
* nir: Fix per-component negation in prog_to_nir's SWZ handling.Kenneth Graunke2015-04-211-7/+18
* mesa/program: remove dead codeMarek Olšák2015-04-162-81/+0
* i965: Create NIR during LinkShader() and ProgramStringNotify().Kenneth Graunke2015-04-111-0/+5
* nir: Constify prog_to_nir's gl_program pointer.Kenneth Graunke2015-04-102-3/+3
* nir: Allocate dereferences out of their parent instruction or deref.Kenneth Graunke2015-04-071-5/+4
* program: Remove unused emit_scs().Matt Turner2015-04-061-98/+0
* glsl: Remove never used sin_reduced/cos_reduced.Matt Turner2015-04-061-6/+0
* nir: Use _mesa_flsll(InputsRead) in prog->nir.Kenneth Graunke2015-04-011-2/+2
* nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).Kenneth Graunke2015-04-011-4/+4
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* nir: Implement a Mesa IR -> NIR translator.Kenneth Graunke2015-03-273-0/+1136
* mesa: reorder prog_instructionDave Airlie2015-03-211-3/+3
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-114-6/+6
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-024-12/+12
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+0
* mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.cBrian Paul2015-02-281-0/+3
* mesa: trim down #includes in compiler.hBrian Paul2015-02-261-1/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+2
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-241-1/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-15/+15
* mesa: replace FLOORF with floorfBrian Paul2015-02-241-9/+9
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-2/+3
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-2310-77/+77
* glsl/ir: Add builtin function support for doublesDave Airlie2015-02-191-0/+11
* mesa: add double uniform support. (v5)Dave Airlie2015-02-191-2/+24
* Revert use of Mesa IR optimizer for ARB_fragment_programsCarl Worth2015-02-121-3/+0
* program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program.Matt Turner2015-02-112-97/+0
* glsl: Improve precision of mod(x,y)Iago Toral Quiroga2015-02-031-2/+2
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* mesa: Build with subdir-objects.Matt Turner2015-01-231-2/+0
* mesa: Add assert to check number of vector elementsJan Vesely2015-01-211-0/+1
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-213-5/+5
* mesa: remove comparisons that are always trueJan Vesely2015-01-212-3/+0
* mesa: Add iterate method for string_to_uint_mapTapani Pälli2015-01-161-0/+34
* program: remove extern "C" usage in sampler.cppBrian Paul2014-12-161-5/+4
* program: remove extern "C" around #includesBrian Paul2014-12-161-4/+3
* program: add #ifndef SAMPLER_H wrapperBrian Paul2014-12-161-0/+7
* mesa: put extern "C" in src/mesa/program/*h header filesBrian Paul2014-12-164-0/+43
* ir_to_mesa: remove unused 'target' variableBrian Paul2014-12-121-1/+0
* program: Delete dead _mesa_realloc_instructions.Matt Turner2014-12-082-21/+0