aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-11/+11
* st/mesa: remove struct qualifier from st_src_reg parameterBrian Paul2015-02-241-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* st/mesa: lower DFRACEXP/DLDEXP when they are not supportedIlia Mirkin2015-02-191-0/+3
* st/mesa: disable lowering of dops to dfrac when dround is availableIlia Mirkin2015-02-191-7/+6
* st/mesa: add support for new double opcodesIlia Mirkin2015-02-191-1/+5
* st/mesa: add st fp64 support (v7.1)Dave Airlie2015-02-201-125/+454
* mesa/st_tgsi_to_glsl: prepare add_constant for fp64Dave Airlie2015-02-201-20/+21
* st/glsl_to_tgsi: convert dst to an arrayDave Airlie2015-02-201-65/+65
* st/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch casesBrian Paul2015-02-191-0/+12
* st/glsl_to_tgsi: fix whitespaceDave Airlie2015-02-171-202/+178
* st/mesa: mark constant array of swizzles as static constNils Wallménius2015-02-041-1/+1
* glsl: Improve precision of mod(x,y)Iago Toral Quiroga2015-02-031-1/+1
* mesa: Add assert to check number of vector elementsJan Vesely2015-01-211-0/+1
* st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colorsMarek Olšák2015-01-191-2/+2
* state_tracker: Fix assertion failures in conditional block movs.Eric Anholt2015-01-101-31/+26
* glsl_to_tgsi: fix a bug in copy propagationMarek Olšák2015-01-031-1/+2
* st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cppBrian Paul2014-12-161-4/+2
* st/mesa: use vertex id lowering according to pipe cap bit.Roland Scheidegger2014-12-161-2/+6
* st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupportedAbdiel Janulgue2014-12-081-4/+1
* mesa/st: don't use CMP / I2F for conditional assignments with native integersRoland Scheidegger2014-12-061-17/+45
* st/mesa: copy sampler_array_size field when copying instructionsBrian Paul2014-11-171-1/+6
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-161-4/+8
* glsl_to_tgsi: Remove st_new_shaderIan Romanick2014-10-241-16/+0
* glsl_to_tgsi: Remove st_new_shader_programIan Romanick2014-10-241-12/+0
* glsl_to_tgsi: use _mesa_copy_linked_program_dataMarek Olšák2014-10-211-4/+1
* glsl_to_tgsi: fix the value of gl_FrontFacing with native integersMarek Olšák2014-10-211-5/+9
* glsl: Make ir_variable::num_state_slots and ir_variable::state_slots privateIan Romanick2014-09-301-7/+7
* st/mesa: use UniformBooleanTrue in glsl_to_tgsiMarek Olšák2014-09-241-4/+1
* st_glsl_to_tgsi: init have_sqrt field.Dave Airlie2014-09-161-0/+1
* mesa: Add SYSTEM_VALUE_BASE_VERTEXIan Romanick2014-09-101-0/+1
* mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-101-0/+1
* state_tracker: Fix bug in conditional discards with native ints.Eric Anholt2014-09-041-2/+12
* glsl_to_tgsi: allocate and enlarge arrays for temporaries on demandMarek Olšák2014-09-011-18/+33
* ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturateAbdiel Janulgue2014-08-311-51/+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/+5
* mesa/st: add support for emitting fine derivative opcodesIlia Mirkin2014-08-141-1/+8
* mesa/st: add support for dynamic sampler offsetsIlia Mirkin2014-08-121-17/+42
* mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák2014-08-111-2/+2
* glsl_to_tgsi: Delete unused function set_uniform_initializerIan Romanick2014-08-071-72/+0
* mesa: Group gl_system_value values by the stage where they existIan Romanick2014-08-071-2/+10
* glsl_to_tgsi: Assert that the _mesa_sysval_to_semantic mapping is correctIan Romanick2014-08-071-0/+15
* mesa/st: Only one copy of mesa_sysval_to_semanticIan Romanick2014-08-071-2/+2
* glsl_to_tgsi: Constify mesa_sysval_to_semanticIan Romanick2014-08-071-1/+1
* glsl_to_tgsi: Fix typo shader_program -> shaderMichel Dänzer2014-08-051-2/+1
* glsl: Make it possible to ignore built-ins when matching signatures.Kenneth Graunke2014-08-041-1/+1
* mesa/st: Fix compiler warningsJan Vesely2014-08-041-5/+3
* mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integersIlia Mirkin2014-08-031-1/+1
* mesa/st: add support for dynamic ubo selectionIlia Mirkin2014-08-021-28/+34