summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2010-09-10r600c: add OQ support for evergreenAlex Deucher
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-09-05radeon: Add radeon_buffer_objects.c.Henri Verbeet
2010-09-05radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas
2010-08-23radeon: print chip family for evergreen in renderer stringAlex Deucher
2010-08-20evergreen : initial support driver code.richard
2010-08-16dri/radeon: test for FEATURE definesnobled
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-08-09radeon: fix npot mipmap alignment on r600Andre Maasikas
2010-08-07dri: Add missing header m_xform.h.Vinson Lee
2010-08-07r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák
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-05r600: add span support for 2D tilingAlex 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: Also flush if it's not the current context that's being destroyed.Henri Verbeet
2010-07-15radeon: allow driconf vblank settings with dri2Alex Deucher
2010-07-12radeon: fix some wine d3d9 testsMaciej Cencora
2010-07-11radeon: lower texture memory consumption is some casesMaciej Cencora
2010-07-11radeon: fix teximage migration failure in rare caseMaciej Cencora
2010-06-19Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson
2010-05-26Enable hardware mipmap generation for radeon.Will Dyson
2010-05-26Fix image_matches_texture_obj() MaxLevel checkWill Dyson
2010-05-26Fallback to software render if there is no miptree for an imageWill Dyson
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-21radeon: fix warningMarek Olšák
2010-04-28radeon: fix warningsMarek Olšák
2010-04-24radeon: Remove NULL check of bo_legacy->tobj.Vinson Lee
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-19Merge branch '7.8'Jesse Barnes
2010-04-19radeon: Let this build with gcc 3.3Matthieu Herrb
2010-04-19radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie
2010-04-11Merge commit 'origin/7.8'Maciej Cencora
2010-04-10radeon: Remove unnecessary header.Vinson Lee
2010-04-09r600: add new r7xx pci idsAlex Deucher
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-17Merge branch '7.8' into masterPauli Nieminen
2010-03-16radeon: Fix buffer object unmap to be called only once for dma buffers.Pauli Nieminen
2010-03-13radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora
2010-03-13radeon: fix gl format to mesa format mapping and add GL_BGRA formatsMaciej Cencora