Age | Commit message (Expand) | Author |
2008-12-12 | Revert "pipebuffer: Implement proper buffer validation." | Keith Whitwell |
2008-12-12 | Revert "pipebuffer: Ondemand buffer manager." | Keith Whitwell |
2008-12-12 | Revert "pipebuffer: Fix buffer overflow." | Keith Whitwell |
2008-12-12 | gallium: fixes for srgb, new srgb formats | Roland Scheidegger |
2008-12-11 | gallium: catch vertex overflow higher up | Alan Hourihane |
2008-12-11 | draw: Silencium compiler warnings on Windows. | Michal Krol |
2008-12-10 | gallium: added missing brace to fix broken build | Brian Paul |
2008-12-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-12-10 | gallium: added draw_set_mrd() function to fix polygon offset | Brian Paul |
2008-12-10 | gallium: change 65535 to UNDEFINED_VERTEX_ID | Alan Hourihane |
2008-12-10 | util: new funcs for triming/validating primitives | Keith Whitwell |
2008-12-10 | draw: add const qualifiers | Keith Whitwell |
2008-12-10 | gallium: more vertex count checks | Alan Hourihane |
2008-12-10 | gallium: temporary check for > 65535 vertices | Alan Hourihane |
2008-12-09 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane |
2008-12-09 | gallium: Abort by default on windows user space. | José Fonseca |
2008-12-04 | gallium: added draw_texture_samplers() to support texture fetches from vertex... | Brian |
2008-12-01 | gallium: minor texture-related clean-ups, comments, etc | Brian |
2008-11-26 | tgsi: Reenable OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Fix build. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol |
2008-11-26 | gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone. | Brian Paul |
2008-11-26 | Revert "tgsi: Implement OPCODE_ROUND for SSE2 backend." | Brian Paul |
2008-11-26 | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-25 | gallium: added centroid/invarient fields to declarations | Brian Paul |
2008-11-25 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane |
2008-11-25 | pipebuffer: Fix buffer overflow. | José Fonseca |
2008-11-24 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul |
2008-11-24 | util: Add generic tile and detile functions | Jakob Bornecrantz |
2008-11-24 | pipebuffer: Ondemand buffer manager. | José Fonseca |
2008-11-24 | pipebuffer: Implement proper buffer validation. | José Fonseca |
2008-11-23 | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian |
2008-11-21 | CELL: use variant-length fragment ops programs | Robert Ellison |
2008-11-19 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-18 | tgsi: Return 0.0 for negative constant register indices. | Michal Krol |
2008-11-18 | tgsi: Keep address register as a floating point. | Michal Krol |
2008-11-17 | gallium: Use costum log2 for all windows builds. | José Fonseca |
2008-11-17 | gallium: State when there are no memory leaks detected. | José Fonseca |
2008-11-17 | gallium: Make handle_table reentrant. | José Fonseca |
2008-11-17 | gallium: State when there are no memory leaks detected. | José Fonseca |
2008-11-17 | gallium: Make handle_table reentrant. | José Fonseca |
2008-11-16 | gallivm: fix some small stuff. | Stephane Marchesin |
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-14 | gallium: increase table size for fast log/pow functions | Brian Paul |
2008-11-14 | util: Use OpenGL rasterization rules in blits and mipmap generation. | Brian Paul |