summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden
2009-04-30i915simple: remove duplicated i915_context.c in C_SOURCESBrian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-30gallium: Add SCons build support for the DRI state tracker.Michel Dänzer
2009-04-29egl: Don't install demodriverDan Nicholson
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2009-04-29tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell
2009-04-28util/indices: remove debug printsKeith Whitwell
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell
2009-04-28wgl: Store current HDC/HGLRC in stw_context.José Fonseca
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul
2009-04-28gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom
2009-04-28gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom
2009-04-28gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz
2009-04-28gallium-intel: Fix build of dri driverJakob Bornecrantz
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-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