summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-2119-78/+76
|\
| * 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
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1127-36/+10
|\ \ | |/ |/|
| * mesa/dri: User standard integer types.José Fonseca2008-06-245-10/+10
| * Remove CVS keywords.José Fonseca2008-05-2626-26/+0
* | 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
* | r200: Re-expose SetTexOffset functionality.Michel Dänzer2007-11-061-1/+7
* | More vblank cleanups.Michel Dänzer2007-10-304-17/+14
* | Refactor and fix core vblank supportJesse Barnes2007-10-292-2/+3
* | Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-2/+2
* | Move new texOffset extension to the new extension mechanism.Kristian Høgsberg2007-10-112-5/+11
* | Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-112-5/+3
* | Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-9/+6
* | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-2/+2
* | Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-112-11/+17
* | Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-8/+8
* | Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+6
* | Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-61/+35
* | Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-14/+14
* | Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-8/+7
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-13/+12