summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2006-04-25silence warningsBrian Paul
2006-04-24extended swizzle (bug 6727)Brian Paul
2006-04-23enable feedback renderingAapo Tahkola
2006-04-23disable hw locking when entering span rendering for nowAapo Tahkola
2006-04-23need to hold before freeingAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-21Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson
2006-04-21Fix format strings for LP64Adam Jackson
2006-04-21depend is not a .PHONY targetBrian Paul
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-12GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.Aapo Tahkola
2006-04-11add missing 'union' keywordBrian Paul
2006-04-11FBConfig support for EXT_tfpDavid Reveman
2006-04-11More GLSL code:Michal Krol
2006-04-11get fog going(for real)Aapo Tahkola
2006-04-11rectangular fp16 fixes (Ewald Snel)Aapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-04-09Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-04-07replace >&/dev/null with >/dev/null so it works with all shellsBrian Paul
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-04-07make miniglx use libdrm properlyDave Airlie
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2006-04-06Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags,Brian Paul
2006-04-06update a couple MESA_FORMAT_Zxxx occurancesBrian Paul
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2006-04-05add tiling/fence support for the miniglx driverDave Airlie
2006-04-05don't waste the reserved memory, take an approximation of the poolDave Airlie
2006-04-04We always have a back buffer. Fixes visual problems.Alan Hourihane
2006-04-04use gart base from drm not try to work it out ourselves.. bump radeon clientDave Airlie
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie
2006-04-03Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson
2006-04-03Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz
2006-04-03add miniglx sources to i915Dave Airlie
2006-04-03if DDX is -1 don't do DDX checkDave Airlie
2006-04-03use WidthDave Airlie
2006-04-03add pitch support and use new WidthDave Airlie
2006-04-03Coverity #459: Silly off-by-one error.Adam Jackson
2006-04-02Coverity #567: Fix a memory leak on a failure path.Adam Jackson
2006-04-02Coverity #650: Fix a memory leak when near OOM.Adam Jackson
2006-04-01Initialize renderbuffer size.Daniel Borca
2006-04-01These messages really should be printed all the time, users want toDave Airlie
2006-04-01Don't index box by the box's index within numClipRects; just dereference it.Eric Anholt
2006-04-01Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,Eric Anholt
2006-03-31DMesa now uses OSMesa as a back-end.Daniel Borca
2006-03-31Enough testing alreadyAapo Tahkola
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-31free rs300 and ban r350(according to r300.sf.net)Aapo Tahkola