aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: only do the fb read if we are mapping a VRAM objectDave Airlie2009-02-041-1/+1
* radeon_cs: move to inline cs_write_dwordDave Airlie2009-02-041-20/+15
* radeon: add a reference to the static buffers so they don't get deletedDave Airlie2009-02-031-0/+1
* r300: fixup mipmap + texsubimage issuesDave Airlie2009-02-033-13/+54
* radeon_bo: align size of bo to page size.Dave Airlie2009-02-031-0/+3
* radeon: this code forgot to add dPriv x/y back to spansDave Airlie2009-02-021-1/+13
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-314-49/+61
* r200/r300: add aperture space checksDave Airlie2009-01-315-39/+213
* WIP comitDave Airlie2009-01-296-6/+194
* radeon: remove even more common codeDave Airlie2009-01-296-828/+55
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-298-48/+145
* radeon: add repeated register packet oneDave Airlie2009-01-291-0/+1
* radeon: plug memory leak running gearsDave Airlie2009-01-231-3/+2
* radeon: remove some debuggingDave Airlie2009-01-232-3/+1
* radeon: better free of arrayDave Airlie2009-01-221-4/+3
* radeon: free all relocs in arrayDave Airlie2009-01-221-6/+11
* radeon: check relocs before derefDave Airlie2009-01-221-2/+3
* radeon: fix relocs even moreDave Airlie2009-01-221-3/+8
* radeon: fix reloc free harderDave Airlie2009-01-221-1/+3
* radeon: free indices caught with valgrindDave Airlie2009-01-221-0/+1
* radeon: cleanup bo unref codepath in pending codeDave Airlie2009-01-221-3/+7
* radeon: fix counting for cfree handles in an inlineDave Airlie2009-01-221-12/+9
* radeon: add r100/r200 workarounds for legacy agingDave Airlie2009-01-232-9/+20
* r200r300: start merging span codeDave Airlie2009-01-222-1/+219
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-223-0/+702
* r300/radeon: move face_for_targetDave Airlie2009-01-212-2/+16
* r300: start migrating common functions into common codeDave Airlie2009-01-212-0/+123
* r300: move to common texture_image objectDave Airlie2009-01-211-0/+29
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-213-5/+441
* r200: make tri render on my r200.Dave Airlie2009-01-214-31/+43
* r200: tri runs without crashing - doesn't draw anythingDave Airlie2009-01-201-3/+3
* r200: clear is working at least - not much elseDave Airlie2009-01-209-184/+696
* r300: move some more function to genericDave Airlie2009-01-152-1/+58
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-154-5/+110
* r100/r200: move to new atom style emissionDave Airlie2009-01-152-6/+13
* radeon: get ctx right in copybufferDave Airlie2009-01-141-4/+2
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-144-33/+18
* radeon: move debug symbol add DRI2Dave Airlie2009-01-143-5/+4
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-147-16/+159
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-147-76/+78
* radeon: remove old lock codeDave Airlie2009-01-141-124/+0
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-146-297/+367
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-1415-287/+568
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-1422-525/+556
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-142-8/+11
* radeon/r200: move state atom to common headerDave Airlie2009-01-144-42/+46
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-136-167/+187
* radeon/r300: add code to setup r300 vs r500 using pci device from kernelDave Airlie2009-01-111-149/+177
* r300: disable settexoffset extension on r300Dave Airlie2008-12-221-1/+1
* radeon: remove start/end offset + cleanup some whitespaceDave Airlie2008-12-221-20/+0