aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add image type to the GLSL IR.Francisco Jerez2014-02-121-0/+1
* st/mesa: add MESA_SHADER_COMPUTE case in shader_stage_to_ptarget()Brian Paul2014-02-051-0/+2
* mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program.Paul Berry2014-01-211-1/+1
* glsl: Use a new foreach_two_lists macro for walking two lists at once.Kenneth Graunke2014-01-131-14/+8
* glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.Kenneth Graunke2014-01-131-6/+6
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-41/+40
* mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.Paul Berry2014-01-091-20/+20
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* mesa: Remove _mesa_progshader_enum_to_string(), which is no longer used.Paul Berry2014-01-081-1/+1
* glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.Paul Berry2014-01-081-1/+1
* mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry2014-01-081-0/+1
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-6/+6
* Rename overloads of _mesa_glsl_shader_target_name().Paul Berry2013-12-301-1/+1
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-6/+7
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-9/+9
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-7/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-2/+4
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-091-42/+4
* st/mesa: simplify writemask for emitting fog resultBrian Paul2013-11-221-1/+1
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-211-0/+7
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-6/+1
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-6/+1
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+1
* st/mesa, glsl_to_tgsi: add support for geometry shadersBryan Cain2013-10-171-18/+83
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-071-0/+1
* glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+2
* st/mesa: silence warning about unhandled ir_query_levels in switchBrian Paul2013-10-071-0/+3
* st/mesa: silence warning about unhandled enum in switch statementBrian Paul2013-10-031-0/+3
* st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* mesa: Fix misplaced includes of "main/uniforms.h".Francisco Jerez2013-10-011-1/+1
* st/mesa: fix GLSL mix(.., .., bvecN)Marek Olšák2013-09-291-1/+8
* i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke2013-09-211-11/+1
* glsl: Add support for ldexp.Matt Turner2013-09-171-0/+1
* glsl: Add conditional-select IR.Matt Turner2013-09-091-0/+1
* glsl: Pass _mesa_glsl_parse_state into matching_signature and such.Kenneth Graunke2013-09-091-1/+1
* glsl: Add support for new fma built-in in ARB_gpu_shader5.Matt Turner2013-08-271-0/+1
* st/mesa: use new float comparison opcodes if native integers are supportedRoland Scheidegger2013-08-151-34/+26
* glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain2013-08-011-0/+14
* glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.Paul Berry2013-08-011-1/+1
* st/mesa: fix opcode translation for ARB_shader_bit_encoding functionsMarek Olšák2013-07-301-0/+7
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-3/+3
* tgsi: fix-up KILP commentsBrian Paul2013-07-121-0/+1
* mesa: renumber shader indices according to their placement in pipelineMarek Olšák2013-07-021-7/+3
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-5/+2
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-3/+2
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-06-121-1/+1
* st/mesa: add switch cases for new IR enums to silence warningsBrian Paul2013-05-241-0/+2
* st/mesa: fix weird UCMP opcode use for bool ubo loadRoland Scheidegger2013-05-181-4/+2
* glsl: Add lowering pass for ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke2013-05-121-1/+1