summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-02-01util: List new file in sconscript.José Fonseca
2009-02-01pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-30util: Define ffs for MinGW.José Fonseca
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-30pipebuffer: Consider 0 as no alignment needed.José Fonseca
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-29pipebuffer: Ondemand buffer manager.José Fonseca
2009-01-29pipebuffer: Implement proper buffer validation.José Fonseca
2009-01-28pipebuffer: More assertions.José Fonseca
2009-01-28pipebuffer: Fix alignment assertion.José Fonseca
2009-01-28pipebuffer: Export the pipe buffer winsys hooks.José Fonseca
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-27tgsi: silence some warningsKeith Whitwell
2009-01-27draw: silence some warningsKeith Whitwell
2009-01-27draw: queiten compiler warningsKeith Whitwell
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-19util: add reduced prim helperKeith Whitwell
2009-01-19tgsi: change an if to an else-if, added const qual, added commentsBrian Paul
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-17debug: add noprefix version of debug_dump_enumKeith Whitwell
2009-01-14gallium: Disable memory debugging for Windows OGL.José Fonseca
2009-01-12gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer
2009-01-12gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer
2009-01-12gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul
2009-01-10gallium: use tgsi_dump_instruction() instead of ppc_comment()Brian Paul
2009-01-10gallium: remove unused struct typeBrian Paul
2009-01-10gallium: fix register clobber bug in TGSI->PPC codegenBrian Paul
2009-01-10gallium: emit comments in TGSI->PPC codegenBrian Paul
2009-01-10gallium: code to dump/debug PPC code (disabled)Brian Paul
2009-01-10gallium: added comment/annotation support to PPC rtasmBrian Paul
2009-01-10gallium: s/false/FALSE/Brian Paul
2009-01-09draw: Add missing include.José Fonseca
2009-01-08draw: Predeclare struct.José Fonseca
2009-01-08Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2009-01-06gallium: added centroid/invarient fields to declarationsBrian Paul
2009-01-06tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul
2009-01-06gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2008-12-31util: List new file in SConscript.José Fonseca
2008-12-31draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca
2008-12-30gallium: Initialize var before use.José Fonseca
2008-12-30draw: Do not specify types in bitfields.José Fonseca
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca
2008-12-24gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4Brian Paul