radeon/r200/r300: merge span code into single shared file
[mesa.git] / src / mesa / drivers / dri / radeon / common_misc.c
2009-02-10 Dave Airlieradeon/r200/r300: merge span code into single shared...
2009-02-10 Dave Airlieradeon: r100 can't use some of the texture formats.
2009-02-10 Dave Airlieradeon: fix fallback case where t->mt is valid NULL
2009-02-06 Dave Airlieradeon: port over arrays code even though not in use yet
2009-02-06 Dave Airlier100: fixup radeon so gears seems to work
2009-02-04 Dave Airlier300: fix up CS for modesetting - gears under kms works
2009-02-04 Dave Airlieradeon: make generate_mipmap static
2009-02-04 Dave Airlier300: fix swtcl
2009-02-04 Dave Airlier300: make dma buffer reuse much more sensible
2009-02-04 Dave Airlieradeon: add support for stencil buffers + misc debug...
2009-02-02 Dave Airlier300: fixup mipmap + texsubimage issues
2009-02-02 Dave Airlieradeon: this code forgot to add dPriv x/y back to spans
2009-01-30 Dave Airlier200/r300: swtcl fixups to use old dma buffers on top...
2009-01-30 Dave Airlier200/r300: add aperture space checks
2009-01-29 Dave AirlieWIP comit
2009-01-29 Dave Airlieradeon/r200/r300: bring back old style DMA buffer on...
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 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 Airlieradeon/r200/r300: start to make cmd buf useful
2009-01-14 Dave Airlieradeon: get ctx right in copybuffer
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/r200/r300: consolidate the buffer copy/flip...
2009-01-14 Dave Airlieradeon/r200/r300: attempt to move lock to common code