Age | Commit message (Expand) | Author |
2009-03-12 | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol |
2009-03-12 | tgsi: Begin documenting NV_fragment_program2 instruction set operations. | Michal Krol |
2009-03-12 | tgsi: Begin documenting ARB_fragment_program instruction set operations. | Michal Krol |
2009-03-12 | tgsi: Document ARB_vertex_program instruction set operations. | Michal Krol |
2009-03-12 | tgsi: Begin documenting NV_vertex_program2 instruction set operations. | Michal Krol |
2009-03-12 | stw: fix uninitialized variable issue | Keith Whitwell |
2009-03-12 | util: fix debug_assert() to avoid unused variable warnings in release builds | Keith Whitwell |
2009-03-12 | trace: Wrap pipe_buffers | Jakob Bornecrantz |
2009-03-12 | trace: Add dump util functions for wrapped pointers | Jakob Bornecrantz |
2009-03-11 | trace: Move buffer functions from winsys to screen | Jakob Bornecrantz |
2009-03-11 | trace: Remove all whitespace at EOL | Jakob Bornecrantz |
2009-03-11 | trace: Fixup trace a bit | 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-11 | trace: Fixup trace a bit | Jakob Bornecrantz |
2009-03-11 | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol |
2009-03-11 | tgsi: Begin documenting NV_fragment_program instruction set operations. | Michal Krol |
2009-03-11 | tgsi: Implement RCC opcode. | Michal Krol |
2009-03-11 | tgsi: Document NV_vertex_program1_1 instruction set operations. | Michal Krol |
2009-03-10 | tgsi: Untabify. | Michal Krol |
2009-03-10 | tgsi: Implement CLAMP opcode. | Michal Krol |
2009-03-10 | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol |
2009-03-10 | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol |
2009-03-10 | tgsi: ARL is a vector instruction. | Michal Krol |
2009-03-10 | tgsi: Note that LOG and EXP are approximations. | Michal Krol |
2009-03-10 | tgsi: Document EXT_vertex_shader instruction set operations. | Michal Krol |
2009-03-10 | radeon-gallium: Unbreak non-RADEON_SOFTPIPE. | Corbin Simpson |
2009-03-10 | r300-gallium: Initial, broken, query setup. | Corbin Simpson |
2009-03-10 | radeon-gallium: Unbreak RADEON_SOFTPIPE. | 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-09 | scons: Also define USE_XSHM for the glx/xlib state tracker build. | Michel Dänzer |
2009-03-09 | Fix up another instance of _mesa_unreference_framebuffer(). | Michel Dänzer |
2009-03-09 | gallium: Fix p_refcnt.h for C++ compilers. | Michel Dänzer |
2009-03-09 | tgsi: Implement CND, CND0 opcodes. | Michal Krol |
2009-03-09 | tgsi: Remove redundant micro_ge() -- use micro_le(). | Michal Krol |
2009-03-09 | tgsi: Document ATI_fragment_shader instruction set operations. | Michal Krol |
2009-03-08 | r300-gallium: Unbreak trivial/point. | Corbin Simpson |
2009-03-08 | tgsi: Document NV_vertex_program instruction set operations. | Michal Krol |
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 |