r200r300: start merging span code
[mesa.git] / src / mesa / drivers / dri / radeon /
2009-01-21 Dave Airlier200r300: start merging span code
2009-01-21 Dave Airlier200/r300: port r200 texture handling to common code
2009-01-21 Dave Airlier300/radeon: move face_for_target
2009-01-20 Dave Airlier300: start migrating common functions into common...
2009-01-20 Dave Airlier300: move to common texture_image object
2009-01-20 Dave Airlieradeon/r200/r300: start to move to common miptree/texobj
2009-01-20 Dave Airlier200: make tri render on my r200.
2009-01-20 Dave Airlier200: tri runs without crashing - doesn't draw anything
2009-01-20 Dave Airlier200: clear is working at least - not much else
2009-01-15 Dave Airlier300: move some more function to generic
2009-01-15 Dave Airlieradeon/r200/r300: start to make cmd buf useful
2009-01-15 Dave Airlier100/r200: move to new atom style emission
2009-01-14 Dave Airlieradeon: get ctx right in copybuffer
2009-01-14 Dave Airlieradeon/r200/r300: make legacy emit non-r300 specific
2009-01-14 Dave Airlieradeon: move debug symbol add DRI2
2009-01-14 Dave Airlier300: start moving new r300 cmdbuf into common code
2009-01-14 Dave Airlieradeon/r200/r300: consolidate swap buffers
2009-01-14 Dave Airlieradeon: remove old lock code
2009-01-14 Dave Airlieradeon/r200/r300: consolidate the buffer copy/flip...
2009-01-14 Dave Airlieradeon/r200/r300: attempt to move lock to common code
2009-01-14 Dave Airlieradeon/r200/r300: initial attempt to convert to common...
2009-01-13 Dave Airlieradeon/r200: move more stuff closer together in context
2009-01-13 Dave Airlieradeon/r200: move state atom to common header
2009-01-13 Dave Airlieradeon/r200: start splitting out commonalities into...
2009-01-10 Dave Airlieradeon/r300: add code to setup r300 vs r500 using pci...
2008-12-22 Dave Airlier300: disable settexoffset extension on r300
2008-12-22 Dave Airlieradeon: remove start/end offset + cleanup some whitespace
2008-12-20 Dave Airlieradeno: hopefully make r200/radeon build
2008-12-01 Dave Airlieradeon: make DRI1 one work with new CS mechanism
2008-11-16 Jerome Glisseradeon: cs add print cs callback
2008-11-16 Jerome Glisseradeon: fix pointer dangling
2008-11-15 Jerome Glisseradeon: update to libdrm-radeon API changes
2008-11-14 Jerome Glisseradeon: dri2 don't forget to free buffer
2008-11-14 Jerome Glisser300: convert to new relocations format (see libdrm...
2008-11-14 Jerome Glisser300: SetTex extension support
2008-11-14 Jerome Glisser300: cs + DRI2 support
2008-11-14 Jerome Glisser300: bo and cs abstraction.
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-05 Xiang, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-14 Chris Rankinradeon: SetTexOffset support
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-21 Alex DeucherR300: 1002:5657 is actually RV410
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-31 Dave Airlier300: disable the lowimpact fallbacks by default.
2008-05-29 Dennis KasprzykR1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-28 Dave Airlier500: remove warnings and only start on newer drms.
2008-05-28 Alex DeucherR3/4/5xx: update to use drm get_param for num gb pipes
2008-05-08 Kristian HøgsbergAdd RS690M PCI ID.
2008-05-05 Dave Airlier300: add R300_NO_TCL to allow testing of non-tcl on...
2008-05-03 Dave Airlier300: add R300_NO_TCL to allow testing of non-tcl on...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Corbin SimpsonMerge branch 'r345-cleanup' of git://people.freedesktop...
2008-05-02 Corbin SimpsonMake radeon stuff build again.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Alex DeucherR3/4/5: fix TCL on r5xx, cleanup PVS code
2008-05-02 Alex DeucherR5xx: various updates
2008-05-02 Alex DeucherR5xx: Add R5xx pci ids
2008-05-02 Dave Airlier300: add rv530 pci id for the t60p laptop
2008-05-02 Dave Airliesome basic r500 portage
2008-05-02 Corbin SimpsonAdd chip id 71D5 (RV530 M66) to radeon_chipset.h
2008-05-02 Dave Airlier300: add rv530 pci id for the t60p laptop
2008-05-02 Dave Airliesome basic r500 portage
2008-05-02 Alex DeucherR3/4/5: fix TCL on r5xx, cleanup PVS code
2008-05-02 Alex DeucherR5xx: various updates
2008-05-01 Alex DeucherR5xx: Add R5xx pci ids
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-29 Michel DänzerChange default of driconf "allow_large_textures" to...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-20 Dave Airlier300: add rv530 pci id for the t60p laptop
2008-03-19 Alex DeucherRadeon 9500 (0x4144) only has one pipe
2008-03-18 Dave Airlier300: add new rs690 pci id
2008-03-17 Dave Airliesome basic r500 portage
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-01-29 Alex DeucherAdd new RV380 pci id
2008-01-27 Dave Airlier300: add initial rs690 support to Mesa
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Adam Jackson__driConfigOptions must be PUBLIC.
2007-12-24 Alex DeucherR300: RV410 SE chips have half the pipes of regular...
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-22 Roland Scheideggerfix z buffer read/write issue with rv100-like chips...
2007-11-15 Roland Scheideggerfix bogus assumption if ddx has set up surface reg...
2007-11-06 Michel Dänzerr200: Re-expose SetTexOffset functionality.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
next