aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer2009-04-061-15/+20
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-032-8/+8
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* fix typo in fragment pipe alu define, should fix dot3_rgb tex combineRoland Scheidegger2009-03-091-1/+1
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* r300: shut up valgrindMaciej Cencora2009-03-071-1/+1
* R300: Add support for RS600 chipsAlex Deucher2009-02-252-2/+12
* mesa: re-org texgen stateBrian Paul2009-02-211-12/+12
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-1/+3
* re-add MSAA supportBrian Paul2009-02-091-2/+3
* radeon: remove include that breaks build in !OLD_PACKET pathDave Airlie2009-02-071-1/+0
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* r300: Enable GL_ATI_separate_stencil in R300Ian Romanick2009-01-231-0/+5
* fix span issue with really old ddx and non-tcl r100 chipsRoland Scheidegger2008-10-161-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-2126-26/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-215-10/+10
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1819-78/+76
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+4
* radeon: SetTexOffset supportChris Rankin2008-07-145-21/+82
* r300: Cleanup LodBias supportNicolai Haehnle2008-06-301-8/+7
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-6/+6
* R300: 1002:5657 is actually RV410Alex Deucher2008-06-212-2/+2
* r300: disable the lowimpact fallbacks by default.Dave Airlie2008-06-011-1/+1
* R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk2008-05-291-4/+6
* 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-282-7/+32
* 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-022-1/+223
* r300: add rv530 pci id for the t60p laptopDave Airlie2008-05-022-0/+8
* some basic r500 portageDave Airlie2008-05-021-0/+2
* 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
* Radeon 9500 (0x4144) only has one pipeAlex Deucher2008-03-191-0/+4
* r300: add new rs690 pci idDave Airlie2008-03-181-0/+1
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-293-8/+14
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-2/+0
* Add new RV380 pci idAlex Deucher2008-01-292-0/+2
* r300: add initial rs690 support to MesaDave Airlie2008-01-272-1/+22
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-12/+12
* __driConfigOptions must be PUBLIC.Adam Jackson2007-12-241-1/+1
* R300: RV410 SE chips have half the pipes of regular RV410Alex Deucher2007-12-241-2/+7
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger2007-11-221-1/+5
* fix bogus assumption if ddx has set up surface reg for z bufferRoland Scheidegger2007-11-151-2/+1