summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-28gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom
2009-04-28radeon-r300: Fix a bit of breakage.Corbin Simpson
2009-04-28radeon: Use PCI_MATCH_ANY for xorg driver.Corbin Simpson
2009-04-28gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom
2009-04-28gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom
2009-04-28gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom
2009-04-28gallium: Add a dri1 apiThomas Hellstrom
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-04-27Avoid a segfault in shader compilationRobert Ellison
2009-04-27wgl: Cope with pre-existing threads.José Fonseca
2009-04-27wgl: Implement WGL_EXT_extensions_string extension.José Fonseca
2009-04-27util: Remove unix includes.José Fonseca
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27util/time: add util_time_sleep() for windows userspaceKeith Whitwell
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell
2009-04-27demos: Clean up allocated Textures and Display Lists when demo quitShuang He
2009-04-24util: Add debug_printf_onceMicah Dowty
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca
2009-04-27stw: Use a statically initiallized gl proc table.José Fonseca
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora
2009-04-26r300-gallium: Correctly flush Draw.Corbin Simpson
2009-04-26r300-gallium: Add a draw_flush() to r300_flush().Mathias Gottschlag
2009-04-25r300-gallium: Fix vertex shader OVM counting.Corbin Simpson
2009-04-25r300-gallium: Clean up FB state emit.Corbin Simpson
2009-04-25r300-gallium: Set framebuffer pitch on every framebuffer change.Mathias Gottschlag
2009-04-25gallium-intel: Fix warningJakob Bornecrantz
2009-04-25gallium-intel: Cache software switchJakob Bornecrantz
2009-04-25gallium-intel: Link dri2 driver with softpipeJakob Bornecrantz
2009-04-24GNU/Hurd fixesSamuel Thibault
2009-04-24intel: Fix more issues with the combined depth-stencil attachmentIan Romanick
2009-04-24intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick
2009-04-24tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul
2009-04-24intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick
2009-04-24DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul
2009-04-24demos: ensure display lists are destroyed for next generationAlan Hourihane
2009-04-24pipebuffer: don't fail when validating mapped buffersKeith Whitwell
2009-04-24shadowtex: fflush stdout for cygwinKeith Whitwell
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz
2009-04-24demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell
2009-04-24tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell
2009-04-24i965: fix point size issueRoland Scheidegger
2009-04-23mesa: more informative error messagesBrian Paul
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt