summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-01OpenVG 1.0 State TrackerZack Rusin50-0/+18857
2009-05-01egl_xlib: Pass RTLD_LAZY to dlopen.José Fonseca1-1/+3
2009-05-01Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick1-1/+2
2009-05-01st: when double buffered, only create front color buffer on demandBrian Paul2-8/+109
2009-05-01Merge branch 'const-buffer-changes'Brian Paul19-232/+505
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul4-2/+66
2009-05-01mesa: bump version to 7.6 (devel)Brian Paul1-3/+4
2009-05-01radeon: Don't even bother with things too big to fit into our card.Corbin Simpson1-1/+3
2009-05-01r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson4-20/+36
2009-05-01r300-gallium, radeon-winsys: Space accounting.Corbin Simpson7-9/+126
2009-05-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson3-47/+70
2009-05-01r300-gallium: Don't bother with conditional double define.Corbin Simpson1-7/+0
2009-05-01radeon: Fix cast and comment.Corbin Simpson1-2/+1
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden2-2/+2
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-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul2-0/+53
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