Age | Commit message (Expand) | Author |
2010-01-28 | radeon: Silence "format" compiler warnings. | Vinson Lee |
2010-01-27 | radeon/r200/r300: don't clean non-emitted state. | Dave Airlie |
2010-01-27 | radeon: remove unused file | Dave Airlie |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | radeon: Remove unused variable. | Vinson Lee |
2010-01-22 | r600: fix brownbag, only align if we are dealing with cubemap | Andre Maasikas |
2010-01-22 | r600: cubemap levels seem to be aligned to 8 images | Andre Maasikas |
2010-01-22 | radeon/fbo: flush rendering before generating mipmaps | Andre Maasikas |
2010-01-22 | radeon/fbo: use correct depth texture offset for depth textures | Andre Maasikas |
2010-01-22 | egl: Remove USING_EGL and the related drivers. | Chia-I Wu |
2010-01-21 | dri: Remove unnecessary glapi headers. | Chia-I Wu |
2010-01-19 | Remove hardcoded -Wall from Radeon DRI makefiles | Alan Coopersmith |
2010-01-19 | r100/r200: fix Y coord flipping in accelerated blits | Alex Deucher |
2010-01-19 | r100/r200: fix dst pitch in blit code | Alex Deucher |
2010-01-20 | r100/r200: align to pitch updates in blit interface | Maciej Cencora |
2010-01-19 | r100: use common glCopyTex(Sub)Image code | Maciej Cencora |
2010-01-19 | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora |
2010-01-19 | radeon: use mesa provided _mesa_tex_target_to_face function | Maciej Cencora |
2010-01-19 | radeon: add blit function to vtbl | Maciej Cencora |
2010-01-19 | r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b | Alex Deucher |
2010-01-19 | r100/r200/r600: check if blitting for given format is supported earlier | Alex Deucher |
2010-01-19 | r100/r200: add blit support for ARGB4444 | Alex Deucher |
2010-01-18 | r100: add blit support | Alex Deucher |
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie |
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie |
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie |
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-22 | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-22 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie |
2009-12-22 | radeon: drop unused members of radeon_state. | Dave Airlie |
2009-12-21 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-18 | radeon: protect fbo allocation message with debug | Alex Deucher |
2009-12-18 | radeon: fix frontbuffer read/drawpixels | Dave Airlie |
2009-12-17 | radeon: drop assert accessing cref which is meant to be hidden | Dave Airlie |
2009-12-17 | radeon: drop unused members of radeon_state. | Dave Airlie |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas |
2009-12-07 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-07 | radeon: fix cases when only first image where put directly into miptree. | Maciej Cencora |
2009-12-07 | radeon: fix image migration for small compressed textures | Maciej Cencora |
2009-12-05 | radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e... | Alex Deucher |
2009-12-05 | radeon: Only get DRI2 front buffer information for glXBindTexImageEXT. | Michel Dänzer |
2009-12-04 | radeon: fix polygon stipple | Alex Deucher |
2009-12-03 | radeon: workaround an FBO issue | Maciej Cencora |