summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt1-2/+0
2011-10-28radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt1-118/+0
2011-10-28radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt1-495/+5
2011-07-15r600c/g: add new NI pci idsAlex Deucher1-0/+2
2011-06-22r600c: add missing bank tiling case for evergreenAlex Deucher1-0/+3
2011-06-14r600c: add tiling support for evergreen+Alex Deucher1-45/+95
2011-05-31r600c: add support for llanoAlex Deucher1-0/+19
2011-05-06Add pci id for FirePro 2270Kostas Georgiou1-0/+1
2011-05-03r600c: add some new pci idsAlex Deucher1-0/+4
2011-04-04r600c: add new ontario pci idsAlex Deucher1-0/+2
2011-03-24radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul1-3/+3
2011-02-01r200: remove 0x4243 pci idAlex Deucher1-1/+0
2011-01-06r600c: add support for NI asicsAlex Deucher1-0/+48
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher1-0/+8
2010-11-17r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher1-4/+12
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff1-0/+185
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher1-1/+4
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-4/+4
2010-08-20evergreen : initial support driver code.richard1-1/+56
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher1-1/+1
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher1-0/+57
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner1-0/+17
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse1-17/+0
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner1-0/+17
2010-07-20radeon: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-2/+0
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg1-12/+0
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher1-0/+1
2010-04-23Merge branch '7.8'Michel Dänzer1-0/+2
2010-04-22radeon: 9800 SE has only one quadpipeTormod Volden1-0/+2
2010-04-22DRI2: add config query extensionJesse Barnes1-0/+2
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie1-0/+1
2010-04-09r600: add new r7xx pci idsAlex Deucher1-0/+3
2010-03-03r600: add new rs880 pci idAlex Deucher1-0/+1
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick1-3/+3
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-4/+5
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+1
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg1-0/+7
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-13/+13
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer1-3/+3
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie1-2/+4
2009-10-28Merge branch 'texformat-rework'Brian Paul1-8/+11
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-54/+0
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul1-8/+11
2009-09-16radeon: cleanup compile defines mess.Dave Airlie1-31/+31
2009-09-03radeon/dri2: add gl20 bits for r300/r600 just like dri1 doesDave Airlie1-0/+2
2009-08-31r100: Use shared debug code.Pauli Nieminen1-30/+3
2009-08-31r600: add missing r7xx pci idAlex Deucher1-0/+1