aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-2919-755/+244
* r200: start work on userspace clear for r200Dave Airlie2009-01-291-69/+94
* r200: unref swtcl buffer correctlyDave Airlie2009-01-291-0/+1
* r300: fix some whitespaceDave Airlie2009-01-291-28/+28
* r200: re-write state handlers for new CS mechanismDave Airlie2009-01-292-85/+302
* r200: avoid setting variable on kernel mm setupDave Airlie2009-01-291-1/+2
* radeon: add repeated register packet oneDave Airlie2009-01-291-0/+1
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-226-20/+16
* radeon: plug memory leak running gearsDave Airlie2009-01-231-3/+2
* radeon: remove some debuggingDave Airlie2009-01-233-10/+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
* r200: disable some debugDave Airlie2009-01-232-3/+3
* r200: emit elts into a separate ELT boDave Airlie2009-01-236-408/+89
* r200r300: start merging span codeDave Airlie2009-01-225-590/+241
* r200: remove indexed vertsDave Airlie2009-01-224-12/+0
* radeon: fix 1D texturesDave Airlie2009-01-221-1/+2
* r200: fix cubemapsDave Airlie2009-01-222-9/+26
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-2214-1687/+1009
* r300/radeon: move face_for_targetDave Airlie2009-01-213-21/+18
* r300: start migrating common functions into common codeDave Airlie2009-01-213-123/+133
* r300: move to common texture_image objectDave Airlie2009-01-214-42/+43
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-2111-186/+173
* r200: make tri render on my r200.Dave Airlie2009-01-2112-94/+129
* r200: tri runs without crashing - doesn't draw anythingDave Airlie2009-01-203-208/+52
* r200: clear is working at least - not much elseDave Airlie2009-01-2030-1145/+1200
* r300: move some more function to genericDave Airlie2009-01-159-215/+217
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-159-105/+126
* r100/r200: move to new atom style emissionDave Airlie2009-01-154-24/+40
* radeon: get ctx right in copybufferDave Airlie2009-01-141-4/+2
* r200: add missing symbolsDave Airlie2009-01-142-3/+1
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-147-33/+61
* radeon: move debug symbol add DRI2Dave Airlie2009-01-145-13/+14
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-1418-225/+194
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-1412-192/+80
* radeon: remove old lock codeDave Airlie2009-01-143-369/+0
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-1413-944/+404
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-1436-741/+738
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-1446-1226/+1067
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-1412-117/+112
* radeon/r200: move state atom to common headerDave Airlie2009-01-149-137/+103
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-1321-425/+279
* radeon: use bo_wait to wait for all buffers to be rendered toDave Airlie2009-01-131-1/+10