| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g/compute: Add a work-around for flushing issues on Cayman | Tom Stellard | 2013-11-23 | 3 | -1/+17 |
* | r600g/compute: Fix handling of global buffers in r600_resource_copy_region() | Tom Stellard | 2013-11-23 | 1 | -1/+36 |
* | r600g/sb: work around hw issues with stack on eg/cm | Vadim Girlin | 2013-11-23 | 5 | -44/+123 |
* | r600/llvm: Free binary.code/binary.config in r600_llvm_compile | Aaron Watry | 2013-11-15 | 1 | -0/+3 |
* | r600/llvm: initialize radeon_llvm_binary | Aaron Watry | 2013-11-15 | 1 | -0/+1 |
* | r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elements | Fredrik Höglund | 2013-11-07 | 2 | -0/+9 |
* | r600/compute: silence unused var warning | Fabio Pedretti | 2013-11-06 | 1 | -1/+0 |
* | r600/llvm: Fix isampleBuffer on preEG | Vincent Lejeune | 2013-11-06 | 1 | -1/+14 |
* | r600/llvm: Fix texbuf for pre EG gen | Vincent Lejeune | 2013-11-06 | 1 | -0/+29 |
* | r600g: properly unbind a DSA state being deleted in r600_delete_dsa_state | Marek Olšák | 2013-11-04 | 2 | -2/+9 |
* | r600g,radeonsi: properly expose texture buffer formats | Marek Olšák | 2013-11-04 | 2 | -6/+16 |
* | r600g/sb: fix value::is_fixed() | Vadim Girlin | 2013-10-29 | 1 | -2/+2 |
* | gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES | Ilia Mirkin | 2013-10-26 | 1 | -0/+1 |
* | r600g,radeonsi: use fences provided by the winsys | Marek Olšák | 2013-10-25 | 3 | -231/+3 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 3 | -16/+12 |
* | r600g/sb: Initialize shader::dce_flags. | Vinson Lee | 2013-10-20 | 1 | -1/+2 |
* | r600g/sb: fix issue with DCE between GVN and GCM (v2) | Vadim Girlin | 2013-10-17 | 4 | -12/+39 |
* | r600g/compute Improve debugging output | Tom Stellard | 2013-10-16 | 2 | -5/+7 |
* | radeon/uvd: use PIPE_BIND_LINEAR for video surfaces | Grigori Goronzy | 2013-10-13 | 1 | -3/+3 |
* | r600g: fix tgsi_op2_s with trans-only instructions | Vadim Girlin | 2013-10-13 | 1 | -5/+31 |
* | r600g: fix crash in set_framebuffer_state | Grigori Goronzy | 2013-10-11 | 2 | -12/+26 |
* | gallium/radeon: don't export any private symbols | Marek Olšák | 2013-10-08 | 1 | -1/+2 |
* | Revert "r600g: only flush the caches that need to be flushed during CP DMA op... | Marek Olšák | 2013-10-06 | 4 | -139/+28 |
* | r600g: texture offsets for non-TXF instructions | Grigori Goronzy | 2013-10-04 | 1 | -10/+10 |
* | r600g: remove an assertion causing a crash at context cleanup | Marek Olšák | 2013-10-04 | 1 | -1/+0 |
* | radeon: don't use old bind_vertex/fragment_sampler_states() hooks | Brian Paul | 2013-10-03 | 2 | -30/+6 |
* | radeon: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+1 |
* | r600g,radeonsi: create aux_context last | Marek Olšák | 2013-10-03 | 1 | -0/+3 |
* | r600/llvm: Adds support for MSAA | Vincent Lejeune | 2013-10-02 | 2 | -1/+53 |
* | r600g/llvm: Undef z and w component of 2D TXP inst | Vincent Lejeune | 2013-10-02 | 1 | -1/+2 |
* | r600g/llvm: fix txq for texture buffer | Vincent Lejeune | 2013-10-02 | 2 | -2/+8 |
* | r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM | Emil Velikov | 2013-10-01 | 1 | -1/+1 |
* | r600g/sb: Move variable dereference after null check. | Vinson Lee | 2013-09-30 | 1 | -1/+2 |
* | r600g,radeonsi: workaround for late shared screen initialization | Marek Olšák | 2013-09-30 | 1 | -1/+3 |
* | r600g: Fix build failure introduced with r600_texture.c consolidation | Laurent Carlier | 2013-09-29 | 1 | -4/+4 |
* | radeon: make texture logging more useful | Marek Olšák | 2013-09-29 | 1 | -2/+0 |
* | r600g,radeonsi: share r600_texture.c | Marek Olšák | 2013-09-29 | 7 | -1048/+13 |
* | r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap | Marek Olšák | 2013-09-29 | 1 | -9/+0 |
* | r600g: move the low-level buffer functions for multiple rings to drivers/radeon | Marek Olšák | 2013-09-29 | 9 | -88/+15 |
* | r600g,radeonsi: consolidate tiling_info initialization | Marek Olšák | 2013-09-29 | 5 | -135/+12 |
* | r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon | Marek Olšák | 2013-09-29 | 4 | -66/+42 |
* | radeonsi: move debug options to R600_DEBUG | Marek Olšák | 2013-09-29 | 1 | -29/+2 |
* | r600g: move some debug options to drivers/radeon | Marek Olšák | 2013-09-29 | 8 | -52/+28 |
* | r600g,radeonsi: share the async dma interface | Marek Olšák | 2013-09-29 | 5 | -46/+23 |
* | r600g,radeonsi: remove unused code | Marek Olšák | 2013-09-29 | 1 | -3/+0 |
* | r600g: move r600g-specific functions out of r600_texture.c | Marek Olšák | 2013-09-29 | 4 | -467/+461 |
* | r600g,radeonsi: consolidate r600_texture structures | Marek Olšák | 2013-09-29 | 1 | -24/+0 |
* | r600g: get rid of r600_texture::is_rat | Marek Olšák | 2013-09-29 | 2 | -8/+1 |
* | r600g: get rid of r600_texture::array_mode | Marek Olšák | 2013-09-29 | 3 | -25/+4 |
* | r600g,radeonsi: consolidate transfer, cmask, and fmask structures | Marek Olšák | 2013-09-29 | 7 | -95/+67 |