| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -1/+5 |
* | 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 | 5 | -26/+23 |
* | r600g,radeonsi: share r600_texture.c | Marek Olšák | 2013-09-29 | 18 | -1228/+367 |
* | 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 | 11 | -88/+87 |
* | r600g,radeonsi: consolidate tiling_info initialization | Marek Olšák | 2013-09-29 | 12 | -217/+148 |
* | radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it | Marek Olšák | 2013-09-29 | 4 | -19/+108 |
* | r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon | Marek Olšák | 2013-09-29 | 6 | -66/+74 |
* | radeonsi: move debug options to R600_DEBUG | Marek Olšák | 2013-09-29 | 6 | -38/+41 |
* | r600g: move some debug options to drivers/radeon | Marek Olšák | 2013-09-29 | 10 | -52/+61 |
* | r600g,radeonsi: share the async dma interface | Marek Olšák | 2013-09-29 | 8 | -51/+61 |
* | radeonsi: move radeonsi-specific functions out of r600_texture.c | Marek Olšák | 2013-09-29 | 4 | -46/+38 |
* | r600g,radeonsi: remove unused code | Marek Olšák | 2013-09-29 | 2 | -4/+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 | 3 | -42/+26 |
* | 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 | 9 | -127/+94 |
* | radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS | Marek Olšák | 2013-09-29 | 3 | -0/+9 |
* | radeon/llvm: fix TGSI_OPCODE_UCMP | Marek Olšák | 2013-09-29 | 1 | -3/+7 |
* | llvmpipe: count c_primitives before discarding null prims | Zack Rusin | 2013-09-25 | 1 | -7/+6 |
* | llvmpipe: we need to subdivide if fb is bigger in either direction | Zack Rusin | 2013-09-25 | 1 | -1/+1 |
* | radeon/llvm: fix shadow cube texturing for GL3.0 | Marek Olšák | 2013-09-25 | 1 | -23/+15 |
* | radeonsi: fix blitting the last 2 mipmap levels of compressed textures | Marek Olšák | 2013-09-25 | 3 | -2/+20 |
* | radeonsi: add missing colorbuffer formats (rework format translation) | Marek Olšák | 2013-09-25 | 1 | -346/+104 |
* | radeonsi: bypass alpha-test for integer colorbuffers | Marek Olšák | 2013-09-25 | 1 | -1/+10 |
* | 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 | 3 | -0/+9 |
* | radeon/uvd: try to place msg/fb buffer into GART | Christian König | 2013-09-25 | 1 | -2/+2 |
* | radeon/uvd: move alignment to winsys | Christian König | 2013-09-25 | 1 | -6/+0 |
* | Revert "llvmpipe: increase number of subpixel bits to eight" | Zack Rusin | 2013-09-24 | 3 | -17/+11 |
* | llvmpipe: align the array used for subdivived vertices | Zack Rusin | 2013-09-23 | 1 | -1/+1 |
* | llvmpipe: increase number of subpixel bits to eight | Zack Rusin | 2013-09-23 | 3 | -11/+17 |
* | radeon/uvd: async flush the UVD cs | Christian König | 2013-09-22 | 1 | -1/+1 |
* | 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 | 19 | -0/+151 |
* | radeonsi: simplify and fix MSAA texture sampling for array textures | Marek Olšák | 2013-09-20 | 2 | -27/+17 |
* | radeonsi: fix textureOffset and texelFetchOffset GLSL functions | Marek Olšák | 2013-09-20 | 1 | -9/+23 |
* | llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM. | José Fonseca | 2013-09-20 | 1 | -6/+78 |
* | freedreno/a3xx: fix typo mixup w/ mipfilter | Rob Clark | 2013-09-19 | 1 | -1/+1 |
* | freedreno: fix glReadPixels | Rob Clark | 2013-09-19 | 1 | -2/+2 |
* | ilo: make ilo_bind_sampler_states return void | Chia-I Wu | 2013-09-17 | 1 | -16/+25 |
* | nouveau: fix regression since float comparison instructions (v2) | Dave Airlie | 2013-09-16 | 6 | -14/+14 |
* | freedreno: PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE | Rob Clark | 2013-09-14 | 1 | -17/+43 |
* | freedreno/a3xx: fix VFD_INDEX_MAX overflow | Rob Clark | 2013-09-14 | 1 | -1/+1 |
* | freedreno: add debug option to disable GMEM bypass | Rob Clark | 2013-09-14 | 3 | -1/+3 |