summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_screen.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-21dri/radeon: nuke the remaining references to sareaEmil Velikov1-3/+0
2014-08-21dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov1-1/+2
2014-08-15dri/radeon: add GLX_MESA_query_renderer supportEmil Velikov1-0/+2
2014-04-28dri/radeon: use a const __DRIextension arrayEmil Velikov1-2/+0
2013-10-24radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-0/+98
2012-02-22gbm: track buffer format through DRI driversJesse Barnes1-0/+1
2011-11-07radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti1-5/+0
2011-10-30radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie1-18/+0
2011-10-28radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt1-1/+0
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff1-0/+11
2010-08-05r600: add span support for 2D tilingAlex Deucher1-0/+7
2010-04-22DRI2: add config query extensionJesse Barnes1-1/+1
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher1-0/+1
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora1-0/+1
2009-06-12Merge master and fix conflictsAlex Deucher1-0/+1
2009-06-01radeon: Provide a more detailled GL_RENDERER string.Nicolai Hähnle1-0/+1
2009-04-08R600: initial copy of r300 codeAlex Deucher1-0/+2
2009-04-01radeon: fixup render buffer cleanupsDave Airlie1-0/+1
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie1-1/+0
2008-12-01radeon: make DRI1 one work with new CS mechanismDave Airlie1-1/+2
2008-11-14r300: SetTex extension supportJerome Glisse1-1/+1
2008-11-14r300: bo and cs abstraction.Jerome Glisse1-1/+4
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-1/+1
2008-05-28R3/4/5xx: update to use drm get_param for num gb pipesAlex Deucher1-0/+2
2007-10-11Move new texOffset extension to the new extension mechanism.Kristian Høgsberg1-1/+1
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg1-1/+1
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg1-1/+1
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg1-1/+1
2007-10-11Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg1-1/+1
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg1-0/+2
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger1-0/+1
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie1-1/+1
2006-01-07cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger1-1/+2
2005-11-02First step of Radeon DRI unification:Eric Anholt1-8/+17
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger1-0/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-3/+0
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson1-3/+0
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger1-0/+2
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-1/+1
2004-12-03enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger1-0/+1
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick1-1/+1
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-1/+1
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick1-1/+1
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick1-1/+1
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-2/+1
2003-12-07merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane1-0/+1
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl1-2/+7
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-0/+101