index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/rand_xor: add function to seed rand
Timothy Arceri
2017-03-23
1
-2
/
+1
*
util: move rand_xorshift128plus() to utils
Timothy Arceri
2017-03-23
1
-19
/
+5
*
gallium/radeon: formalize that create_batch_query doesn't need pipe_context
Marek Olšák
2017-03-17
3
-13
/
+12
*
gallium/radeon: formalize that create_query doesn't need pipe_context
Marek Olšák
2017-03-17
3
-32
/
+32
*
gallium/radeon: reference pipe_resource in pipe_transfer
Marek Olšák
2017-03-17
2
-2
/
+5
*
gallium/radeon: disable the shader cache if dumping shaders
Marek Olšák
2017-03-13
1
-0
/
+5
*
radeon/uvd: enable 10bit HEVC decode v2
Christian König
2017-03-13
2
-8
/
+20
*
radeon/UVD: fix the decoding target pitch calculation
Christian König
2017-03-13
1
-1
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Matt Turner
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-1
/
+2
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
3
-4
/
+4
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
3
-4
/
+4
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SI
Marek Olšák
2017-03-06
1
-1
/
+1
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
1
-4
/
+4
*
radeon: remove unused radeon_elf_util.{c,h}
Timothy Arceri
2017-02-28
5
-254
/
+0
*
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
2017-02-28
4
-51
/
+15
*
radeon: fix r600 builds when old version of llvm is present
Timothy Arceri
2017-02-23
1
-2
/
+2
*
r600/radeonsi: enable glsl/tgsi on-disk cache
Timothy Arceri
2017-02-23
2
-0
/
+46
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
1
-0
/
+1
*
radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable
Marek Olšák
2017-02-18
1
-3
/
+8
*
gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE
Marek Olšák
2017-02-18
2
-2
/
+3
*
gallium/radeon: change r600_aligned_buffer_create to take flags, not bind
Marek Olšák
2017-02-18
2
-4
/
+4
*
radeonsi: upload constants into VRAM instead of GTT
Marek Olšák
2017-02-18
1
-3
/
+8
*
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
2017-02-18
2
-2
/
+4
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
1
-0
/
+1
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
1
-1
/
+1
*
gallium/radeon: add a HUD query for monitoring the CS thread activity
Marek Olšák
2017-02-15
3
-1
/
+25
*
gallium/radeon: include SDMA in the GPU load query
Marek Olšák
2017-02-14
2
-1
/
+12
*
gallium/radeon: add an assertion to texture_transfer_map for app bugs
Marek Olšák
2017-02-14
1
-0
/
+1
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
3
-12
/
+12
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
*
gallium/radeon: use staging for texture read mappings from GTT WC
Marek Olšák
2017-02-10
1
-4
/
+5
*
gallium/radeon: ignore the level parameter in buffer_transfer_map
Marek Olšák
2017-02-10
1
-5
/
+4
*
gallium/radeon: fix performance of buffer readbacks
Marek Olšák
2017-02-10
1
-8
/
+9
*
radeon/uvd: add h264 constrained baseline support
Boyuan Zhang
2017-02-01
1
-0
/
+1
*
gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counter
Marek Olšák
2017-01-30
2
-26
/
+13
*
gallium/radeon: add new HUD queries for monitoring the CP
Samuel Pitoiset
2017-01-30
4
-3
/
+80
*
gallium/radeon: add new GPU-sdma-busy HUD query
Samuel Pitoiset
2017-01-30
4
-1
/
+21
*
gallium/radeon: rename grbm to mmio in the gpu load path
Samuel Pitoiset
2017-01-30
2
-32
/
+33
*
gallium/radeon: remove r600_common_context::max_db
Marek Olšák
2017-01-30
3
-20
/
+17
*
gallium/radeon: clean up r600_query_init_backend_mask
Marek Olšák
2017-01-30
3
-20
/
+17
*
gallium/radeon: allow VRAM-only placements again on APUs & recent amdgpu
Marek Olšák
2017-01-30
1
-0
/
+4
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
3
-0
/
+9
[next]