| Commit message (Expand) | Author | Age | Files | Lines |
* | noop: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 4 | -17/+23 |
* | identity: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 4 | -15/+18 |
* | freedreno: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 6 | -41/+47 |
* | trace: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -13/+10 |
* | llvmpipe: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -85/+46 |
* | rbug: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -11/+9 |
* | softpipe: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 4 | -92/+37 |
* | r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM | Emil Velikov | 2013-10-01 | 1 | -1/+1 |
* | gallium/radeon: drop unused variable LIBGALLIUM_LIBS | Emil Velikov | 2013-10-01 | 1 | -3/+0 |
* | llvmpipe: Remove unnecessary null check of shader. | Vinson Lee | 2013-09-30 | 1 | -1/+1 |
* | svga: fix pixel center integer | Brian Paul | 2013-09-30 | 1 | -2/+4 |
* | svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER | Brian Paul | 2013-09-30 | 1 | -1/+1 |
* | svga: we don't support TGSI_OPCODE_CONT | Brian Paul | 2013-09-30 | 2 | -2/+5 |
* | 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 |