summaryrefslogtreecommitdiff
path: root/src/mesa/program/ir_to_mesa.cpp
AgeCommit message (Expand)Author
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke
2010-12-01ir_to_mesa: Add support for conditional discards.Marek Olšák
2010-11-23glsl: start restoring some geometry shader codeBrian Paul
2010-11-23glsl: better handling of linker failuresBrian Paul
2010-11-23glsl: use gl_register_file in a few placesBrian Paul
2010-11-23glsl: fix off by one in register index assertionBrian Paul
2010-11-19ir_to_mesa: Detect and emit MOV_SATs for saturate constructs.Eric Anholt
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-11-19glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick
2010-11-18ir_to_mesa: Generate smarter code for some conditional movesIan Romanick
2010-11-17glsl: Remove the ir_binop_cross opcode.Kenneth Graunke
2010-11-09ir_to_mesa: Refactor code for emitting DP instructionsIan Romanick
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-14glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.Kenneth Graunke
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12glsl: Fix incorrect assertionIan Romanick
2010-10-12ir_to_mesa: assorted clean-ups, const qualifiers, new commentsBrian Paul
2010-09-28mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt
2010-09-28mesa: Pull ir_to_mesa's sampler number fetcher out to shared code.Eric Anholt
2010-09-22ir_to_mesa: Only compare vector_elements present for any_nequal/all_equalEric Anholt
2010-09-22glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt
2010-09-17ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-15glsl2: fix signed/unsigned comparison warningBrian Paul
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri
2010-09-13glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick
2010-09-09glsl2: Add ir_unop_noiseIan Romanick
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke
2010-09-07ir_to_mesa: Add support for gl_NormalScale.Eric Anholt
2010-09-07glsl: Make sure shader source isn't NULL.Kenneth Graunke
2010-09-07ir_to_mesa: Fix warning in last commit.Eric Anholt
2010-09-07ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2).Eric Anholt
2010-09-04Revert "ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a...Marek Olšák
2010-09-03ir_to_mesa: Handle loops with loop controls setIan Romanick
2010-09-02mesa: fix code generation for ir_unop_sqrtBrian Paul
2010-09-01ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp.Eric Anholt
2010-09-01ir_to_mesa: Add a little helper for emitting link failure messages.Eric Anholt
2010-08-31ir_to_mesa: When emitting a pixel kill, flag that we did so.Eric Anholt
2010-08-31ir_to_mesa: Sort the uniform list we're adding to Parameters[] order.Eric Anholt
2010-08-31ir_to_mesa: Fix struct/class confusionnobled
2010-08-31ir_to_mesa: Set up our instruction nodes with zeroed data.Eric Anholt
2010-08-31ir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRTMarek Olšák
2010-08-30mesa: Return after assertion failure.José Fonseca
2010-08-29ir_to_mesa: Initialize variable in ir_to_mesa_visitor::visit.Vinson Lee