summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
AgeCommit message (Expand)Author
2011-02-01r200: remove 0x4243 pci idAlex Deucher
2011-01-06r600c: add support for NI asicsAlex Deucher
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher
2010-11-17r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-08-20evergreen : initial support driver code.richard
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner
2010-07-20radeon: Remove unnecessary header.Vinson Lee
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher
2010-04-23Merge branch '7.8'Michel Dänzer
2010-04-22radeon: 9800 SE has only one quadpipeTormod Volden
2010-04-22DRI2: add config query extensionJesse Barnes
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie
2010-04-09r600: add new r7xx pci idsAlex Deucher
2010-03-03r600: add new rs880 pci idAlex Deucher
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-03radeon/dri2: add gl20 bits for r300/r600 just like dri1 doesDave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-31r600: add missing r7xx pci idAlex Deucher
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-22r600: add support for RS880Alex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-08-03r600: add some new r7xx pci idsAlex Deucher
2009-08-03r600: add some missing pci idsAlex Deucher
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-07-27r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSETAlex Deucher