summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-30autoconf: Improve the visibility of the swrast DRI driverDan Nicholson2-6/+8
2008-06-30r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson2-0/+30
2008-06-30r300: Fix dumb mistake in LOD bias translationNicolai Haehnle1-1/+1
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle5-115/+25
2008-06-29r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson2-4/+12
2008-06-29Revert accidental edit to progs/demos/lodbias.Corbin Simpson1-1/+1
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle1-1/+0
2008-06-29r300: Fix wrap mode for 1D texturesNicolai Haehnle3-103/+36
2008-06-28s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()Brian Paul1-4/+6
2008-06-28mesa: added null ptr checksBrian Paul1-2/+2
2008-06-27DRI-specific pkg-config fileDan Nicholson3-1/+23
2008-06-27autoconf: Check for posix_memalignDan Nicholson1-1/+4
2008-06-26Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane1-2/+5
2008-06-24intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.Eric Anholt1-14/+10
2008-06-24i965: Use the shared intel_pixel_copy.c.Eric Anholt2-322/+5
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt4-10/+1
2008-06-24intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt5-6/+26
2008-06-24intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt4-28/+9
2008-06-24intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.Eric Anholt1-15/+56
2008-06-24i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt4-354/+8
2008-06-24i915: Fix read != draw drawable for glCopyPixels.Eric Anholt1-2/+3
2008-06-24i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.Eric Anholt1-4/+6
2008-06-22Ensure all objects are built when installing DRIDan Nicholson1-1/+1
2008-06-22Don't make libmesa.a or libglapi.a depend on asm_subdirsDan Nicholson1-2/+2
2008-06-22Create $(TOP)/$(LIB_DIR) for install, tooDan Nicholson1-2/+2
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul2-3/+3
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul1-1/+1
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul3-65/+65
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul14-56/+56
2008-06-21#undef DEBUG to silence warningsBrian Paul1-0/+1
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul8-19/+19
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul5-22/+22
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul6-17/+17
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul9-19/+19
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul10-18/+14
2008-06-21s/inline/INLINEBrian Paul3-4/+4
2008-06-21remove old commentsBrian Paul1-2/+0
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith7-18/+116
2008-06-21Rename quad function to quadr to avoid clash with Solaris quad typedefDaniel Zhu1-3/+3
2008-06-21Make minstall work with Solaris /bin/shAlan Coopersmith1-1/+2
2008-06-21Fix builds with compilers other than gcc 3.0 & newerAlan Coopersmith3-0/+3
2008-06-21added pointer to beta/release candidatesBrian Paul1-0/+5
2008-06-21R300: 1002:5657 is actually RV410Alex Deucher2-2/+2
2008-06-21r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger1-1/+1
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul1-1/+15
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt1-4/+1
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao2-2/+17
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2-3/+3
2008-06-17assorted glide driver fixesWilfried Holzke1-1/+2
2008-06-17glu: silence warningsBrian Paul1-2/+2