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