summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-04-30i915simple: remove duplicated i915_context.c in C_SOURCESBrian Paul1-1/+0
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-04-30gallium: Add SCons build support for the DRI state tracker.Michel Dänzer2-0/+24
2009-04-29egl: Don't install demodriverDan Nicholson1-2/+0
2009-04-29Use variable library name in pkg-config output.Tom Fogal10-10/+15
2009-04-29tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul1-0/+62
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul2-0/+53
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul1-2/+2
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell1-1/+1
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell1-0/+1
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell2-18/+1
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell15-1/+24
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell1-0/+8
2009-04-28util/indices: remove debug printsKeith Whitwell2-161/+0
2009-04-28mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell1-0/+10
2009-04-28wgl: Store current HDC/HGLRC in stw_context.José Fonseca3-25/+44
2009-04-28R300: add quadpipe overridesAlex Deucher1-4/+13
2009-04-28i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul1-3/+4
2009-04-28swrast: add missing break in clamp_rect_coord_linear()Brian Paul1-0/+1
2009-04-28gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom1-3/+8
2009-04-28gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom2-15/+10
2009-04-28st: Add an st_get_current() function.Thomas Hellstrom2-0/+8
2009-04-28gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz1-1/+3
2009-04-28gallium-intel: Fix build of dri driverJakob Bornecrantz1-0/+0
2009-04-28gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom2-8/+11
2009-04-28radeon-r300: Fix a bit of breakage.Corbin Simpson3-10/+9
2009-04-28radeon: Use PCI_MATCH_ANY for xorg driver.Corbin Simpson1-6/+3
2009-04-28gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom4-4/+4
2009-04-28gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom7-281/+221
2009-04-28gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom6-55/+507
2009-04-28gallium: Add a dri1 apiThomas Hellstrom1-0/+82
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom11-3/+3
2009-04-28gallium: Update the drm_api.Thomas Hellstrom11-45/+63
2009-04-27Avoid a segfault in shader compilationRobert Ellison1-0/+6
2009-04-27wgl: Cope with pre-existing threads.José Fonseca1-8/+31
2009-04-27wgl: Implement WGL_EXT_extensions_string extension.José Fonseca3-5/+20
2009-04-27util: Remove unix includes.José Fonseca1-4/+0
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul6-17/+17
2009-04-27util/time: add util_time_sleep() for windows userspaceKeith Whitwell1-0/+9
2009-04-27mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell1-2/+1
2009-04-24util: Add debug_printf_onceMicah Dowty1-0/+16
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca1-1/+1
2009-04-27stw: Use a statically initiallized gl proc table.José Fonseca1-356/+347
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora2-3/+46
2009-04-26r300-gallium: Correctly flush Draw.Corbin Simpson1-1/+5
2009-04-26r300-gallium: Add a draw_flush() to r300_flush().Mathias Gottschlag1-0/+2
2009-04-25r300-gallium: Fix vertex shader OVM counting.Corbin Simpson2-6/+44
2009-04-25r300-gallium: Clean up FB state emit.Corbin Simpson1-13/+13
2009-04-25r300-gallium: Set framebuffer pitch on every framebuffer change.Mathias Gottschlag1-1/+6
2009-04-25gallium-intel: Fix warningJakob Bornecrantz1-2/+0