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
...
*
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
2016-10-26
1
-2
/
+3
*
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
2016-10-26
1
-7
/
+7
*
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
2016-10-18
5
-1625
/
+1
*
gallium/radeon: simplify initialization of 64-bit gallivm builders
Marek Olšák
2016-10-18
1
-18
/
+4
*
gallium/radeon: remove unused radeon_llvm_reg_index_soa
Marek Olšák
2016-10-18
2
-7
/
+0
*
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
2016-10-18
2
-986
/
+2
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
3
-10
/
+64
*
gallium/radeon: assign a name to LLVM output variables in debug builds
Nicolai Hähnle
2016-10-10
1
-1
/
+6
*
gallium/radeon: avoid redundant work with overlapping in/out arrays
Nicolai Hähnle
2016-10-10
1
-1
/
+4
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
2
-1
/
+11
*
gallium: add missing zero-init for resource templates
Rob Clark
2016-10-07
1
-0
/
+1
*
gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK
Samuel Pitoiset
2016-10-07
1
-0
/
+2
*
gallium/radeon: implement set_device_reset_callback
Nicolai Hähnle
2016-10-05
2
-0
/
+34
*
gallium/radeon: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
3
-6
/
+11
*
radeonsi: optionally run the LLVM IR verifier pass
Nicolai Hähnle
2016-10-04
4
-2
/
+17
*
gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsics
Nicolai Hähnle
2016-10-04
1
-2
/
+2
*
gallium/radeon: unify the creation of basic blocks
Nicolai Hähnle
2016-10-04
1
-10
/
+24
*
gallium/radeon: merge branch and loop flow control stacks
Nicolai Hähnle
2016-10-04
2
-82
/
+78
*
gallium/radeon: simplify if/else/endif blocks
Nicolai Hähnle
2016-10-04
2
-25
/
+18
*
gallium/radeon: label basic blocks by the corresponding TGSI pc
Nicolai Hähnle
2016-10-04
1
-0
/
+17
*
gallium/radeon: cleanup and fix branch emits
Nicolai Hähnle
2016-10-04
1
-37
/
+14
*
winsys/radeon: add buffer_get_reloc_offset
Nicolai Hähnle
2016-10-04
3
-2
/
+14
*
gallium/radeon: move r600_common_context::texture_buffers to r600g
Marek Olšák
2016-10-04
2
-7
/
+0
*
radeonsi: track buffer bind history
Marek Olšák
2016-10-04
2
-0
/
+2
*
gallium/radeon: inline r600_context_add_resource_size
Marek Olšák
2016-10-04
2
-21
/
+13
*
gallium/radeon: fix crash/regression in performance counters
Nicolai Hähnle
2016-09-30
1
-0
/
+9
*
gallium/radeon: update documentation of buffer_get_virtual_address
Nicolai Hähnle
2016-09-30
1
-0
/
+3
*
gallium/radeon: emit relocations for query fences
Nicolai Hähnle
2016-09-30
3
-8
/
+14
*
radeon/uvd: adjust the buffer offset when relocation is used
Nicolai Hähnle
2016-09-30
1
-0
/
+1
*
radeon/vce: adjust the buffer offset when relocation is used
Nicolai Hähnle
2016-09-30
1
-0
/
+1
*
radeon/video: don't use sub-allocated buffers
Nicolai Hähnle
2016-09-30
2
-1
/
+10
*
gallium/radeon: use smaller buffers for query results
Nicolai Hähnle
2016-09-29
1
-1
/
+1
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
1
-0
/
+1
*
gallium/radeon: implement get_query_result_resource (v2)
Nicolai Hähnle
2016-09-29
4
-1
/
+402
*
gallium/radeon: zero all query buffers
Nicolai Hähnle
2016-09-29
2
-17
/
+11
*
gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result
Nicolai Hähnle
2016-09-29
1
-5
/
+1
*
gallium/radeon: add query fences and r600_get_hw_query_params
Nicolai Hähnle
2016-09-29
1
-16
/
+91
*
radeonsi: add save_qbo_state
Nicolai Hähnle
2016-09-29
2
-0
/
+10
*
gallium/radeon: add r600_gfx_{write,wait}_fence
Nicolai Hähnle
2016-09-29
2
-0
/
+57
*
gallium/radeon: add barrier_flags to r600_common_screen
Nicolai Hähnle
2016-09-29
1
-0
/
+12
*
gallium/radeon: Initialize pipe_resource::next to NULL
Michel Dänzer
2016-09-28
2
-0
/
+2
*
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Nicolai Hähnle
2016-09-27
1
-0
/
+3
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
2
-0
/
+3
*
gallium/radeon: add RADEON_USAGE_SYNCHRONIZED
Nicolai Hähnle
2016-09-27
4
-5
/
+14
*
radeonsi: prepare 64-bit integer support. (v2)
Dave Airlie
2016-09-21
1
-7
/
+62
*
radeon/vce: add firmware support for version 52.8.3
Leo Liu
2016-09-20
1
-0
/
+3
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
1
-1
/
+5
*
radeonsi: reload PS inputs with direct indexing at each use (v2)
Marek Olšák
2016-09-14
2
-6
/
+30
*
gallium/radeon: set new r600_resource fields correctly in other places too
Marek Olšák
2016-09-13
1
-0
/
+11
*
radeon: Don't check DCC on pipe buffers
Jan Vesely
2016-09-13
1
-3
/
+4
[prev]
[next]