Age | Commit message (Expand) | Author |
2009-03-17 | r300-gallium: r500-fs: Properly set up TEX/OUT. | Corbin Simpson |
2009-03-17 | r300-gallium: r500-fs: Texture insts, ABS, moar comments. | Corbin Simpson |
2009-03-17 | r300-gallium: Clean up some code, un-special-case scalar ops. | Corbin Simpson |
2009-03-17 | r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB. | Corbin Simpson |
2009-03-17 | r300-gallium: Fix relocation for textures. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Add ABS. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Clamp only when saturation flags are set. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff. | Corbin Simpson |
2009-03-16 | r300-gallium: Cleanup a few things. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: MUL. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Stub out the simple scalar ops. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Add DPH. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Add dot products. | Corbin Simpson |
2009-03-16 | r300-gallium: r500-fs: Actually handle consts and imms correctly. | Corbin Simpson |
2009-03-16 | r300-gallium: Emit constants as floats, not uints. | Corbin Simpson |
2009-03-15 | r300-gallium: Fix vertex memory offsets. | Corbin Simpson |
2009-03-15 | r300-gallium: r500-fs: Setup immediates. | Corbin Simpson |
2009-03-15 | r300-gallium: Actually set stride when creating textures. | Corbin Simpson |
2009-03-15 | r300-gallium: r500-fs: Add writemasks and some flexibility for MOV/SWZ. | Corbin Simpson |
2009-03-15 | r300-gallium: Always rasterize at least one color. | Corbin Simpson |
2009-03-15 | r300-gallium: Fix spacing. | Corbin Simpson |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz |
2009-03-11 | r300-gallium: Don't flush textures more than necessary. | Corbin Simpson |
2009-03-11 | r300-gallium: Fix texture filters. | Corbin Simpson |
2009-03-11 | r300-gallium: r500-fs: More texture fixes. | Corbin Simpson |
2009-03-11 | r300-gallium: r500-fs: Add shader dumper and more tex work. | Corbin Simpson |
2009-03-11 | r300-gallium: Fix CS count for texture emit. | Corbin Simpson |
2009-03-11 | r300-gallium: r500-fs: Add SWZ. | Corbin Simpson |
2009-03-11 | r300-gallium: Fix CS count in fb state emit. | Corbin Simpson |
2009-03-11 | r300-gallium: Start swizzles. | Corbin Simpson |
2009-03-11 | r300-gallium: Begin R500 fragment shader assembler. | Corbin Simpson |
2009-03-10 | r300-gallium: Initial, broken, query setup. | Corbin Simpson |
2009-03-10 | r300-gallium: Unbreak fallback in surface_fill. | Corbin Simpson |
2009-03-10 | r300-gallium: Fix a handful of compiler warnings. | Corbin Simpson |
2009-03-10 | r300-gallium: First stab at texture support. | Corbin Simpson |
2009-03-10 | r300-gallium: Moar fixes in the register file. | Corbin Simpson |
2009-03-08 | r300-gallium: Unbreak trivial/point. | Corbin Simpson |
2009-03-07 | r300-gallium: Correct vertex format setup, cleanup regs and debugging. | Corbin Simpson |
2009-03-07 | r300-gallium: Clean up RS. | Corbin Simpson |
2009-03-07 | r300-gallium: Move a few registers. | Corbin Simpson |
2009-03-07 | r300-gallium: Typo in assert. | Corbin Simpson |
2009-03-07 | r300-gallium: Emit vertex size. | Corbin Simpson |
2009-03-07 | r300-gallium: A bit more vertex format fixup. | Corbin Simpson |
2009-03-06 | r300-gallium: Fix masking on vertex formats. | Corbin Simpson |
2009-03-06 | r300-gallium: Remove unknown regs. | Corbin Simpson |
2009-03-06 | r300-gallium: Actually do framebuffer setup. | Corbin Simpson |
2009-03-06 | r300-gallium: Make sure registers are inside BEGIN/END CS. | Corbin Simpson |
2009-03-06 | r300-gallium: Separate out fog block. | Corbin Simpson |
2009-03-06 | r300-gallium: GA enhancements. | Corbin Simpson |
2009-03-06 | r300-gallium: Flat/smooth shading state. | Corbin Simpson |