| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 1 | -2/+0 |
* | r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 | Tom Stellard | 2014-10-31 | 2 | -6/+6 |
* | gallium/radeon: Add query for symbol specific config information | Tom Stellard | 2014-10-31 | 3 | -0/+86 |
* | r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' | Dieter Nützel | 2014-10-30 | 1 | -1/+0 |
* | radeon/llvm: Dynamically allocate branch/loop stack arrays | Michel Dänzer | 2014-10-29 | 2 | -6/+37 |
* | radeon: enable Hyper-Z on r600g and radeonsi by default | Andreas Boll | 2014-10-24 | 3 | -3/+3 |
* | r600g,radeonsi: convert TGSI shader type to LLVM shader type | Marek Olšák | 2014-10-21 | 1 | -1/+30 |
* | r600g,radeonsi: Only set use_staging_texture = TRUE once | Michel Dänzer | 2014-10-15 | 1 | -8/+5 |
* | r600g,radeonsi: Use staging texture for transfers if any miplevel is tiled | Michel Dänzer | 2014-10-15 | 1 | -1/+1 |
* | radeonsi: remove shader->input[] and output[] arrays and dependencies | Marek Olšák | 2014-10-12 | 1 | -1/+2 |
* | r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM buffers | Michel Dänzer | 2014-10-09 | 1 | -1/+3 |
* | radeonsi/compute: do CS partial flush with si_emit_cache_flush | Marek Olšák | 2014-09-24 | 1 | -0/+1 |
* | radeonsi/compute: flush caches with si_emit_cache_flush | Marek Olšák | 2014-09-24 | 1 | -0/+3 |
* | r600g,radeonsi: add debug option which forces DMA for copy_region and blit | Marek Olšák | 2014-09-12 | 2 | -1/+3 |
* | radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers | Christian König | 2014-09-11 | 1 | -1/+1 |
* | radeon/video: use the hw to initial clear the buffers | Christian König | 2014-09-11 | 3 | -10/+8 |
* | radeon/video: use more of the common buffer code v2 | Christian König | 2014-09-11 | 6 | -67/+62 |
* | r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOs | Michel Dänzer | 2014-09-10 | 1 | -0/+1 |
* | gallium/radeon: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -7/+20 |
* | r600g,radeonsi: make sure there's enough CS space before resuming queries | Marek Olšák | 2014-09-04 | 1 | -0/+28 |
* | Revert "r600g,radeonsi: initialize HTILE to fully-expanded state" | Marek Olšák | 2014-09-04 | 1 | -3/+1 |
* | r600g,radeonsi: Preserve existing buffer flags | Michel Dänzer | 2014-09-03 | 1 | -3/+3 |
* | r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPU | Michel Dänzer | 2014-09-02 | 1 | -9/+14 |
* | radeonsi: implement EXPCLEAR optimization for depth | Marek Olšák | 2014-09-01 | 1 | -0/+1 |
* | r600g,radeonsi: initialize HTILE to fully-expanded state | Marek Olšák | 2014-09-01 | 1 | -1/+3 |
* | r600g: use HTILE allocator from SI | Marek Olšák | 2014-09-01 | 1 | -41/+19 |
* | gallium/radeon: cleanup header inclusion | Emil Velikov | 2014-08-28 | 7 | -7/+7 |
* | radeon/uvd: remove comment about RV770 | Alex Deucher | 2014-08-27 | 1 | -1/+0 |
* | radeon/uvd: fix field handling on R6XX style UVD | Christian König | 2014-08-26 | 1 | -2/+5 |
* | radeon: Add work-around for missing Hainan support in clang < 3.6 v2 | Tom Stellard | 2014-08-21 | 1 | -1/+14 |
* | gallium/radeon: Do not use u_upload_mgr for buffer downloads | Niels Ole Salscheider | 2014-08-19 | 1 | -12/+8 |
* | radeonsi: use r600_draw_rectangle from r600g | Marek Olšák | 2014-08-19 | 2 | -0/+72 |
* | r600g: implement invalidation of texture buffer objects | Marek Olšák | 2014-08-14 | 2 | -0/+7 |
* | radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE | Tom Stellard | 2014-08-13 | 1 | -13/+19 |
* | android: gallium/radeon: attempt to fix the android build | Paulo Sergio Travaglia | 2014-08-13 | 1 | -0/+38 |
* | gallium/radeon: Set gpu_address to 0 if r600_virtual_address is false | Niels Ole Salscheider | 2014-08-10 | 1 | -0/+2 |
* | radeonsi: fix CMASK and HTILE allocation on Tahiti | Marek Olšák | 2014-08-09 | 1 | -2/+2 |
* | gallium/radeon: remove r600_resource_va | Marek Olšák | 2014-08-09 | 1 | -9/+0 |
* | gallium/radeon: use gpu_address from r600_resource | Marek Olšák | 2014-08-09 | 3 | -21/+14 |
* | gallium/radeon: store VM address in r600_resource | Marek Olšák | 2014-08-09 | 3 | -2/+7 |
* | radeonsi: always prefer SWITCH_ON_EOP(0) on CIK | Marek Olšák | 2014-08-09 | 2 | -1/+2 |
* | r600g/radeonsi: Prefer VRAM for CPU -> GPU streaming buffers | Michel Dänzer | 2014-08-01 | 1 | -4/+11 |
* | r600g/radeonsi: Reduce or even drop special treatment of persistent mappings | Michel Dänzer | 2014-08-01 | 1 | -4/+8 |
* | gallium/radeon: Add some Emacs .dir-locals.el files | Michel Dänzer | 2014-07-29 | 1 | -0/+11 |
* | r600g,radeonsi: switch all occurences of array_size to util_max_layer | Marek Olšák | 2014-07-28 | 1 | -3/+6 |
* | radeonsi: fix occlusion queries on Hawaii | Marek Olšák | 2014-07-28 | 1 | -1/+7 |
* | radeonsi: fix a hang with streamout on Hawaii | Marek Olšák | 2014-07-28 | 1 | -0/+1 |
* | radeonsi: fix CMASK and HTILE calculations for Hawaii | Marek Olšák | 2014-07-28 | 1 | -2/+2 |
* | r600g,radeonsi: add debug flags which disable tiling | Marek Olšák | 2014-07-28 | 3 | -13/+24 |
* | gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED | Tom Stellard | 2014-07-25 | 1 | -0/+7 |