| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS | Marek Olšák | 2013-09-29 | 1 | -0/+3 |
* | r600g: fix texture buffer object cache flushing | Marek Olšák | 2013-09-25 | 1 | -1/+4 |
* | r600g: fix constant buffer cache flushing | Marek Olšák | 2013-09-25 | 1 | -1/+5 |
* | radeon/winsys: keep screen pointer in winsys v2 | Christian König | 2013-09-25 | 1 | -0/+3 |
* | r600g: fast color clears for single-sample buffers | Grigori Goronzy | 2013-09-20 | 5 | -11/+86 |
* | r600g: add support for separately allocated CMASKs | Grigori Goronzy | 2013-09-20 | 4 | -10/+60 |
* | gallium: add flush_resource context function | Marek Olšák | 2013-09-20 | 1 | -0/+6 |
* | radeon/uvd: move more logic into the common files | Christian König | 2013-09-12 | 3 | -35/+2 |
* | r600g: remove DMA padding | Alex Deucher | 2013-09-06 | 1 | -9/+0 |
* | gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl... | Axel Davy | 2013-09-06 | 1 | -1/+2 |
* | r600g/compute: Fix bug in compute memory pool | Tom Stellard | 2013-09-05 | 1 | -7/+2 |
* | r600g/compute: Don't flush the cs in pipe_context::launch_grid() | Tom Stellard | 2013-09-05 | 1 | -10/+1 |
* | r600g: move streamout state to drivers/radeon | Marek Olšák | 2013-08-31 | 21 | -1486/+981 |
* | r600g,radeonsi: remove unused variables | Marek Olšák | 2013-08-31 | 1 | -3/+0 |
* | r600g: enable SB backend by default | Vadim Girlin | 2013-08-30 | 4 | -5/+6 |
* | r600g: fix color exports when we have no CBs | Vadim Girlin | 2013-08-30 | 1 | -3/+4 |
* | r600g: Implement the new float comparison instructions for Cayman as well. | Henri Verbeet | 2013-08-25 | 1 | -4/+4 |
* | r600g/sb: Move memsets of member structs to within constructor bodies. | Vinson Lee | 2013-08-19 | 2 | -6/+3 |
* | vl: add entrypoint to get_video_param | Christian König | 2013-08-19 | 3 | -2/+5 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 3 | -7/+7 |
* | vl: rename enum pipe_video_codec to pipe_video_format | Christian König | 2013-08-19 | 1 | -3/+3 |
* | vl: use a template for create_video_decoder | Christian König | 2013-08-19 | 2 | -13/+3 |
* | radeonsi: port texture improvements from r600g | Marek Olšák | 2013-08-17 | 2 | -5/+1 |