summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't cast the return value of malloc/reallocMatt Turner2014-12-082-8/+2
* ir_to_mesa: Remove sat to clamp lowering passAbdiel Janulgue2014-12-081-3/+1
* mesa: remove unused functions in prog_execute.cBrian Paul2014-12-011-74/+0
* mesa: Drop unused NV_fragment_program opcodes.Eric Anholt2014-11-244-177/+0
* mesa: Drop unused SFL/STR opcodes.Eric Anholt2014-11-243-16/+0
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-301-0/+1
* mesa: Silence unused parameter warning in _mesa_clear_shader_program_dataIan Romanick2014-10-241-1/+1
* st/mesa: Fix paths used in Android buildsTomasz Figa2014-10-031-0/+2
* util: Include in Android buildsTomasz Figa2014-10-031-0/+1
* glsl: Make ir_variable::num_state_slots and ir_variable::state_slots privateIan Romanick2014-09-301-7/+7
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-242-6/+4
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-232-733/+0
* mesa: add null checks in symbol_table.cJuha-Pekka Heikkila2014-09-231-0/+30
* mesa: fix prog_optimize.c assertions triggered by SWZ opcodeBrian Paul2014-09-181-5/+4
* ra: assert against unsigned underflow in q_totalConnor Abbott2014-09-121-0/+1
* ra: note a restriction in the interfence graph APIConnor Abbott2014-09-121-1/+4
* ir_to_mesa: Stop converting uniform booleans.Kenneth Graunke2014-09-091-6/+1
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-033-5/+5
* mesa/program_cache: calloc the correct size for the cache.Dave Airlie2014-09-021-1/+1
* ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturateAbdiel Janulgue2014-08-311-48/+0
* ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturateAbdiel Janulgue2014-08-311-0/+6