summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2008-12-30draw: Do not specify types in bitfields.José Fonseca
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-30gallium: Don't redefine INLINE.José Fonseca
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca
2008-12-30gdi: Remove accidental keypresses.José Fonseca
2008-12-22Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-22gdi: Cleanup sconsfile.José Fonseca
2008-12-22softpipe: initialize refcount and winsysJerome Glisse
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-22gallium: const correctness.José Fonseca
2008-12-20gallium: Fix typo in define name.José Fonseca
2008-12-19gallium: begin adapting Ian's 3D mipmap gen code to gallium utility libBrian Paul
2008-12-19gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVBrian Paul
2008-12-19gallium: Simple and efficient cache.José Fonseca
2008-12-19cell: fix build breakageBrian Paul
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18softpipe: initialize refcount and winsysJerome Glisse
2008-12-18Gallium: fix for conform testRobert Ellison
2008-12-18softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-18Gallium: fix for conform testRobert Ellison
2008-12-18gallium: Enable memory debugging on all windows platforms.José Fonseca
2008-12-17gallium: fix memory corruption in u_gen_mipmap.cBrian Paul
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-12-17gallium: fix memory corruption in u_gen_mipmap.cBrian Paul
2008-12-17winsys: fix depth buffer size when using stencilBrian Paul
2008-12-17winsys: fix depth buffer size when using stencilBrian Paul
2008-12-16tgsi: use flr(), not trunc() for ARLBrian Paul
2008-12-16gallium: fix some assertsAlan Hourihane
2008-12-16nv40: apply ABS modifier to RSQ source in vpBen Skeggs
2008-12-16nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen
2008-12-12Merge branch 'no-validate' into gallium-0.1Keith Whitwell
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-12-12nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin
2008-12-12Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell
2008-12-12Revert "pipebuffer: Ondemand buffer manager."Keith Whitwell
2008-12-12Revert "pipebuffer: Fix buffer overflow."Keith Whitwell
2008-12-12gdi: Reimplement using the WGL statetracker.José Fonseca
2008-12-12gallium: fixes for srgb, new srgb formatsRoland Scheidegger
2008-12-11gallium: catch vertex overflow higher upAlan Hourihane
2008-12-11softpipe: Add missing header include.Michal Krol
2008-12-11draw: Silencium compiler warnings on Windows.Michal Krol
2008-12-10gallium: added missing brace to fix broken buildBrian Paul
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul