| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '7.8' into master | Pauli Nieminen | 2010-03-17 | 1 | -6/+1 |
|\ |
|
| * | radeon: Fix buffer object unmap to be called only once for dma buffers. | Pauli Nieminen | 2010-03-16 | 1 | -6/+1 |
* | | radeon: add some debuging info for glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -1/+7 |
* | | radeon: fix gl format to mesa format mapping and add GL_BGRA formats | Maciej Cencora | 2010-03-13 | 1 | -7/+18 |
* | | radeon: fix glCopyTex(Sub)Image | Maciej Cencora | 2010-03-13 | 1 | -2/+11 |
* | | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 2 | -1/+3 |
|\| |
|
| * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -1/+1 |
| * | radeon: Fix memory leaks from early return. | Vinson Lee | 2010-03-11 | 1 | -0/+2 |
* | | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher | 2010-03-12 | 1 | -3/+5 |
* | | radeon: fallback to sw ReadPixels if color logicop is enabled | Maciej Cencora | 2010-03-10 | 1 | -1/+1 |
* | | radeon: fix glCopyTex(Sub)Image if user FBO is bound | Maciej Cencora | 2010-03-10 | 1 | -3/+6 |
* | | Merge branch '7.8' | Michel Dänzer | 2010-03-10 | 1 | -0/+4 |
|\| |
|
| * | radeon: don't attempt to use alternate blit formats for depth buffers | Alex Deucher | 2010-03-08 | 1 | -0/+4 |
| * | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher | 2010-03-08 | 1 | -8/+2 |
| * | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher | 2010-03-08 | 1 | -0/+3 |
| * | radeon: no need to emit full state twice after flush | Maciej Cencora | 2010-03-08 | 1 | -5/+0 |
| * | radeon: fallback to software in glCopyTexImage if blit isn't available | Maciej Cencora | 2010-03-08 | 1 | -0/+4 |
* | | r100: add additional blit formats | Alex Deucher | 2010-03-10 | 1 | -0/+14 |
* | | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels | Alex Deucher | 2010-03-10 | 1 | -0/+4 |
* | | radeon: mark framebuffer as incomplete if renderbuffer format isn't supported... | Maciej Cencora | 2010-03-09 | 2 | -67/+62 |
* | | radeon/r200/r300/r600: add is_format_renderable function | Maciej Cencora | 2010-03-09 | 4 | -0/+20 |
* | | radeon: add hw accelerated glReadPixel support (not enabled yet) | Maciej Cencora | 2010-03-09 | 3 | -0/+195 |
* | | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher | 2010-03-08 | 1 | -8/+2 |
* | | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher | 2010-03-08 | 1 | -0/+3 |
* | | radeon: handle compressed sRGB texture formats | Maciej Cencora | 2010-03-07 | 1 | -0/+9 |
* | | radeon: move glGetTexImage handlers to seperate file | Maciej Cencora | 2010-03-07 | 3 | -60/+96 |
* | | radeon: Some possible improvements that I spoted in radeon_tiled_texture branch. | Maciej Cencora | 2010-03-07 | 1 | -10/+1 |
* | | radeon: properly calculate rowstride for tiled images | Maciej Cencora | 2010-03-07 | 4 | -10/+12 |
* | | radeon: minor refactoring of mipmap code | Maciej Cencora | 2010-03-07 | 2 | -27/+29 |
* | | radeon: add texture helper function | Maciej Cencora | 2010-03-07 | 2 | -0/+29 |
* | | radeon: add some debugging info to sw tiling/untiling functions | Maciej Cencora | 2010-03-07 | 1 | -1/+10 |
* | | radeon: add software untiling functions | Maciej Cencora | 2010-03-07 | 2 | -0/+225 |
* | | radeon: add tile size getter | Maciej Cencora | 2010-03-07 | 2 | -1/+41 |
* | | radeon: added tiling functions | Maciej Cencora | 2010-03-07 | 3 | -1/+280 |
* | | radeon: no need to emit full state twice after flush | Maciej Cencora | 2010-03-07 | 1 | -5/+0 |
* | | radeon: fallback to software in glCopyTexImage if blit isn't available | Maciej Cencora | 2010-03-07 | 1 | -0/+4 |
* | | dri: drop MINIGLX_SOURCES (2) | George Sapountzis | 2010-03-06 | 1 | -1337/+0 |
* | | dri: drop MINIGLX_SOURCES | George Sapountzis | 2010-03-06 | 1 | -2/+0 |
|/ |
|
* | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | 2010-03-03 | 5 | -7/+45 |
* | Remove stray defines of HAVE_RGBA | Ian Romanick | 2010-03-03 | 1 | -1/+0 |
* | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | 2010-03-03 | 1 | -2/+0 |
* | r600: add new rs880 pci id | Alex Deucher | 2010-03-03 | 2 | -0/+2 |
* | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie | 2010-03-03 | 1 | -4/+8 |
* | radeon: Reduce number of radeon_bo_map calls that require kernel entry. | Pauli Nieminen | 2010-03-01 | 1 | -3/+13 |
* | radeon: Assert pointer is not null before dereferencing. | Vinson Lee | 2010-02-27 | 1 | -0/+1 |
* | radeon/r200: fix the state emission before kernel clear | Dave Airlie | 2010-02-24 | 1 | -1/+2 |
* | radeon: fix bad state emission causes kernel to do bad depth clear | Dave Airlie | 2010-02-24 | 1 | -0/+1 |
* | radeon: Silence compiler format warning. | Vinson Lee | 2010-02-20 | 1 | -1/+1 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 4 | -7/+7 |