summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add a convenience interface for register allocator conflicts setup.Eric Anholt2011-08-102-0/+23
* mesa: whitespace changesBrian Paul2011-08-081-5/+8
* ir_to_mesa: Replace open-coded swizzle_for_size()Eric Anholt2011-08-051-8/+1
* ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.Eric Anholt2011-08-051-4/+24
* prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.Eric Anholt2011-08-051-3/+5
* mesa: pass correct constant type to _mesa_fetch_state()Brian Paul2011-08-041-1/+1
* mesa: use gl_constant_value type in ARB program parserBrian Paul2011-08-042-29/+30
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-049-54/+101
|\
| * mesa, glsl_to_tgsi: add native support for integers in shadersBryan Cain2011-08-012-3/+30
| * mesa: support boolean and integer-based parameters in prog_parameterBryan Cain2011-08-019-49/+68
| * mesa: fix segfault when no Mesa IR is generatedBryan Cain2011-08-011-2/+3
* | ir_to_mesa: Emit warnings instead of errors for IR that can't be loweredIan Romanick2011-08-021-4/+24
* | ir_to_mesa: Use Add linker_error instead of fail_linkIan Romanick2011-08-021-31/+22
* | prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick2011-07-231-0/+9
* | ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick2011-07-231-1/+1
* | ir_to_mesa: Add each relative address to the previousIan Romanick2011-07-231-0/+12
* | prog_optimize: fix a warning that a variable may be uninitializedMarek Olšák2011-07-151-0/+3
* | mesa: split _mesa_reference_program() into hot/cold paths.Dave Airlie2011-07-142-7/+18
* | ir_to_mesa: typo fix in a comment.Eric Anholt2011-07-111-3/+3
* | ir_to_mesa: Allocate temporary instructions on the visitor's ralloc contextIan Romanick2011-07-061-16/+12
* | ir_to_mesa: "Support" u2f, i2u, and u2i operations by doing nothing.Kenneth Graunke2011-06-291-1/+3
|/
* mesa: set parameter list StateFlags field in _mesa_layout_parameters()Pierre-Eric Pelloux-Prayer2011-05-271-0/+1
* mesa: Include shader target in dumps of GLSL source.Eric Anholt2011-05-271-1/+2
* mesa: Don't append fog code for programs that don't output color.José Fonseca2011-05-111-0/+6
* ir_to_mesa: Emit TXD instruction.Kenneth Graunke2011-05-091-2/+11
* mesa: document instructions ir_to_mesa emitsMarek Olšák2011-05-091-14/+14
* mesa: replace ONE_DIV_LN2 constant with M_LOG2EMatt Turner2011-05-061-1/+1
* mesa,st/mesa: fix WPOS adjustmentChristoph Bumiller2011-05-032-3/+3
* ir_to_mesa: remove set-but-unused variablesMarek Olšák2011-05-011-3/+2
* ra: Add ra_set_node_reg()Tom Stellard2011-04-302-4/+25
* mesa: Add a bunch of documentation to the register allocator.Eric Anholt2011-04-291-3/+65
* prog_print: Add support for printing the TXD opcode.Kenneth Graunke2011-04-281-0/+7
* mesa: emit more info in program parser error messageBrian Paul2011-04-271-1/+5
* hash_table: Add an iterator for doing things like cleanup of the HT.Eric Anholt2011-04-262-0/+26
* mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.Eric Anholt2011-04-231-3/+8
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-214-26/+30
* prog_optimize: Add simplify CMP optimization passTom Stellard2011-04-161-0/+78
* prog_optimize: get_src_arg_mask() respect writemask for more opcodesTom Stellard2011-04-161-0/+11
* mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.Eric Anholt2011-04-131-0/+10
* mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2011-04-132-0/+30
* ir_to_mesa: silence signed/unsigned comparison warningsBrian Paul2011-04-111-2/+2
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-1/+1
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-2/+2
* ir_to_mesa: Use gl_register_file enum type rather than 'int'.Kenneth Graunke2011-04-051-5/+5
* ir_to_mesa: Unprefix ir_to_mesa_undef* and ir_to_mesa_address_reg.Kenneth Graunke2011-04-051-17/+13
* ir_to_mesa: Use emit overloads to avoid passing undef registers.Kenneth Graunke2011-04-051-4/+3
* ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.Kenneth Graunke2011-04-051-211/+147
* ir_to_mesa: Use constructors to convert between src_reg and dst_reg.Kenneth Graunke2011-04-051-51/+66
* ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.Kenneth Graunke2011-04-051-121/+121
* ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.Kenneth Graunke2011-04-051-104/+101