Age | Commit message (Expand) | Author |
2010-11-12 | nv50: fill out CAPs for indirect addressing | Marek Olšák |
2010-11-02 | st/mesa: unbind constant buffer when not in use | Keith Whitwell |
2010-10-15 | nv50: apply layout_mask to tile_flags | Xavier Chantry |
2010-10-05 | nv50: fix always true conditional in shader optimization | Nicolas Kaiser |
2010-09-28 | nv50: fix GP state bind and validate | Christoph Bumiller |
2010-09-25 | nv50: fix/handle a few more PIPE_CAPs | Christoph Bumiller |
2010-09-25 | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller |
2010-09-25 | nv50: use formats table in nv50_surface.c | Christoph Bumiller |
2010-09-18 | nv50: Remove dead initialization. | Vinson Lee |
2010-09-18 | nv50: Remove dead initialization. | Vinson Lee |
2010-09-18 | nv50: Silence missing initializer warning. | Vinson Lee |
2010-09-18 | nv50: fix typo in fifo packet length limit | Christoph Bumiller |
2010-09-18 | nv50: emit constbuf relocs before uploading constants | Christoph Bumiller |
2010-09-18 | nv50: add relocs for stack and local mem buffers | Christoph Bumiller |
2010-09-16 | nv50: get shader fixups/relocations into working state | Christoph Bumiller |
2010-09-16 | nv50: don't segfault on shaders with 0 instructions | Christoph Bumiller |
2010-09-15 | nv50: Fix 'control reaches end of non-void function' warning. | Vinson Lee |
2010-09-15 | nv50: Silence uninitialized variable warnings. | Vinson Lee |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee |
2010-09-15 | nv50: Remove unnecessary headers. | Vinson Lee |
2010-09-15 | nv50: Update files in SConscript to match Makefile. | Vinson Lee |
2010-09-15 | nv50: use unsigned int for bitfields to silence warnings | Brian Paul |
2010-09-15 | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller |
2010-09-15 | nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT | Christoph Bumiller |
2010-09-15 | nv50: improve and fix modifier folding optimization | Christoph Bumiller |
2010-09-15 | nv50: consider address register in reload elimination | Christoph Bumiller |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-09-13 | nv50: fix TXP depth comparison value | Christoph Bumiller |
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-05 | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h | Luca Barbieri |