| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon/vce: implement h264 profile support | Leo Liu | 2014-06-04 | 1 | -1/+4 |
* | r600g,radeonsi: disable fast clear if render condition is on | Marek Olšák | 2014-06-03 | 1 | -0/+3 |
* | radeonsi: implement SAMPLEPOS fragment shader input | Marek Olšák | 2014-06-02 | 3 | -0/+28 |
* | radeon: add basic register setup for per-sample shading | Marek Olšák | 2014-06-02 | 2 | -1/+9 |
* | radeon: split cayman_emit_msaa_state into 2 functions | Marek Olšák | 2014-06-02 | 2 | -12/+18 |
* | r600g: handle PIPE_QUERY_GPU_FINISHED | Christoph Bumiller | 2014-06-02 | 1 | -0/+9 |
* | radeon/vce: implement non-referenced frames | Leo Liu | 2014-05-27 | 2 | -3/+5 |
* | gallium/radeon: build only a single common library libradeon | Emil Velikov | 2014-05-15 | 1 | -8/+4 |
* | radeonsi: Fix anisotropic filtering state setup | Michel Dänzer | 2014-05-14 | 1 | -0/+9 |
* | radeon/llvm: add support for non-scalar system values | Marek Olšák | 2014-05-10 | 1 | -0/+6 |
* | radeonsi: add support for Mullins asics. | Samuel Li | 2014-05-02 | 1 | -0/+7 |
* | radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY | Tom Stellard | 2014-04-29 | 1 | -0/+7 |
* | r600g: fix for HTILE on R6xx | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r600g: fix MSAA resolve on R6xx when the destination is 1D-tiled | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | radeonsi: Added Diag Handler to receive LLVM Error messages | Darren Powell | 2014-04-17 | 1 | -6/+44 |
* | r600g,radeonsi: share some of gfx flush code | Marek Olšák | 2014-04-16 | 2 | -0/+49 |
* | r600g,radeonsi: share r600_flush_from_st | Marek Olšák | 2014-04-16 | 1 | -0/+17 |
* | radeonsi: merge si_flush with si_context_flush | Marek Olšák | 2014-04-16 | 1 | -0/+4 |
* | gallium/radeon: create and return a fence in the flush function | Marek Olšák | 2014-04-16 | 6 | -14/+17 |
* | r600g: remove redundant r600_flush_dma_from_winsys | Marek Olšák | 2014-04-16 | 1 | -8/+1 |
* | winsys/radeon: fold cs_set_flush_callback into cs_create | Marek Olšák | 2014-04-16 | 3 | -5/+5 |
* | r600g/radeonsi: Map transfer staging texture unsynchronized when possible | Michel Dänzer | 2014-04-16 | 1 | -0/+2 |
* | r600g/radeonsi: Use caching buffer manager for textures as well | Michel Dänzer | 2014-04-15 | 1 | -1/+1 |
* | radeon/vce: implement B-frame support | Christian König | 2014-04-11 | 2 | -22/+53 |
* | radeon/vce: add proper CPB backtrack | Christian König | 2014-04-11 | 3 | -23/+123 |
* | vl: add interface for H264 B-frame encoding | Christian König | 2014-04-11 | 1 | -5/+6 |
* | radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES | Christian König | 2014-04-11 | 3 | -4/+2 |
* | radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIK | Marek Olšák | 2014-04-09 | 1 | -5/+5 |
* | r600g,radeonsi: add a bunch of useful queries for the HUD | Marek Olšák | 2014-04-09 | 3 | -1/+41 |
* | r600g,radeonsi: set correct initial domain for shared resources | Marek Olšák | 2014-04-09 | 1 | -1/+1 |
* | Revert "radeon: just don't map VRAM buffers at all" | Leo Liu | 2014-04-04 | 1 | -2/+2 |
* | radeon/vce: cleanup cpb handling | Leo Liu | 2014-04-04 | 3 | -11/+38 |
* | radeonsi: disable fast color clear for 1D-tiled surfaces on CIK | Marek Olšák | 2014-03-22 | 1 | -0/+6 |
* | radeon: Move r600_need_dma_space to common code | Niels Ole Salscheider | 2014-03-20 | 2 | -0/+11 |
* | radeon: Move DMA ring creation to common code | Niels Ole Salscheider | 2014-03-14 | 2 | -0/+32 |
* | r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData | Marek Olšák | 2014-03-11 | 1 | -6/+16 |
* | r600g,radeonsi: fix broken buffer download | Marek Olšák | 2014-03-11 | 1 | -1/+1 |
* | r600g,radeonsi: use a fallback in dma_copy instead of failing | Marek Olšák | 2014-03-11 | 3 | -54/+39 |
* | r600g, radeonsi: fix primitives-generated query with disabled streamout | Marek Olšák | 2014-03-11 | 3 | -38/+77 |
* | r600g,radeonsi: don't add streamout.num_dw_for_end twice | Marek Olšák | 2014-03-11 | 1 | -2/+4 |
* | radeonsi: implement fast color clear | Marek Olšák | 2014-03-11 | 1 | -1/+5 |
* | r600g: move fast color clear code to a common place | Marek Olšák | 2014-03-11 | 2 | -4/+86 |
* | r600g,radeonsi: move CMASK register values from r600_surface to r600_texture | Marek Olšák | 2014-03-11 | 3 | -6/+33 |
* | r600g: move cayman MSAA setup to a common place | Marek Olšák | 2014-03-11 | 4 | -0/+260 |
* | r600g,radeonsi: set priorities for relocations | Marek Olšák | 2014-03-11 | 3 | -12/+17 |
* | r300g,uvd,vce: set priorities for relocations | Marek Olšák | 2014-03-11 | 3 | -3/+5 |
* | radeon: Fix build. | Vinson Lee | 2014-03-10 | 1 | -1/+1 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 2 | -2/+5 |
* | radeon/vce: fix memory leak | Christian König | 2014-03-08 | 1 | -0/+1 |
* | radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2 | Tom Stellard | 2014-03-07 | 2 | -1/+2 |