summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-18radeon: protect fbo allocation message with debugAlex Deucher
2009-12-18radeon: fix frontbuffer read/drawpixelsDave Airlie
2009-12-17radeon: drop assert accessing cref which is meant to be hiddenDave Airlie
2009-12-17radeon: drop unused members of radeon_state.Dave Airlie
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-07radeon: fix cases when only first image where put directly into miptree.Maciej Cencora
2009-12-07radeon: fix image migration for small compressed texturesMaciej Cencora
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer
2009-12-04radeon: fix polygon stippleAlex Deucher
2009-12-03radeon: workaround an FBO issueMaciej Cencora
2009-12-03radeon: properly check if image should be placed in the miptreeMaciej Cencora
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-29radeon: update miptree code a littleMaciej Cencora
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora
2009-11-29radeon: add some debugging infoMaciej Cencora
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-24r300: fix swtcl bo leak problem.Dave Airlie
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora
2009-11-17radeon: align for mipmap tree changesMaciej Cencora
2009-11-17r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora