summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23radeon: Remove unused variable.Vinson Lee
2010-01-22r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas
2010-01-22r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas
2010-01-22radeon/fbo: flush rendering before generating mipmapsAndre Maasikas
2010-01-22radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith
2010-01-19r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher
2010-01-19r100/r200: fix dst pitch in blit codeAlex Deucher
2010-01-20r100/r200: align to pitch updates in blit interfaceMaciej Cencora
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora
2010-01-19radeon: add blit function to vtblMaciej Cencora
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher
2010-01-19r100/r200: add blit support for ARGB4444Alex Deucher
2010-01-18r100: add blit supportAlex Deucher
2010-01-11radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie
2010-01-11radeon: fix bug in realloc code.Dave Airlie
2010-01-11radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie
2010-01-11radeon: fix bug in realloc code.Dave Airlie
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
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