summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-04-10i965: Remove unnecessary header.Vinson Lee
2010-04-10r300: Remove unnecessary header.Vinson Lee
2010-04-10mach64: Remove unnecessary header.Vinson Lee
2010-04-10radeon: Remove unnecessary header.Vinson Lee
2010-04-10r300/compiler: Remove unused variable.Vinson Lee
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-04-08intel: Call intel_prepare_render() in intelClear()Li Peng
2010-04-07r300: Initialize compiler.max_temp_regs for blits.Michel Dänzer
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-04-05r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák
2010-04-03r300 compiler: add target output debugging.Dave Airlie
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-27drisw: add comment to libGL about strideGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
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-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-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-23glslcompiler: added option to do linking of vert/frag shadersBrian Paul
2010-03-23dri: fix dri_test.c for non-TLS buildLuca Barbieri
2010-03-23dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
2010-03-23dri: Add $(DRI_LIB_DEPS) when linking the test binaryKristian Høgsberg
2010-03-23i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt
2010-03-23dri: use mv -f instead of mv to ensure no prompting occursLuca Barbieri
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri