summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-06radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-03-09fix typo in fragment pipe alu define, should fix dot3_rgb tex combineRoland Scheidegger
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-03-07r300: shut up valgrindMaciej Cencora
2009-02-25R300: Add support for RS600 chipsAlex Deucher
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09re-add MSAA supportBrian Paul
2009-02-07radeon: remove include that breaks build in !OLD_PACKET pathDave Airlie
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-23r300: Enable GL_ATI_separate_stencil in R300Ian Romanick
2008-10-16fix span issue with really old ddx and non-tcl r100 chipsRoland Scheidegger
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2008-07-14radeon: SetTexOffset supportChris Rankin
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21R300: 1002:5657 is actually RV410Alex Deucher
2008-06-01r300: disable the lowimpact fallbacks by default.Dave Airlie
2008-05-29R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk
2008-05-28r500: remove warnings and only start on newer drms.Dave Airlie
2008-05-28R3/4/5xx: update to use drm get_param for num gb pipesAlex Deucher
2008-05-03r300: add R300_NO_TCL to allow testing of non-tcl on tcl cardsDave Airlie
2008-05-02R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher
2008-05-02R5xx: various updatesAlex Deucher
2008-05-02R5xx: Add R5xx pci idsAlex Deucher
2008-05-02r300: add rv530 pci id for the t60p laptopDave Airlie
2008-05-02some basic r500 portageDave Airlie
2008-04-29Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-19Radeon 9500 (0x4144) only has one pipeAlex Deucher
2008-03-18r300: add new rs690 pci idDave Airlie
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-01-29Add new RV380 pci idAlex Deucher
2008-01-27r300: add initial rs690 support to MesaDave Airlie
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-12-24__driConfigOptions must be PUBLIC.Adam Jackson
2007-12-24R300: RV410 SE chips have half the pipes of regular RV410Alex Deucher
2007-12-22fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger
2007-11-22fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger