summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-03-30mesa: initial data structures for transform feedbackBrian Paul
2010-03-30mesa: simplify query code with get_query_binding_point()Brian Paul
2010-03-30intel: Bump intel driver date to later than the date on the 7.8 branchIan Romanick
2010-03-30dri: Drop another unused __DRIscreen fieldKristian Høgsberg
2010-03-30dri: Drop the unused dummyContextKristian Høgsberg
2010-03-30dri: Drop an unused __DRIcontext fieldKristian Høgsberg
2010-03-30intel: Remove redundant fields from struct intel_contextKristian Høgsberg
2010-03-30intel: Use fb->Height when flipping read buffer orientationKristian Høgsberg
2010-03-30r300/compiler: Unbreak DDX/DDY.Corbin Simpson
2010-03-30drisw: fix use after free (bug 27370)George Sapountzis
2010-03-30Merge branch '7.8'Michel Dänzer
2010-03-30mesa/es: Use core mesa's mfeatures.h.Chia-I Wu
2010-03-30mesa: Add missing features.Chia-I Wu
2010-03-30mesa: Add umbrella features.Chia-I Wu
2010-03-29glsl: avoid using rcp in length() functionsBrian Paul
2010-03-29glsl: remove rcp from sqrt()Brian Paul
2010-03-29mesa/st: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-28intel: Bump intel driver date to reflect status as 2010Q1 releaseIan Romanick
2010-03-28mesa: set version string to 7.8Ian Romanick
2010-03-28swrast: Remove unnecessary header.Vinson Lee
2010-03-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-27mesa: move/update hash function commentsBrian Paul
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul
2010-03-26Merge branch '7.8'Michel Dänzer
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer
2010-03-26dri/common: add comment about DRISW wrt DRI1 / DRI2George Sapountzis
2010-03-26mesa: only call _mesa_update_state() when necessary in glGet functionsBrian Paul
2010-03-26r300/compiler: Lower CMP for vertex programs.Corbin Simpson
2010-03-25i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt
2010-03-25i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt
2010-03-25intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt
2010-03-25intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt
2010-03-25intel: Respect src pitch in _mesa_copy_rect().Eric Anholt
2010-03-25Merge branch '7.8'Brian Paul
2010-03-25glapi: return int = 0 from NoOpGeneric()Brian Paul
2010-03-25glslcompiler: Fix build.Vinson Lee
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-24r300: report correct state atom sizeMaciej Cencora
2010-03-24r300: fix off by oneMaciej Cencora
2010-03-24r300: fix vertex programs with big number of params (>255) under KMSMaciej Cencora
2010-03-24r300: fix wpos/fog handlingMaciej Cencora
2010-03-24r300: clean fog_attr/wpos_attr if code accessing these attributes has been re...Maciej Cencora
2010-03-24i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args.Eric Anholt
2010-03-24st/mesa: fix typo in prev commitBrian Paul
2010-03-24st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul
2010-03-24st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul
2010-03-24st/mesa: rename st_clear() to st_Clear()Brian Paul