summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Fix symbol list for mangled Mesa on Darwin.Tom Fogal1-59/+59
2009-05-01mesa: remove -devel suffix from versionBrian Paul1-1/+1
2009-05-01configs: bump MESA_MINOR to 5Brian Paul1-1/+1
2009-05-01docs: fix typoBrian Paul1-1/+1
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-30docs: asst. updates for 7.5 releaseBrian Paul3-7/+7
2009-04-30docs: bring in 7.4 doc updates from mesa_7_4_branchBrian Paul4-3/+117
2009-04-30docs: notes about new version number meaning in release notesBrian Paul1-1/+8
2009-04-30mesa: update linux-static, linux-x86-static configsBrian Paul2-7/+4
2009-04-30demos: silence warningBrian Paul1-1/+1
2009-04-30mklib: replace if/expr with caseTormod Volden1-12/+15
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden3-2/+19
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-29progs/tests: Update ignoresJakob Bornecrantz1-8/+6
2009-04-29progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz4-0/+298
2009-04-29Use variable library name in pkg-config output.Tom Fogal10-10/+15
2009-04-29autoconf: Add switch for optional EGLDan Nicholson1-9/+23
2009-04-29autoconf: Clean up some m4 usageDan Nicholson1-15/+7
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-28progs: add fflushes for cygwinKeith Whitwell2-0/+5
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-28demos: asst. updates, clean-upsBrian Paul1-23/+20
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