Age | Commit message (Expand) | Author |
2010-09-04 | r300/compiler: indent printed instructions according to the branch depth | Marek Olšák |
2010-09-04 | r300/compiler: use limits from the compiler input instead of inline constants | Marek Olšák |
2010-09-04 | r300/compiler: improve register allocation with indexable temporaries for VS | Marek Olšák |
2010-09-04 | r300/compiler: fix handling of indexed temporaries in peephole | Marek Olšák |
2010-09-04 | r300/compiler: disable deadcode elimination for indexed dst operands | Marek Olšák |
2010-09-04 | r300/compiler: allocate at least FS inputs if register allocation is disabled | Marek Olšák |
2010-09-04 | r300g: add a new debug option which disables compiler optimizations | Marek Olšák |
2010-09-04 | r300/compiler: compute the final number of temporaries during translation | Marek Olšák |
2010-09-04 | r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders | Marek Olšák |
2010-09-04 | r300/compiler: use peephole and constant folding for vertex shaders too | Marek Olšák |
2010-09-04 | r300/compiler: remove unused enum OPCODE_REPL_ALPHA | Marek Olšák |
2010-09-04 | r300/compiler: refactor fragment shader compilation | Marek Olšák |
2010-09-04 | r300/compiler: add new compiler parameter max_constants | Marek Olšák |
2010-09-04 | r300/compiler: refactor vertex shader compilation | Marek Olšák |
2010-09-04 | r300/compiler: remove a redundant parameter in rc_pair_regalloc | Marek Olšák |
2010-09-04 | r300/compiler: remove a redundant parameter in rc_dataflow_deadcode | Marek Olšák |
2010-09-04 | r300/compiler: use null-terminated array of transformation functions | Marek Olšák |
2010-09-04 | r300/compiler: add new compiler parameter max_alu_insts | Marek Olšák |
2010-09-04 | r300/compiler: put emulate_loop_state in radeon_compiler | Marek Olšák |
2010-09-04 | mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_image | Luca Barbieri |
2010-09-03 | mesa: fix up a comment | Brian Paul |
2010-09-03 | ir_to_mesa: Handle loops with loop controls set | Ian Romanick |
2010-09-03 | r600c: add proper returns for some evergreen functions | Alex Deucher |
2010-09-03 | r600c: emit DB_HTILE_DATA_BASE on evergreen | Alex Deucher |
2010-09-02 | mesa: Fix printf-like warning. | Vinson Lee |
2010-09-02 | mesa: Fix printf-like warnings. | Vinson Lee |
2010-09-02 | st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING | Brian Paul |
2010-09-02 | mesa: fix code generation for ir_unop_sqrt | Brian Paul |
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul |
2010-09-01 | ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp. | Eric Anholt |
2010-09-01 | ir_to_mesa: Add a little helper for emitting link failure messages. | Eric Anholt |
2010-09-01 | mesa: Fix many printf-like warnings. | Eric Anholt |
2010-09-01 | mesa: Add __printf__ attribute to printf-like functions to get warnings. | Eric Anholt |
2010-09-02 | mesa/st: remove check for buffer/elements = 0 | Dave Airlie |
2010-09-01 | mesa: fix out of bounds memory read in mipmap gen code | Brian Paul |
2010-09-01 | mesa: more prog_execute.c debug code | Brian Paul |
2010-09-01 | i965: DP2 produces a scalar result like DP3, DP4, etc. | Eric Anholt |
2010-09-01 | mesa: initialize dummy framebuffer and renderbuffer mutexes | Vladimir Vukicevic |
2010-09-01 | r600: cube mipmap levels are aligned to 8 faces only starting from r7xx | Andre Maasikas |
2010-08-31 | ir_to_mesa: When emitting a pixel kill, flag that we did so. | Eric Anholt |
2010-08-31 | ir_to_mesa: Sort the uniform list we're adding to Parameters[] order. | Eric Anholt |
2010-08-31 | ir_to_mesa: Fix struct/class confusion | nobled |
2010-08-31 | ir_to_mesa: Set up our instruction nodes with zeroed data. | Eric Anholt |
2010-08-31 | ir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRT | Marek Olšák |
2010-08-31 | i965: fix depth test on sandybridge | Zhenyu Wang |
2010-08-30 | Add talloc to osmesa library dependencies | Jon TURNEY |
2010-08-30 | Fix inverted version checks in check_extra. | Kenneth Graunke |
2010-08-30 | i965: Clear the cached constant buffer entry in the VS at control flow. | Eric Anholt |
2010-08-30 | i965: Align the number of payload regs to 2 again in 16-wide mode. | Eric Anholt |
2010-08-30 | i965: Apply the rest of the old-libdrm guard patch. | Cedric Vivier |