summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* radeon: remove depends on libdrm_radeon for now.Dave Airlie2009-02-123-3/+3
| | | | | will fixup makefiles later to detect and use libdrm_Radeon in proper places
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-1231-94/+442
|
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-1215-141/+63
|
* radeon: renaming and headers cleanupDave Airlie2009-02-1227-2999/+3075
|
* r100/r200: fix front rendering issue.Dave Airlie2009-02-124-5/+2
|
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-1244-1266/+353
| | | | | | | | This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor
* r300: disable assert that firesDave Airlie2009-02-111-1/+1
|
* radeon: unmap in case of two dma regions being used for one cmdbufDave Airlie2009-02-111-0/+1
|
* radeon: cleanup cmdbufferDave Airlie2009-02-113-6/+11
|
* r300: fix front buffer rendering properly fixes tests in gleanDave Airlie2009-02-111-0/+24
|
* r200: fix buildDave Airlie2009-02-111-3/+1
|
* radeon: fix span init needs more workDave Airlie2009-02-114-2/+3
|
* radeon/r200/r300: merge span code into single shared fileDave Airlie2009-02-1111-524/+45
|
* radeon/r200: flush vertices when data in cmdbuf.Dave Airlie2009-02-112-4/+6
| | | | This fixes a whole bunch of regressions in piglit
* radeon: r100 can't use some of the texture formats.Dave Airlie2009-02-111-5/+10
| | | | this fixes the texrect-many test
* radeon/r200/r300: fix span code for depth reading.Dave Airlie2009-02-112-24/+20
| | | | makes the maskedClear test work
* r100: remove debug codeDave Airlie2009-02-102-5/+0
|
* r100: fix 3D texture fallbackDave Airlie2009-02-105-9/+19
|
* radeon: fix fallback case where t->mt is valid NULLDave Airlie2009-02-101-4/+6
|
* radeon: put back state emission lastcmdDave Airlie2009-02-101-4/+1
|
* r200: invalidate texture paths in some more placesDave Airlie2009-02-101-3/+8
|
* radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-107-701/+161
| | | | This should be working gears on radeon state
* radeon: fix alignment issues in ELT codeDave Airlie2009-02-091-3/+7
|
* radeon: make more r100 workDave Airlie2009-02-0912-214/+670
|
* r200: cleanup some bits that aren't usedDave Airlie2009-02-094-33/+2
|
* radeon: port over arrays code even though not in use yetDave Airlie2009-02-063-238/+52
|
* r100: fixup radeon so gears seems to workDave Airlie2009-02-066-78/+81
|
* radeon: remove unused texmemDave Airlie2009-02-061-404/+0
|
* r300: fix some autostate batch setupsDave Airlie2009-02-065-25/+30
|
* radeon/r200 remove more unused codeDave Airlie2009-02-042-42/+7
|
* radeon: make compile again.Dave Airlie2009-02-0412-374/+181
| | | | Not tested but ripped out lots of stuff unneeded anymore time to test later
* r300: fix up CS for modesetting - gears under kms worksDave Airlie2009-02-045-67/+82
|
* radeon: make generate_mipmap staticDave Airlie2009-02-041-2/+2
|
* r300: fix swtclDave Airlie2009-02-041-3/+1
|
* r200: fixup DMA region stuffDave Airlie2009-02-042-3/+0
|
* radeon: call getpagesize once and store in a staticDave Airlie2009-02-041-1/+4
|
* r300: make dma buffer reuse much more sensibleDave Airlie2009-02-042-5/+6
|
* radeon: add support for stencil buffers + misc debug changesDave Airlie2009-02-041-9/+45
| | | | | this adds the stencil rb setup, along with misc changes to formatting and debug
* r200: move to new mipmap interfaceDave Airlie2009-02-041-1/+1
|
* radeon: only do the fb read if we are mapping a VRAM objectDave Airlie2009-02-041-1/+1
| | | | this makes writing the DMA buffers got a lot better
* radeon_cs: move to inline cs_write_dwordDave Airlie2009-02-042-38/+31
| | | | this gets back some of the CPU this was wasting
* 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
| | | | This fixes a few regression in piglit, and adds some debug to the mipmap code
* radeon_bo: align size of bo to page size.Dave Airlie2009-02-031-0/+3
| | | | This is really required for the VRAM allocator upload function.
* 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
|