summaryrefslogtreecommitdiff
path: root/src/mesa/program
AgeCommit message (Expand)Author
2010-10-08mesa: Simplify a bit of _mesa_add_state_reference using memcmp.Eric Anholt
2010-09-29ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt
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-23mesa: Remove SGI_color_matrix.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-14mesa: Include missing header in program.h.Vinson Lee
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-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca 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-05mesa: don't smash the stack in _mesa_find_used_registersLuca Barbieri
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 printf-like warning.Vinson Lee
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-09-01mesa: more prog_execute.c debug codeBrian Paul
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-30mesa: Fix _mesa_lookup_parameter_constant's return value.José Fonseca
2010-08-29ir_to_mesa: Initialize variable in ir_to_mesa_visitor::visit.Vinson Lee
2010-08-26ir_to_mesa: Don't assume that an ir_dereference_array is of a variable.Eric Anholt
2010-08-25mesa: Remove now-unused _mesa_add_sampler().Eric Anholt
2010-08-25ir_to_mesa: Add support for samplers in structures.Eric Anholt
2010-08-25mesa: Remove now-unused _mesa_add_uniform.Eric Anholt
2010-08-25ir_to_mesa: Convert this code to using linker.cpp's uniform locations.Eric Anholt
2010-08-25mesa: Remove the "Used" flag in gl_program_parameter.Eric Anholt
2010-08-25ir_to_mesa: set IndirectRegisterFilesMarek Olšák
2010-08-24glsl: Set up uniform initializers by walking the shaders after linking.Eric Anholt
2010-08-24prog_execute: Implement OPCODE_TXLIan Romanick
2010-08-23mesa: Add new ir_unop_any() expression operation.Eric Anholt
2010-08-23ir_to_mesa: Implement f2b by comparing the arg to 0, not the result.Eric Anholt