aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* | R300: set the number of GB pipes on all r3xx-r5xx chipsAlex Deucher2009-02-271-1/+1
* | radeon: add more fbconfigsDave Airlie2009-02-271-2/+56
* | radeon: enable DRI2 for r100Dave Airlie2009-02-261-0/+1
* | r300: fixup old setTexOffset DRI1 extensionDave Airlie2009-02-231-6/+8
* | radeon/r300: fix warningsDave Airlie2009-02-141-3/+0
* | Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-2/+10
|\|
| * gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+3
| * re-add MSAA supportBrian Paul2009-02-091-2/+3
| * r300: Enable GL_ATI_separate_stencil in R300Ian Romanick2009-01-231-0/+5
* | radeon: add defines for future bitsDave Airlie2009-02-121-4/+0
* | radeon: make build without libdrm_radeon betterDave Airlie2009-02-121-0/+4
* | radeon/r200/r300: make build again with tracker changesDave Airlie2009-02-131-0/+2
* | radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-3/+2
* | radeon: renaming and headers cleanupDave Airlie2009-02-121-2/+2
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-1/+1
* | r200: fix buildDave Airlie2009-02-111-3/+1
* | r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-0/+1
* | r200: clear is working at least - not much elseDave Airlie2009-01-201-110/+12
* | radeon: move debug symbol add DRI2Dave Airlie2009-01-141-1/+0
* | r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-0/+1
* | radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-141-2/+2
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-4/+0
* | radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-0/+3
* | radeon/r300: add code to setup r300 vs r500 using pci device from kernelDave Airlie2009-01-111-149/+177
* | r300: disable settexoffset extension on r300Dave Airlie2008-12-221-1/+1
* | radeno: hopefully make r200/radeon buildDave Airlie2008-12-211-3/+3
* | radeon: make DRI1 one work with new CS mechanismDave Airlie2008-12-011-52/+75
* | radeon: fix pointer danglingJerome Glisse2008-11-161-0/+4
* | radeon: update to libdrm-radeon API changesJerome Glisse2008-11-151-4/+4
* | radeon: dri2 don't forget to free bufferJerome Glisse2008-11-141-0/+17
* | r300: SetTex extension supportJerome Glisse2008-11-141-5/+11
* | r300: cs + DRI2 supportJerome Glisse2008-11-141-28/+146
* | r300: bo and cs abstraction.Jerome Glisse2008-11-141-3/+168
|/
* fix span issue with really old ddx and non-tcl r100 chipsRoland Scheidegger2008-10-161-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+5
* radeon: SetTexOffset supportChris Rankin2008-07-141-0/+12
* r300: Cleanup LodBias supportNicolai Haehnle2008-06-301-8/+7
* R300: 1002:5657 is actually RV410Alex Deucher2008-06-211-1/+1
* r300: disable the lowimpact fallbacks by default.Dave Airlie2008-06-011-1/+1
* r500: remove warnings and only start on newer drms.Dave Airlie2008-05-281-8/+5
* R3/4/5xx: update to use drm get_param for num gb pipesAlex Deucher2008-05-281-7/+30
* r300: add R300_NO_TCL to allow testing of non-tcl on tcl cardsDave Airlie2008-05-031-0/+3
* R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher2008-05-021-5/+5
* R5xx: various updatesAlex Deucher2008-05-021-1/+8
* R5xx: Add R5xx pci idsAlex Deucher2008-05-021-1/+119
* r300: add rv530 pci id for the t60p laptopDave Airlie2008-05-021-0/+5
* Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer2008-04-291-2/+2
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-67/+53