Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | r300c/r300g: add 3155 rv380 pci id | Dave Airlie | |
2010-04-11 | Merge commit 'origin/7.8' | Maciej Cencora | |
2010-04-10 | radeon: Remove unnecessary header. | Vinson Lee | |
2010-04-09 | r600: add new r7xx pci ids | Alex Deucher | |
2010-03-24 | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms | Alex Deucher | |
meta ops should work ok without kms. | |||
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen | |
Conflicts: Makefile src/mesa/main/version.h | |||
2010-03-16 | radeon: Fix buffer object unmap to be called only once for dma buffers. | Pauli Nieminen | |
If flush happens inside radeonRefillCurrentMaRegion the last dma buffer would be unmapped twice. Unmapping buffer when moving buffer to wait list fixes the mapping error. | |||
2010-03-13 | radeon: add some debuging info for glCopyTex(Sub)Image | Maciej Cencora | |
2010-03-13 | radeon: fix gl format to mesa format mapping and add GL_BGRA formats | Maciej Cencora | |
2010-03-13 | radeon: fix glCopyTex(Sub)Image | Maciej Cencora | |
Fallback to swrast for software renderbuffers | |||
2010-03-12 | Merge branch '7.8' | Michel Dänzer | |
2010-03-12 | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher | |
fixes fdo bug 27043 | |||
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-11 | radeon: Fix memory leaks from early return. | Vinson Lee | |
2010-03-10 | radeon: fallback to sw ReadPixels if color logicop is enabled | Maciej Cencora | |
Fixes glean/logicOp (regressed after introducing hw accelerated support for ReadPixels) | |||
2010-03-10 | radeon: fix glCopyTex(Sub)Image if user FBO is bound | Maciej Cencora | |
Fixes piglit/fbo-blit and wine d3d9 unit test. | |||
2010-03-10 | Merge branch '7.8' | Michel Dänzer | |
2010-03-10 | r100: add additional blit formats | Alex Deucher | |
2010-03-10 | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)Pixels | Alex Deucher | |
2010-03-09 | radeon: mark framebuffer as incomplete if renderbuffer format isn't ↵ | Maciej Cencora | |
supported by hw | |||
2010-03-09 | radeon/r200/r300/r600: add is_format_renderable function | Maciej Cencora | |
2010-03-09 | radeon: add hw accelerated glReadPixel support (not enabled yet) | Maciej Cencora | |
2010-03-08 | radeon: don't attempt to use alternate blit formats for depth buffers | Alex Deucher | |
noticed by fredrikh on IRC. | |||
2010-03-08 | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher | |
2010-03-08 | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher | |
2010-03-08 | radeon: no need to emit full state twice after flush | Maciej Cencora | |
2010-03-08 | radeon: fallback to software in glCopyTexImage if blit isn't available | Maciej Cencora | |
2010-03-08 | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit | Alex Deucher | |
2010-03-08 | radeon/r200/r600: reset bos when validating buffers during blit | Alex Deucher | |
2010-03-07 | radeon: handle compressed sRGB texture formats | Maciej Cencora | |
2010-03-07 | radeon: move glGetTexImage handlers to seperate file | Maciej Cencora | |
2010-03-07 | radeon: Some possible improvements that I spoted in radeon_tiled_texture branch. | Maciej Cencora | |
2010-03-07 | radeon: properly calculate rowstride for tiled images | Maciej Cencora | |
2010-03-07 | radeon: minor refactoring of mipmap code | Maciej Cencora | |
2010-03-07 | radeon: add texture helper function | Maciej Cencora | |
2010-03-07 | radeon: add some debugging info to sw tiling/untiling functions | Maciej Cencora | |
2010-03-07 | radeon: add software untiling functions | Maciej Cencora | |
2010-03-07 | radeon: add tile size getter | Maciej Cencora | |
2010-03-07 | radeon: added tiling functions | Maciej Cencora | |
2010-03-07 | radeon: no need to emit full state twice after flush | Maciej Cencora | |
2010-03-07 | radeon: fallback to software in glCopyTexImage if blit isn't available | Maciej Cencora | |
2010-03-06 | dri: drop MINIGLX_SOURCES (2) | George Sapountzis | |
2010-03-06 | dri: drop MINIGLX_SOURCES | George Sapountzis | |
2010-03-03 | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | |
Check if the native blit formats are supported, if not, attempt to use an alternate format. Skip 3, >4 bpp as per comments from mcencora on irc. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-03-03 | Remove stray defines of HAVE_RGBA | Ian Romanick | |
Now that color-index support is removed from t_dd_tritmp.h and t_dd_unfilled.h, drivers no longer need define HAVE_RGBA. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | |
These are used to inform the driver of the clear value for color-index buffers and to control write-masking of bits in color-index buffers. No driver use or need (not even Nouveau) these interfaces. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | r600: add new rs880 pci id | Alex Deucher | |
2010-03-03 | radeon/r200/r300/r600: fix blit BO buffer validation | Dave Airlie | |
there is no need for these to be persistent since we flush the CS at the end of the blit, and we don't reuse these buffers at all. on my r600 the Wine DX9 test suite doesn't crash at least anymore. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-03-01 | radeon: Reduce number of radeon_bo_map calls that require kernel entry. | Pauli Nieminen | |
DMA buffers are often remapped many times for singel cs. To reduce number of mapping calls ending to kernel dma buffers are mapped when allocated and unmapped when full or in cs flush. This makes indifual mapping calls in other parts of code simple increment/decrement reference count which is faster than entering kernel. This improves Anholt's openarena benchmark from 36 fps to 44 fps. | |||
2010-02-27 | radeon: Assert pointer is not null before dereferencing. | Vinson Lee | |
Add back an assert that was removed in commit cd5f167353f16fb4f5b349002625b704f3e23778. |