summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-27docs: insert 7.6.1 release datemesa_7_6_branchBrian Paul2-2/+2
2009-12-26gallium/util: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2009-12-26mesa: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2009-12-26i915: Fix assert.Vinson Lee1-1/+1
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee3-9/+25
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee1-6/+14
2009-12-25intel: Silence implicit function declaration warning.Vinson Lee1-0/+1
2009-12-25glu/sgi: Fix include recursion.Vinson Lee1-1/+0
2009-12-24i965: Fix assert.Vinson Lee1-1/+1
2009-12-24i965: Add missing va_end.Vinson Lee1-0/+1
2009-12-23glsl: Initialize member a_obj of struct slang_operation.Vinson Lee1-0/+1
2009-12-23glu/sgi: Initialize variable in directedLine.Vinson Lee1-1/+1
2009-12-23gallium/util: Initialize variable in util_clear.Vinson Lee1-1/+1
2009-12-23glu/sgi: Silence compiler warnings.Vinson Lee2-4/+6
2009-12-23util: Ensure debug_dump_flags generates a null-terminated string.Vinson Lee1-2/+4
2009-12-23st/xorg: Use C-style comments.Vinson Lee2-9/+11
2009-12-23st/vega: Move declaration outside for loop.Vinson Lee3-5/+11
2009-12-23st/egl: Use C-style comments.Vinson Lee1-2/+2
2009-12-23glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.Vinson Lee1-0/+4
2009-12-23glx: Move declaration outside for loop.Vinson Lee1-2/+3
2009-12-22glu/sgi: Silence uninitialized variable warnings.Vinson Lee2-4/+4
2009-12-22Add gallium to darwin config.Vinson Lee1-1/+1
2009-12-22xlib: Use C-style comments.Vinson Lee1-2/+2
2009-12-22trace: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2009-12-22trace: Add PIPE_OS_APPLE.Vinson Lee2-3/+3
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.Vinson Lee1-1/+1
2009-12-22gallium/util: Add PIPE_OS_APPLE to u_network.Vinson Lee2-4/+4
2009-12-22i915g: Use C-style comment.Vinson Lee1-2/+4
2009-12-22glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee1-0/+4
2009-12-22ffb: Silence compiler warnings.Vinson Lee1-1/+1
2009-12-21Add MD5 checksums for 7.6.1 releaseIan Romanick1-1/+9
2009-12-21mesa: set version string to 7.6.1mesa_7_6Ian Romanick1-1/+1
2009-12-21progs/perf: Fix MSVC build.Vinson Lee1-1/+1
2009-12-21mesa: Fix missing finite symbol error on Windows.José Fonseca1-2/+1
2009-12-21mesa: Include <unistd.h> only when one is available.Michal Krol2-0/+8
2009-12-21scons: Define _USE_MATH_DEFINES on MSVC.Vinson Lee2-0/+2
2009-12-22configure.ac: fix for libdrm_radeon API changes.Fabio Pedretti1-1/+2
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie28-534/+645
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-21progs/redbook: Silence compiler warnings.Vinson Lee62-296/+283
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie1-7/+2
2009-12-21st/mesa: Check for single level mipmap trees.Younes Manton1-0/+3
2009-12-20darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston1-16/+4
2009-12-20darwin: Cleanup CPPFLAGS a bitJeremy Huddleston1-2/+2
2009-12-20progs/tests: Silence compiler warnings.Vinson Lee11-10/+19
2009-12-19progs/trivial: Use C-style comments.Vinson Lee10-12/+12