summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-01init machine->Samplers (fixes vertex program texture fetches)Brian Paul
2008-07-01dri: drop asserts to make build against stable libdrmDave Airlie
2008-07-01dri: Take the base image size into account when computingXiang, Haihao
2008-06-30r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson
2008-06-30r300: Fix dumb mistake in LOD bias translationNicolai Haehnle
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-29r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson
2008-06-29r300: Fix wrap mode for 1D texturesNicolai Haehnle
2008-06-28s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv()Brian Paul
2008-06-28mesa: added null ptr checksBrian Paul
2008-06-27DRI-specific pkg-config fileDan Nicholson
2008-06-26Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane
2008-06-24intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.Eric Anholt
2008-06-24i965: Use the shared intel_pixel_copy.c.Eric Anholt
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-06-24intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt
2008-06-24intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt
2008-06-24intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.Eric Anholt
2008-06-24i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt
2008-06-24i915: Fix read != draw drawable for glCopyPixels.Eric Anholt
2008-06-24i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.Eric Anholt
2008-06-22Ensure all objects are built when installing DRIDan Nicholson
2008-06-22Don't make libmesa.a or libglapi.a depend on asm_subdirsDan Nicholson
2008-06-22Create $(TOP)/$(LIB_DIR) for install, tooDan Nicholson
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21#undef DEBUG to silence warningsBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21s/inline/INLINEBrian Paul
2008-06-21remove old commentsBrian Paul
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-06-21Rename quad function to quadr to avoid clash with Solaris quad typedefDaniel Zhu
2008-06-21Fix builds with compilers other than gcc 3.0 & newerAlan Coopersmith
2008-06-21R300: 1002:5657 is actually RV410Alex Deucher
2008-06-21r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger
2008-06-19mesa: tweak mipmap level selection for cube mapsBrian Paul
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17assorted glide driver fixesWilfried Holzke
2008-06-17glu: silence warningsBrian Paul
2008-06-17mesa: make mm.c use unsigned ints for offsets.Dave Airlie
2008-06-16r300: Make LOD bias a persistent environment variable.Corbin Simpson
2008-06-16Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet