summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.c
AgeCommit message (Expand)Author
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
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-15radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-11r200: revalidate after radeon_update_renderbuffersDaniel Vetter
2010-09-24r600c: fix mipmap stride on evergreenAlex Deucher
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-08-23radeon: print chip family for evergreen in renderer stringAlex 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-15radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora
2009-11-14radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-09-21r600: various cleanupsAlex Deucher
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-22r600: add support for RS880Alex Deucher
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: OQ reworkDave Airlie
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12radeon: Minor warnings cleanup.Eric Anholt
2009-08-12radeon: Add protection against recursive DRM locking.Pauli Nieminen
2009-08-07radeon: enable tiling fallbacks in 3D driver.Dave Airlie
2009-07-31radeon: fix r100/r200 compressed texture strideRoland Scheidegger
2009-07-29r600: fix texture pitch alignmentAlex Deucher
2009-07-27radeon: Add r6xx/r7xx chip family to get_chip_family_namePauli Nieminen
2009-07-17R6xx/r7xx: warning fixesKevin DeKorte
2009-07-15Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-14R6xx/R7xx: no irqs yet.Alex Deucher
2009-07-14radeon: port more front fixes from intel.Dave Airlie
2009-07-02radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie