cell: new spu_shuffle.h header
[mesa.git] / src / gallium / auxiliary /
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 José Fonsecautil: List new file in SConscript.
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José Fonsecadraw: Avoid integer overflow converting pointers on...
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-30 José Fonsecagallium: Initialize var before use.
2008-12-30 José Fonsecadraw: Do not specify types in bitfields.
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-30 José Fonsecartasm: Remove spurious semi-colons after function bodies.
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José Fonsecagallium: const correctness.
2008-12-20 José Fonsecagallium: Fix typo in define name.
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-19 Brian Paulgallium: begin adapting Ian's 3D mipmap gen code to...
2008-12-19 Brian Paulgallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHO...
2008-12-19 José Fonsecagallium: Simple and efficient cache.
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 José Fonsecagallium: Enable memory debugging on all windows platforms.
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian Paultgsi: use flr(), not trunc() for ARL
2008-12-16 Alan Hourihanegallium: fix some asserts
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Keith WhitwellMerge branch 'no-validate' into gallium-0.1
2008-12-12 Keith Whitwellgallium: avoid mapping same vertex buffer in subsequent...
2008-12-12 Keith WhitwellRevert "pipebuffer: Implement proper buffer validation."
2008-12-12 Keith WhitwellRevert "pipebuffer: Ondemand buffer manager."
2008-12-12 Keith WhitwellRevert "pipebuffer: Fix buffer overflow."
2008-12-12 Roland Scheideggergallium: fixes for srgb, new srgb formats
2008-12-11 Alan Hourihanegallium: catch vertex overflow higher up
2008-12-11 Michal Kroldraw: Silencium compiler warnings on Windows.
2008-12-11 Brian Paulgallium: added missing brace to fix broken build
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian Paulgallium: added draw_set_mrd() function to fix polygon...
2008-12-10 Alan Hourihanegallium: change 65535 to UNDEFINED_VERTEX_ID
2008-12-10 Keith Whitwellutil: new funcs for triming/validating primitives
2008-12-10 Keith Whitwelldraw: add const qualifiers
2008-12-10 Alan Hourihanegallium: more vertex count checks
2008-12-10 Alan Hourihanegallium: temporary check for > 65535 vertices
2008-12-09 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 José Fonsecagallium: Abort by default on windows user space.
2008-12-08 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-04 Briangallium: added draw_texture_samplers() to support textu...
2008-12-02 Briangallium: minor texture-related clean-ups, comments...
2008-11-28 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-26 Michal Kroltgsi: Reenable OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Fix build.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-26 Michal Kroltgsi: Implement OPCODE_SSG/SGN.
2008-11-26 Brian Paulgallium: disable TGSI_OPCODE_ARR case until emit_rnd...
2008-11-26 Brian PaulRevert "tgsi: Implement OPCODE_ROUND for SSE2 backend."
2008-11-26 Michal Kroltgsi: Implement OPCODE_SSG/SGN.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-25 Brian Paulgallium: added centroid/invarient fields to declarations
2008-11-25 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 José Fonsecapipebuffer: Fix buffer overflow.
2008-11-24 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-24 Brian Paultgsi: add tgsi_declaration fields for centroid sampling...
2008-11-24 Jakob Bornecrantzutil: Add generic tile and detile functions
2008-11-24 José Fonsecapipebuffer: Ondemand buffer manager.
2008-11-24 José Fonsecapipebuffer: Implement proper buffer validation.
2008-11-24 Briansoftpipe: remove old/unneeded dependencies between...
2008-11-21 Robert EllisonCELL: use variant-length fragment ops programs
2008-11-20 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-18 Michal Kroltgsi: Return 0.0 for negative constant register indices.
2008-11-18 Michal Kroltgsi: Keep address register as a floating point.
2008-11-17 José Fonsecagallium: Use costum log2 for all windows builds.
2008-11-17 José Fonsecagallium: State when there are no memory leaks detected.
2008-11-17 José Fonsecagallium: Make handle_table reentrant.
2008-11-17 José Fonsecagallium: State when there are no memory leaks detected.
2008-11-17 José Fonsecagallium: Make handle_table reentrant.
2008-11-16 Stephane Marchesingallivm: fix some small stuff.
2008-11-15 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-14 Brian Paulgallium: increase table size for fast log/pow functions
2008-11-14 Brian Paulutil: Use OpenGL rasterization rules in blits and mipma...
2008-11-14 Keith Whitwelltranslate: pull in prefetch and other optimizations...
2008-11-13 Robert EllisonCELL: fix stencil twiddling, stencil invert
2008-11-13 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-11-12 Michal Kroltgsi: More comments on source register indirect and...
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Brian Paulgallium: add missing prototypes
2008-11-12 Brian Paulcell: move semicolons to silence warnings w/ other...
2008-11-12 Brian Paulcell: fix typo in EMIT_ macro
2008-11-12 Michal Krolutil: Optimise log2().
next