Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | radeon: Add DRI2 flush extension support, so we synchronize properly. | Mario Kleiner | 2010-08-02 | 1 | -0/+6 |
* | radeon: add some debuging info for glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -1/+7 |
* | radeon: fix glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -2/+11 |
* | radeon: fix glCopyTex(Sub)Image if user FBO is bound | Maciej Cencora | 2010-03-10 | 1 | -3/+6 |
* | radeon: don't attempt to use alternate blit formats for depth buffers | Alex Deucher | 2010-03-08 | 1 | -0/+4 |
* | radeon: fallback to software in glCopyTexImage if blit isn't available | Maciej Cencora | 2010-03-08 | 1 | -0/+4 |
* | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | 2010-03-03 | 1 | -5/+39 |
* | radeon: Assert pointer is not null before dereferencing. | Vinson Lee | 2010-02-27 | 1 | -0/+1 |
* | radeon: Remove unnecessary headers. | Vinson Lee | 2010-01-30 | 1 | -1/+0 |
* | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora | 2010-01-19 | 1 | -0/+155 |