aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-042-38/+31
* 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-035-16/+58
* 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
* r300: rename validate textures to validate buffersDave Airlie2009-02-023-3/+3
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-3114-311/+163
* r200/r300: add aperture space checksDave Airlie2009-01-3115-54/+345
* r200: fix swtcl - slow but worksDave Airlie2009-01-301-0/+4
* WIP comitDave Airlie2009-01-297-7/+195
* r200: bring back single dma flushDave Airlie2009-01-297-30/+25
* 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-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