summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* 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
* ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturateAbdiel Janulgue2014-08-311-1/+4
* mesa: Delete ctx->GeometryProgram.Cache.Kenneth Graunke2014-08-291-2/+0
* glsl: Use the without_array predicate in some more placesTimothy Arceri2014-08-191-2/+1
* mesa/program: add new derivative unops to the unexpected listIlia Mirkin2014-08-141-0/+4
* ra: move declarations before code to fix MSVC buildBrian Paul2014-08-141-2/+2
* ra: optimistically color only one node at a timeConnor Abbott2014-08-131-35/+22
* ra: don't consider nodes for spilling we don't need toConnor Abbott2014-08-131-40/+11
* ra: make the p, q test more efficientConnor Abbott2014-08-131-7/+26
* ra: cleanup the public APIConnor Abbott2014-08-132-10/+7
* mesa: Add a new function for getting the nonconst sampler array indexChris Forbes2014-08-122-0/+14
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-112-3/+3
* mesa: whitespace, 80-column wrapping in program.cBrian Paul2014-08-111-8/+11
* mesa: simplify/rename _mesa_init_program_struct()Brian Paul2014-08-111-34/+35
* mesa: Drop USE_IEEE define.Matt Turner2014-08-071-5/+0
* glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-041-1/+1
* mesa: Actually use the Mesa IR optimizer for ARB programs.Kenneth Graunke2014-08-041-0/+7
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1