Age | Commit message (Expand) | Author |
2010-09-13 | nv50: fix indirect CONST access with large or negative offsets | Christoph Bumiller |
2010-09-13 | nv50: MOV TEMP[0], -CONST[0] must be float32 negation | Christoph Bumiller |
2010-09-13 | nv50: interp cannot write flags reg | Christoph Bumiller |
2010-09-13 | nv50: check for immediates when turning MUL ADD into MAD | Christoph Bumiller |
2010-09-13 | nv50: handle TGSI EXP and LOG again | Christoph Bumiller |
2010-09-12 | nv50: match TEMP limit with nv50 ir builder | Christoph Bumiller |
2010-09-12 | nv50: newlines in shader bincode printing | Christoph Bumiller |
2010-09-12 | nv50: cannot move from local mem to output reg directly | Christoph Bumiller |
2010-09-12 | nv50: fix size of outputs_written array | Xavier Chantry |
2010-09-12 | nv50: minor compiler fixes and cleanups | Christoph Bumiller |
2010-09-12 | nv50: reduce bb_reachable_by runtime from pot to linear | Christoph Bumiller |
2010-09-09 | nv50: fix can_load check for 3rd source | Christoph Bumiller |
2010-09-09 | nv50: address regs are 16 bit | Christoph Bumiller |
2010-09-09 | nv50: duplicate interps in load_proj_tex_coords | Christoph Bumiller |
2010-09-09 | nv50: create value references with the right type | Christoph Bumiller |
2010-09-09 | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller |
2010-09-09 | nv50: don't parse again in tgsi_2_nc | Christoph Bumiller |
2010-09-09 | nv50: prepare for having multiple functions | Christoph Bumiller |
2010-09-09 | nv50: save tgsi instructions | Christoph Bumiller |
2010-09-03 | nv50: load address register before using it, not after | Christoph Bumiller |
2010-09-02 | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller |
2010-09-02 | nv50: fix build-predicate function | Christoph Bumiller |
2010-09-02 | nv50: fix find_dom_frontier | Christoph Bumiller |
2010-09-02 | r600g: fix memory/bo leak | Jerome Glisse |
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-02 | r600g: fix thinko in shadow code. | Dave Airlie |
2010-09-02 | r600g: fix logicop, the 3d ROP is the 2D rop shifted twice. | Dave Airlie |
2010-09-02 | r600g: fix depth texture tests | Dave Airlie |
2010-09-01 | glsl: Apply implicit conversions to structure constructor parameters. | Kenneth Graunke |
2010-09-01 | glsl: Convert constant record constructor parameters to ir_constants. | Kenneth Graunke |
2010-09-01 | glsl: Reject structure constructors that have too many arguments. | Kenneth Graunke |
2010-09-01 | glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co... | Ian Romanick |
2010-09-01 | glsl2: Remove unused method glsl_type::generate_constructor | Ian Romanick |
2010-09-01 | glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type | Ian Romanick |
2010-09-01 | glsl2: Don't generate constructor functions for structures | Ian Romanick |
2010-09-01 | glsl2: Emit structure constructors inline | Ian Romanick |
2010-09-02 | r600g: add missing vertex fetch formats to the translation table. | Dave Airlie |
2010-09-01 | r600g: fix binding of same texture to several target slot | Jerome Glisse |
2010-09-01 | glsl: Fix write mask in matrix-from-matrix constructors. | Kenneth Graunke |
2010-09-01 | glsl: Add proper handling for constant matrix-from-matrix constructors. | Kenneth Graunke |
2010-09-01 | glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor. | Kenneth Graunke |
2010-09-01 | ast_function: Fix check for "too few components". | Kenneth Graunke |
2010-09-01 | ast_function: Remove bogus cases from generate_constructor_matrix. | Kenneth Graunke |
2010-09-02 | r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view | Dave Airlie |
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 |