aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-1/+2
* radeon: add original r100 to the always tiled depth list.Dave Airlie2011-12-061-1/+1
* radeon/r200: add RV200 detiling + add an always tiled flagDave Airlie2011-12-061-4/+5
* radeon: further cleanup of shared codeFabio Pedretti2011-11-141-12/+2
* radeon: add some missing FireMV pci idsAlex Deucher2011-11-141-0/+1
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-071-580/+8
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-2/+1
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-7/+7
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-2/+1
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-021-2/+0
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-021-1/+0
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-3/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-3/+1
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-170/+0
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-291-2/+0
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-281-33/+0
* radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt2011-10-281-11/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-281-2/+0
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-281-118/+0
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* r600c/g: add new NI pci idsAlex Deucher2011-07-151-0/+2
* r600c: add missing bank tiling case for evergreenAlex Deucher2011-06-221-0/+3
* r600c: add tiling support for evergreen+Alex Deucher2011-06-141-45/+95
* r600c: add support for llanoAlex Deucher2011-05-311-0/+19
* Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* r600c: add some new pci idsAlex Deucher2011-05-031-0/+4
* r600c: add new ontario pci idsAlex Deucher2011-04-041-0/+2
* radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul2011-03-241-3/+3
* r200: remove 0x4243 pci idAlex Deucher2011-02-011-1/+0
* r600c: add support for NI asicsAlex Deucher2011-01-061-0/+48
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-221-0/+8
* r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2010-11-171-4/+12
* radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2010-11-081-0/+185
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-081-1/+4
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* evergreen : initial support driver code.richard2010-08-201-1/+56
* r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher2010-08-051-1/+1
* r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher2010-08-051-0/+57
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+17
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-021-17/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-021-0/+17
* radeon: Remove unnecessary header.Vinson Lee2010-07-201-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-2/+0
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-12/+0
* radeon: allow driconf vblank settings with dri2Alex Deucher2010-07-151-0/+1
* Merge branch '7.8'Michel Dänzer2010-04-231-0/+2
|\