Age | Commit message (Expand) | Author |
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer |
2009-02-09 | re-add MSAA support | Brian Paul |
2009-01-23 | r300: Enable GL_ATI_separate_stencil in R300 | Ian Romanick |
2008-10-16 | fix span issue with really old ddx and non-tcl r100 chips | Roland Scheidegger |
2008-09-21 | Remove CVS keywords. | Keith Whitwell |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-07-14 | radeon: SetTexOffset support | Chris Rankin |
2008-06-30 | r300: Cleanup LodBias support | Nicolai Haehnle |
2008-06-21 | R300: 1002:5657 is actually RV410 | Alex Deucher |
2008-06-01 | r300: disable the lowimpact fallbacks by default. | Dave Airlie |
2008-05-28 | r500: remove warnings and only start on newer drms. | Dave Airlie |
2008-05-28 | R3/4/5xx: update to use drm get_param for num gb pipes | Alex Deucher |
2008-05-03 | r300: add R300_NO_TCL to allow testing of non-tcl on tcl cards | Dave Airlie |
2008-05-02 | R3/4/5: fix TCL on r5xx, cleanup PVS code | Alex Deucher |
2008-05-02 | R5xx: various updates | Alex Deucher |
2008-05-02 | R5xx: Add R5xx pci ids | Alex Deucher |
2008-05-02 | r300: add rv530 pci id for the t60p laptop | Dave Airlie |
2008-04-29 | Change default of driconf "allow_large_textures" to announce hardware limits. | Michel Dänzer |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-19 | Radeon 9500 (0x4144) only has one pipe | Alex Deucher |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-02-25 | Remove GetMSC DriverAPI function. | Kristian Høgsberg |
2008-01-29 | Add new RV380 pci id | Alex Deucher |
2008-01-27 | r300: add initial rs690 support to Mesa | Dave Airlie |
2007-12-24 | __driConfigOptions must be PUBLIC. | Adam Jackson |
2007-12-24 | R300: RV410 SE chips have half the pipes of regular RV410 | Alex Deucher |
2007-11-22 | fix z buffer read/write issue with rv100-like chips and old ddx | Roland Scheidegger |
2007-11-15 | fix bogus assumption if ddx has set up surface reg for z buffer | Roland Scheidegger |
2007-11-06 | r200: Re-expose SetTexOffset functionality. | Michel Dänzer |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-11 | Add a version field to __DRIextension. | Kristian Høgsberg |
2007-10-11 | Move new texOffset extension to the new extension mechanism. | Kristian Høgsberg |
2007-10-11 | Add a DRI_ReadDrawable marker extension to signal read drawable capability. | Kristian Høgsberg |
2007-10-11 | Move media stream counter entry points to new extension. | Kristian Høgsberg |
2007-10-11 | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg |
2007-10-11 | Move GLX_MESA_allocate_memory related functions to new extension mechanism. | Kristian Høgsberg |
2007-10-10 | Move swap_interval to new extension mechanism. | Kristian Høgsberg |
2007-10-10 | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg |
2007-10-10 | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg |
2007-10-10 | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg |
2007-10-10 | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-09-29 | r200: Implement SetTexOffset hook. | Chris Rankin |
2007-05-22 | r300: Implement SetTexOffset hook. | Michel Dänzer |
2007-05-07 | radeon: enable xpress chipsets | Dave Airlie |
2007-04-09 | the RS400 definitely doesn't work at this point so don't let it init | Dave Airlie |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-02-12 | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson |
2007-01-18 | support as much of GL_EXT_stencil_two_side as we can. untested. | Aapo Tahkola |