aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-5/+5
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-4/+4
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-4/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-221-0/+2
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-301-1/+1
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-6/+6
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-1/+1
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-1/+2
* radeon: add original r100 to the always tiled depth list.Dave Airlie2011-12-061-1/+1
* radeon/r200: add RV200 detiling + add an always tiled flagDave Airlie2011-12-061-4/+5
* radeon: further cleanup of shared codeFabio Pedretti2011-11-141-12/+2
* radeon: add some missing FireMV pci idsAlex Deucher2011-11-141-0/+1
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-071-580/+8
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-2/+1
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-041-7/+7
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-041-2/+1
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-021-2/+0
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-021-1/+0
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-021-3/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-021-3/+1
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-021-1/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-021-1/+0
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-170/+0
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-291-2/+0
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-281-33/+0
* radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt2011-10-281-11/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-281-2/+0
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-281-118/+0
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* r600c/g: add new NI pci idsAlex Deucher2011-07-151-0/+2
* r600c: add missing bank tiling case for evergreenAlex Deucher2011-06-221-0/+3
* r600c: add tiling support for evergreen+Alex Deucher2011-06-141-45/+95
* r600c: add support for llanoAlex Deucher2011-05-311-0/+19
* Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* r600c: add some new pci idsAlex Deucher2011-05-031-0/+4
* r600c: add new ontario pci idsAlex Deucher2011-04-041-0/+2
* radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul2011-03-241-3/+3
* r200: remove 0x4243 pci idAlex Deucher2011-02-011-1/+0
* r600c: add support for NI asicsAlex Deucher2011-01-061-0/+48
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-221-0/+8
* r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2010-11-171-4/+12
* radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2010-11-081-0/+185
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-081-1/+4
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* evergreen : initial support driver code.richard2010-08-201-1/+56
* r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher2010-08-051-1/+1