Introduce .editorconfig
[mesa.git] / src / gallium / drivers / radeon /
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-08-29 Jan Veselygallium: add cap to export device pointer size
2016-08-29 Marek Olšákgallium/radeon: clear dirty_level_mask when discarding...
2016-08-26 Marek Olšákgallium/radeon: add a driver query for AMDGPU_INFO_NUM_...
2016-08-26 Marek Olšákgallium/radeon: increase priority for shader binaries
2016-08-26 Marek Olšákgallium/radeon: merge USER_SHADER and INTERNAL_SHADER...
2016-08-25 Marek Olšákradeonsi: don't use allocas for arrays with LLVM 3.8
2016-08-25 Marek Olšákgallium/radeon: unify and simplify checking for an...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-19 Boyuan Zhangradeon/vce: set flag based on dual instance enablement
2016-08-18 Marek Olšákradeonsi: initialize and finalize the LLVM function...
2016-08-17 Marek Olšákgallium/radeon: assign the highest priority to scratch...
2016-08-17 Marek Olšákgallium/winsys: re-number winsys priority flags
2016-08-17 Marek Olšákgallium/radeon: mark shader rings as highest-priority...
2016-08-17 Marek Olšákgallium/radeon: set SHADER_RW_BUFFER priority for strea...
2016-08-17 Marek Olšákradeonsi: use current context for DCC feedback-loop...
2016-08-17 Marek Olšákgallium/radeon: use unflushed fences for PIPE_QUERY_GPU...
2016-08-17 Nicolai Hähnlegallium/radeon: use lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallium/radeon: protect against out of bounds temporary...
2016-08-17 Nicolai Hähnlegallium/radeon: add radeon_llvm_bound_index for bounds...
2016-08-17 Nicolai Hähnlegallium/radeon: reduce alloca of temporaries based...
2016-08-17 Nicolai Hähnlegallium/radeon: use tgsi_scan_arrays for temp arrays
2016-08-17 Nicolai Hähnlegallium/radeon: allocate temps array info in radeon_llv...
2016-08-17 Nicolai Hähnlegallium/radeon: always do the full store in store_value...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common getelementptr logic...
2016-08-17 Nicolai Hähnlegallium/radeon: pass indirect register info into get_al...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common lookup code into get_tem...
2016-08-17 Nicolai Hähnlegallium/radeon: clarify the comment on the array alloca...
2016-08-17 Nicolai Hähnlegallium/radeon: more descriptive names for LLVM tempora...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_store for...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_fetch for...
2016-08-17 Nicolai Hähnlegallium/radeon: clean up emit_declaration for temporaries
2016-08-09 Marek Olšákgallium/radeon: use unflushed fences for deferred flush...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium/radeon: add HUD queries for mapped VRAM/GTT
2016-08-09 Marek Olšákwinsys/amdgpu: track the amount of mapped memory
2016-08-09 Marek Olšákgallium/radeon: increase the size of the renderer string
2016-08-09 Marek Olšákgallium/radeon: implement ARB_clear_texture (v3)
2016-08-08 Nicolai Hähnlewinsys/amdgpu: query ME/PFP/CE firmware versions
2016-08-06 Marek OlšákRevert "gallium/radeon: count contexts"
2016-08-06 Marek Olšákgallium/radeon: add cs_get_next_fence winsys callback
2016-08-06 Marek Olšákgallium/radeon: count contexts
2016-08-06 Marek Olšákgallium/radeon: count gfx IB flushes
2016-08-06 Marek Olšákgallium/radeon: move radeon_winsys::cs_memory_below_lim...
2016-08-06 Marek Olšákgallium/radeon: inline radeon_winsys::query_memory_usage
2016-08-06 Marek Olšákgallium/radeon/winsyses: expose per-IB used_vram and...
2016-08-06 Marek Olšákradeonsi: flush if sampler views and images use too...
2016-08-06 Marek Olšákgallium/radeon: add r600_resource::vram_usage and gart_...
2016-08-03 Marek Olšákgallium/radeon: move last_gfx_fence from radeonsi to...
2016-08-03 Marek Olšákradeonsi: don't set the last parameter component of...
2016-08-03 Marek Olšákradeonsi: use llvm.amdgcn.cube* if available
2016-08-03 Marek Olšákradeonsi: use llvm.amdgcn.rsq.f64 if available
2016-08-03 Marek Olšákradeonsi: use v_mad_f32 for fma
2016-07-26 Marek Olšákradeon/llvm: Use alloca instructions for larger arrays...
2016-07-23 Marek Olšákradeonsi: implement buffer_subdata without indirect...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-22 Marek Olšákgallium/radeon: make deferred flushes asynchronous
2016-07-19 Marek Olšákgallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS...
2016-07-18 Christian Königradeon/uvd: add session context buffer for polaris...
2016-07-14 Marek OlšákRevert "radeon/llvm: Use alloca instructions for larger...
2016-07-14 Marek Olšákradeon/uvd: fail to create a decoder if RUVD_MSG_CREATE...
2016-07-14 Marek Olšákgallium/radeon: add a return value to cs_flush
2016-07-14 Boyuan Zhangradeon/vce: handle newly added parameters
2016-07-13 Marek Olšákgallium/radeon: normalize the code style
2016-07-13 Marek Olšákradeonsi: just save buffer sizes instead of buffers...
2016-07-08 Christian Königradeon/uvd: simplify sending context buffer message
2016-07-08 Christian Königradeon/uvd: fix contex buffer destruction in the error...
2016-07-08 Christian Königradeon/uvd: move polaris fw check into radeon_video...
2016-07-08 Christian Königradeon/video: fix coding style in radeon_video.c v2
2016-07-08 Nicolai Hähnleradeonsi: explicitly choose center locations for 1xAA...
2016-07-06 Tom Stellardradeon/llvm: Use alloca instructions for larger arrays
2016-07-06 Tom Stellardradeon/llvm: Add helpers for loading and storing data...
2016-07-06 Tom Stellardradeon/llvm: Remove uses_temp_indirect_addressing(...
2016-07-06 Nicolai Hähnlegallium/radeon: add depth/stencil_adjusted output to...
2016-07-06 Nicolai Hähnlegallium/radeon: allocate only the required plane for...
2016-07-06 Nicolai Hähnlegallium/radeon: replace is_flushing_texture with db_com...
2016-07-06 Nicolai Hähnlegallium/radeon: add can_sample_z/s flags for textures
2016-07-06 Nicolai Hähnlegallium/radeon/winsyses: remove unused stencil_offset
2016-07-06 Nicolai Hähnlegallium/radeon: remove redundant null-pointer check
2016-07-06 Nicolai Hähnlegallium/radeon: print StencilLayout only once
2016-07-06 Nicolai Hähnlegallium/radeon: flush stdout after printing texture...
2016-07-05 Leo Liuradeon/vce: update encRefPic addr and array mode to...
2016-07-05 Leo Liuradeon/vce: increase cpb height alignment
2016-07-04 Marek Olšákgallium/radeon: add and use radeon_info::max_alloc_size...
2016-07-04 Marek Olšákradeonsi: print LLVM IRs to ddebug logs
2016-07-04 Marek Olšákgallium/radeon: remove unused code - radeon_llvm_util.*
2016-07-04 Marek Olšákradeonsi: keep using v_rcp_f32 for division in future...
2016-07-04 Indrajit Dasradeon/uvd: fix overflow error while calculating bit...
2016-06-29 sonjiangradeon/uvd: fix a h265 context size bug
2016-06-29 sonjiangradeon/uvd: seperate uvd context buffer from DPB
2016-06-29 sonjiangradeon uvd add uvd fw version for amdgpu
2016-06-29 Marek Olšákgallium/radeon: remove zombie textures kept alive by...
2016-06-29 Marek Olšákgallium/radeon: don't re-create queries for DCC stat...
2016-06-29 Marek Olšákgallium/radeon: assume X11 DRI3 can use at most 5 back...
2016-06-29 Marek Olšákgallium/radeon: separate DCC starts as disabled (ps_dra...
2016-06-29 Marek Olšákgallium/radeon: R600_DEBUG=nodccfb disables separate DCC
2016-06-29 Marek Olšákgallium/radeon: add and use r600_texture_reference
2016-06-29 Marek Olšákgallium/radeon: add a HUD query for PS draw ratio stats...
2016-06-29 Marek Olšákgallium/radeon: add a heuristic enabling DCC for scanou...
2016-06-29 Marek Olšákgallium/radeon: add state setup for a separate DCC...
next