summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)AuthorFilesLines
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie12-443/+526
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-12radeon: fix #25463Maciej Cencora1-1/+4
2009-12-11r300: fix depth texturesMaciej Cencora1-0/+14
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick4-24/+29
2009-12-07radeon: fix cases when only first image where put directly into miptree.Maciej Cencora1-3/+3
2009-12-07radeon: fix image migration for small compressed texturesMaciej Cencora1-14/+9
2009-12-04radeon: fix polygon stippleAlex Deucher4-24/+29
2009-12-03radeon: workaround an FBO issueMaciej Cencora2-0/+9
2009-12-03radeon: properly check if image should be placed in the miptreeMaciej Cencora1-1/+4
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie1-3/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-7/+2
2009-11-29radeon: update miptree code a littleMaciej Cencora3-55/+61
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora1-3/+3
2009-11-29radeon: add some debugging infoMaciej Cencora2-0/+25
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora1-0/+4
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie1-5/+4
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie1-5/+4
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora1-3/+8
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora2-22/+29
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora1-10/+12
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie1-7/+10
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher1-7/+2
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora13-518/+569
2009-11-17radeon: align for mipmap tree changesMaciej Cencora3-30/+14
2009-11-17r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora1-2/+3
2009-11-17r600: More span breakage fixes.Michel Dänzer1-0/+12
2009-11-17r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer1-0/+8
2009-11-17radeon: Depth/stencil span code fixes for big endian.Michel Dänzer1-24/+24
2009-11-17radeon: Fix occlusion queries on big endian.Michel Dänzer1-7/+9
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer1-0/+63
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer2-11/+29
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie1-2/+4
2009-11-14radeon: return false on texture validation if texture isn't completeMaciej Cencora1-3/+3
2009-11-14radeon: rework mipmap treeMaciej Cencora5-352/+396
2009-11-14radeon: more texture code refactoringMaciej Cencora1-116/+92
2009-11-14radeon: minor refactoring of texture codeMaciej Cencora1-11/+46
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora3-20/+22
2009-11-14radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora4-23/+3
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora1-2/+14
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora1-1/+3
2009-11-14radeon: fix glBufferSubDataMaciej Cencora1-0/+5
2009-11-14radeon: add radeon_bo_is_referenced_by_cs functionMaciej Cencora1-0/+13
2009-11-14radeon: remove unnecessary call to radeonEmitStateMaciej Cencora1-2/+0
2009-10-31radeon: add missing includeDave Airlie1-0/+1
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie1-1/+1
2009-10-29radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul1-2/+2
2009-10-28Merge branch 'texformat-rework'Brian Paul11-275/+209
2009-10-28r600: add occlusion query supportAlex Deucher1-6/+27