aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-191-8/+8
* radeon: Remove dead STANDALONE_MMIO definesMatt Turner2013-02-111-1/+0
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-081-2/+0
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+1
* radeon: Fix memory leak in radeonCreateScreen2.Vinson Lee2012-11-301-1/+3
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-13/+7
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-151-4/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-3/+3
* 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