Age | Commit message (Expand) | Author |
2009-04-28 | st: Add an st_get_current() function. | Thomas Hellstrom |
2009-04-28 | gallium-intel: Create a i965_dri.so symlink | Jakob Bornecrantz |
2009-04-28 | gallium-intel: Fix build of dri driver | Jakob Bornecrantz |
2009-04-28 | gallium dri st: Fix up some comments and minor bugs. | Thomas Hellstrom |
2009-04-28 | radeon-r300: Fix a bit of breakage. | Corbin Simpson |
2009-04-28 | radeon: Use PCI_MATCH_ANY for xorg driver. | Corbin Simpson |
2009-04-28 | gallium: Rename the dri state tracker lib to libdridrm.a | Thomas Hellstrom |
2009-04-28 | gallium: indent and cleanfile the dri state-tracker. | Thomas Hellstrom |
2009-04-28 | gallium: Update the dri2 state tracker to support dri1. | Thomas Hellstrom |
2009-04-28 | gallium: Add a dri1 api | Thomas Hellstrom |
2009-04-28 | gallium: Move the dri2 state tracker since we're about to extend it to dri1. | Thomas Hellstrom |
2009-04-28 | gallium: Update the drm_api. | Thomas Hellstrom |
2009-04-27 | Avoid a segfault in shader compilation | Robert Ellison |
2009-04-27 | wgl: Cope with pre-existing threads. | José Fonseca |
2009-04-27 | i965: #include prog_print.h to silence warning | Brian Paul |
2009-04-27 | i965: only upload constant buffer data when we actually need the const buffer | Brian Paul |
2009-04-27 | wgl: Implement WGL_EXT_extensions_string extension. | José Fonseca |
2009-04-27 | util: Remove unix includes. | José Fonseca |
2009-04-27 | i965: only upload constant buffer data when we actually need the const buffer | Brian Paul |
2009-04-27 | util/time: add util_time_sleep() for windows userspace | Keith Whitwell |
2009-04-27 | mesa/st: fix incorrect face, level in compress_with_blit | Keith Whitwell |
2009-04-27 | demos: Clean up allocated Textures and Display Lists when demo quit | Shuang He |
2009-04-24 | i965: rework GLSL/WM register allocation | Brian Paul |
2009-04-24 | mesa: refactor code and make _mesa_find_temp_intervals() public | Brian Paul |
2009-04-24 | util: Add debug_printf_once | Micah Dowty |
2009-04-27 | mesa: Call _mesa_snprintf instead of snprintf. | José Fonseca |
2009-04-27 | stw: Use a statically initiallized gl proc table. | José Fonseca |
2009-04-27 | r300: always emit output insts after all KIL insts | Maciej Cencora |
2009-04-26 | r300-gallium: Correctly flush Draw. | Corbin Simpson |
2009-04-26 | r300-gallium: Add a draw_flush() to r300_flush(). | Mathias Gottschlag |
2009-04-25 | r300-gallium: Fix vertex shader OVM counting. | Corbin Simpson |
2009-04-25 | r300-gallium: Clean up FB state emit. | Corbin Simpson |
2009-04-25 | r300-gallium: Set framebuffer pitch on every framebuffer change. | Mathias Gottschlag |
2009-04-25 | gallium-intel: Fix warning | Jakob Bornecrantz |
2009-04-25 | gallium-intel: Cache software switch | Jakob Bornecrantz |
2009-04-25 | gallium-intel: Link dri2 driver with softpipe | Jakob Bornecrantz |
2009-04-24 | GNU/Hurd fixes | Samuel Thibault |
2009-04-24 | intel: Fix more issues with the combined depth-stencil attachment | Ian Romanick |
2009-04-24 | intel: Initialize region ptr to prevent assertion in intel_region_reference | Ian Romanick |
2009-04-24 | tgis: SSE code generator doesn't yet support indirect addressing of temp regs | Brian Paul |
2009-04-24 | intel / DRI2: When available, use DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-24 | DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-24 | DRI2: Implement protocol for DRI2GetBuffersWithFormat | Ian Romanick |
2009-04-24 | mesa: fix up error/warning/debug output newlines | Brian Paul |
2009-04-24 | i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su... | Brian Paul |
2009-04-24 | demos: ensure display lists are destroyed for next generation | Alan Hourihane |
2009-04-24 | mesa: signal _NEW_PROGRAM_CONSTANTS instead of _NEW_PROGRAM | Brian Paul |
2009-04-24 | pipebuffer: don't fail when validating mapped buffers | Keith Whitwell |
2009-04-24 | shadowtex: fflush stdout for cygwin | Keith Whitwell |
2009-04-24 | util: Add more entry points for dumping to bmp | Jakob Bornecrantz |