summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-10radeon: Fix printf formatings to match te values.Pauli Nieminen
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen
2010-02-08radeon: fix UMS since stp addition.Dave Airlie
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-02-06radeon: Add some debug output to texture function.\nPauli Nieminen
2010-02-06radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen
2010-02-06radeon: Add some debug output to miptree code.Pauli Nieminen
2010-02-06radeon: Remove the loop from stride size calculation.Pauli Nieminen
2010-02-05r100: Add the polygon stipple state to the state list.Pauli Nieminen
2010-02-04radeon: Make debugging automaticaly increase logging verbosity for debug build.Pauli Nieminen
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-28radeon: Silence "format" compiler warnings.Vinson Lee
2010-01-27radeon/r200/r300: don't clean non-emitted state.Dave Airlie
2010-01-27radeon: remove unused fileDave Airlie
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