summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.c
Commit message (Expand)AuthorAgeFilesLines
* radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick2014-01-271-1/+2
* i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca2014-01-201-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul2012-10-051-5/+0
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-25/+26
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-3/+3
* radeon/r200: get rid of some unneeded cliprect/scissor codeRoland Scheidegger2012-08-011-4/+0
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-5/+5
* radeon: update flush according to glXMakeCurrent man pageDave Airlie2011-12-051-2/+15
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-071-53/+12
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-1/+1
* radeon: Check an error return instead of assigning it to a dead variable.Eric Anholt2011-11-031-5/+13
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-1/+0
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-021-69/+8
* dri: Remove DRI1 fields from DRI structsKristian Høgsberg2011-11-021-6/+0
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-021-10/+0
* dri: Remove cliprect information from __DRIdrawableKristian Høgsberg2011-11-021-15/+0
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-47/+8
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-281-9/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-69/+1
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-021-2/+0
* r600c: add support for llanoAlex Deucher2011-05-311-0/+2
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-4/+1
* radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-121-3/+0
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* r600c: preserve correct buffer when using fboAndre Maasikas2011-01-181-1/+1
* r600c: add support for NI asicsAlex Deucher2011-01-061-0/+3
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-221-0/+1
* r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2010-11-171-10/+3
* radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger2010-11-151-2/+1
* radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff2010-11-081-37/+51
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-081-3/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* r200: revalidate after radeon_update_renderbuffersDaniel Vetter2010-10-111-3/+5
* r600c: fix mipmap stride on evergreenAlex Deucher2010-09-241-3/+10
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* radeon: print chip family for evergreen in renderer stringAlex Deucher2010-08-231-0/+5
* r600: add span support for 2D tilingAlex Deucher2010-08-051-1/+8
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+49
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-021-42/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-021-0/+42
* radeon: Also flush if it's not the current context that's being destroyed.Henri Verbeet2010-07-151-1/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-5/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-7/+7
* radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer2009-12-051-26/+31
* radeon: fix compressed mipmapped texturesMaciej Cencora2009-11-211-1/+1