summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
AgeCommit message (Expand)Author
2008-04-29Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-19Radeon 9500 (0x4144) only has one pipeAlex Deucher
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-01-29Add new RV380 pci idAlex Deucher
2008-01-27r300: add initial rs690 support to MesaDave Airlie
2007-12-24__driConfigOptions must be PUBLIC.Adam Jackson
2007-12-24R300: RV410 SE chips have half the pipes of regular RV410Alex Deucher
2007-11-22fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger
2007-11-15fix bogus assumption if ddx has set up surface reg for z bufferRoland Scheidegger
2007-11-06r200: Re-expose SetTexOffset functionality.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-11Add a version field to __DRIextension.Kristian Høgsberg
2007-10-11Move new texOffset extension to the new extension mechanism.Kristian Høgsberg
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-10-10Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin
2007-05-22r300: Implement SetTexOffset hook.Michel Dänzer
2007-05-07radeon: enable xpress chipsetsDave Airlie
2007-04-09the RS400 definitely doesn't work at this point so don't let it initDave Airlie
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson
2007-01-18support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-08-31Give the user posibility to choose speed over correctness.Rune Petersen
2006-08-27close #6318Aapo Tahkola
2006-08-19remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger
2006-05-18Dont allow 16 tex units to be used at all.Aapo Tahkola
2006-05-12the r300 should only use 8 until Mesa can deal with thisDave Airlie
2006-04-04use gart base from drm not try to work it out ourselves.. bump radeon clientDave Airlie
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-31free rs300 and ban r350(according to r300.sf.net)Aapo Tahkola
2006-03-31disable r300 chips. R300_FORCE_R300 to forceAapo Tahkola
2006-03-27make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger
2006-03-07Enable HW VBOs and other things needed by it.Aapo Tahkola
2006-02-25Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-20Try to tackle bug #5148Aapo Tahkola