gallivm: Pass condition masks as an unsigned bitmask.
[mesa.git] / src / mesa /
2010-09-05 Marek Olšákr300g,r300c: memset the compiler struct to zeros
2010-09-05 Tom Stellardr300/compiler: Remove stray break statement
2010-09-04 Marek Olšákr300/compiler: fix the instruction limit in vertex...
2010-09-04 Marek OlšákRevert "ir_to_mesa: Load all the STATE_VAR elements...
2010-09-04 Marek Olšákr300/compiler: indent printed instructions according...
2010-09-04 Marek Olšákr300/compiler: use limits from the compiler input inste...
2010-09-04 Marek Olšákr300/compiler: improve register allocation with indexab...
2010-09-04 Marek Olšákr300/compiler: fix handling of indexed temporaries...
2010-09-04 Marek Olšákr300/compiler: disable deadcode elimination for indexed...
2010-09-04 Marek Olšákr300/compiler: allocate at least FS inputs if register...
2010-09-04 Marek Olšákr300g: add a new debug option which disables compiler...
2010-09-04 Marek Olšákr300/compiler: compute the final number of temporaries...
2010-09-04 Marek Olšákr300/compiler: make optimizations not use 0.5 swizzles...
2010-09-04 Marek Olšákr300/compiler: use peephole and constant folding for...
2010-09-04 Marek Olšákr300/compiler: remove unused enum OPCODE_REPL_ALPHA
2010-09-04 Marek Olšákr300/compiler: refactor fragment shader compilation
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_constants
2010-09-04 Marek Olšákr300/compiler: refactor vertex shader compilation
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_pair_...
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_dataf...
2010-09-04 Marek Olšákr300/compiler: use null-terminated array of transformat...
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_alu_insts
2010-09-04 Marek Olšákr300/compiler: put emulate_loop_state in radeon_compiler
2010-09-04 Luca Barbierimesa/st: add missing _mesa_set_fetch_functions in st_ge...
2010-09-03 Brian Paulmesa: fix up a comment
2010-09-03 Ian Romanickir_to_mesa: Handle loops with loop controls set
2010-09-03 Alex Deucherr600c: add proper returns for some evergreen functions
2010-09-03 Alex Deucherr600c: emit DB_HTILE_DATA_BASE on evergreen
2010-09-02 Vinson Leemesa: Fix printf-like warning.
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Brian Paulst/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
2010-09-02 Brian Paulmesa: fix code generation for ir_unop_sqrt
2010-09-02 Brian Paulmesa: fix some printf warnings with casts
2010-09-02 Eric Anholtir_to_mesa: Load all the STATE_VAR elements of a builti...
2010-09-02 Eric Anholtir_to_mesa: Add a little helper for emitting link failu...
2010-09-02 Eric Anholtmesa: Fix many printf-like warnings.
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-09-01 Dave Airliemesa/st: remove check for buffer/elements = 0
2010-09-01 Brian Paulmesa: fix out of bounds memory read in mipmap gen code
2010-09-01 Brian Paulmesa: more prog_execute.c debug code
2010-09-01 Eric Anholti965: DP2 produces a scalar result like DP3, DP4, etc.
2010-09-01 Vladimir Vukicevicmesa: initialize dummy framebuffer and renderbuffer...
2010-09-01 Andre Maasikasr600: cube mipmap levels are aligned to 8 faces only...
2010-08-31 Eric Anholtir_to_mesa: When emitting a pixel kill, flag that we...
2010-08-31 Eric Anholtir_to_mesa: Sort the uniform list we're adding to Param...
2010-08-31 nobledir_to_mesa: Fix struct/class confusion
2010-08-31 Eric Anholtir_to_mesa: Set up our instruction nodes with zeroed...
2010-08-31 Marek Olšákir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRT
2010-08-31 Zhenyu Wangi965: fix depth test on sandybridge
2010-08-30 Jon TURNEYAdd talloc to osmesa library dependencies
2010-08-30 Kenneth GraunkeFix inverted version checks in check_extra.
2010-08-30 Eric Anholti965: Clear the cached constant buffer entry in the...
2010-08-30 Eric Anholti965: Align the number of payload regs to 2 again in...
2010-08-30 Cedric Vivieri965: Apply the rest of the old-libdrm guard patch.
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-30 José Fonsecamesa: Return after assertion failure.
2010-08-30 José Fonsecamesa: Fix _mesa_lookup_parameter_constant's return...
2010-08-30 Marek Olšákst/mesa: set the MaxVarying GLSL constant
2010-08-29 Richard Lievergreen : fix shader const allocation and instruction...
2010-08-29 Vinson Leeir_to_mesa: Initialize variable in ir_to_mesa_visitor...
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Eric Anholti965: Add disasm for gen5 sampler messages.
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-28 Vinson Leest/mesa: Include missing header in st_mesa_to_tgsi.c.
2010-08-27 Eric Anholti965: Set the pop count on BRK/CONT inside of an if...
2010-08-27 Eric Anholtdri: Get prototype for _mesa_destroy_compiler().
2010-08-27 Eric Anholti965: Don't strip negate/abs flags when assigning unifo...
2010-08-27 Eric Anholti965: Add missing handling for BRW_OPCODE_SEL.
2010-08-27 Eric Anholti965: Mask out higher bits of the result of BRW_CMP...
2010-08-27 Eric Anholti965: Fix the types of immediate integer values.
2010-08-27 Eric Anholti965: Add translation for RNDD and RNDZ.
2010-08-27 Eric Anholti965: Add support for ir_binop_mod using do_mod_to_fract.
2010-08-27 Brian Paulmesa: move null ptr check (fdo bug 29843)
2010-08-27 Nick Bowlermesa: Use the format info to identify packed depth...
2010-08-27 Brian Paulmesa: use atexit() handler to release GLSL compiler...
2010-08-27 Eric Anholti965: Fix swapped instructions in ir_unop_abs and ir_un...
2010-08-27 Eric Anholti965: Add generate() handling for AND, OR, XOR.
2010-08-27 Eric Anholti965: Add support for if instructions in the new FS...
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-27 Eric Anholti965: Fix the maximum grf counting in the new FS backend.
2010-08-27 Eric Anholti965: Validate the IR tree after doing our custom optim...
2010-08-27 Eric Anholti965: Add a bit of support for matrices to the new FS.
2010-08-27 Eric Anholti965: Fix destination writemasking in the new FS.
2010-08-27 Eric Anholti965: Fix swizzling in vector splitting for the new...
2010-08-27 Brian Paulmesa: free the fallback texture object in free_shared_s...
2010-08-27 Brian Paulmesa: fix double-underscore naming
2010-08-27 Kenneth GraunkeFix typo in function name "shading_laguage_version".
2010-08-27 Eric Anholti965: Add preliminary support for uniforms to the new...
2010-08-27 Eric Anholti965: Abort on gl_FragDepth in the new FS backend for...
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Hack in avoidance of c++ reserved keyword in...
2010-08-26 Eric Anholti965: Add GLSL IR-level source annotation and comments...
2010-08-26 Eric Anholti965: Use the implied move in brw_math() in the new FS.
2010-08-26 Eric Anholti965: Add support for in varyings to the new FS codegen.
2010-08-26 Eric Anholti965: Start building the codegen visitor.
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
next