index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: add basic code for setting shader return values
Marek Olšák
2016-02-21
2
-4
/
+14
*
radeon/llvm: Add TargetLibraryInfo to the pass manager
Tom Stellard
2016-02-17
1
-1
/
+7
*
radeon/llvm: Set the target triple on the module
Tom Stellard
2016-02-17
2
-2
/
+10
*
Handle removal of LLVMAddTargetData in SVN revision 260919
Matthew Dawson
2016-02-16
1
-0
/
+6
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-6
/
+1
*
radeon/uvd: silence a warning
Marek Olšák
2016-02-10
1
-0
/
+3
*
gallium/radeon: add a function for adding llvm function attributes
Marek Olšák
2016-02-09
2
-4
/
+10
*
r600g: Ignore format for PIPE_BUFFER targets
Jan Vesely
2016-02-05
1
-1
/
+1
*
gallium/radeon: implement query_memory_info (v2)
Marek Olšák
2016-02-05
1
-0
/
+37
*
gallium/radeon: remove radeon_info::r600_tiling_config
Marek Olšák
2016-02-05
2
-2
/
+0
*
gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys
Marek Olšák
2016-02-05
4
-64
/
+5
*
gallium/radeon: set num_banks in the winsys
Marek Olšák
2016-02-05
3
-26
/
+2
*
gallium/radeon: just get num_tile_pipes from the winsys
Marek Olšák
2016-02-05
3
-38
/
+3
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
5
-52
/
+60
*
radeonsi: re-order the SQ_xx performance counter blocks
Nicolai Hähnle
2016-02-05
2
-39
/
+21
*
gallium/radeon: add GPIN driver query group
Nicolai Hähnle
2016-02-05
2
-3
/
+87
*
radeonsi: Allow dumping LLVM IR before optimization passes
Nicolai Hähnle
2016-02-05
2
-0
/
+2
*
gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_module
Nicolai Hähnle
2016-02-05
1
-3
/
+1
*
radeonsi: implement PK2H and UP2H opcodes
Marek Olšák
2016-02-04
1
-0
/
+72
*
radeonsi: fix Hyper-Z on Stoney
Marek Olšák
2016-02-04
1
-0
/
+4
*
gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-3
/
+23
*
radeonsi: rework RB+ for Stoney
Marek Olšák
2016-02-02
2
-6
/
+2
*
radeonsi: Add option for SI scheduler
Axel Davy
2016-01-28
2
-0
/
+2
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
2
-0
/
+23
*
radeonsi: change LLVM intrinsics for BREV, CLAMP, EX2
Marek Olšák
2016-01-22
1
-3
/
+6
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
2
-3
/
+3
*
radeonsi: use all SPI color formats
Marek Olšák
2016-01-22
1
-1
/
+5
*
radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpc
Marek Olšák
2016-01-22
1
-0
/
+1
*
gallium/radeon: Rename do_invalidate_resource to invalidate_buffer
Michel Dänzer
2016-01-18
1
-4
/
+6
*
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
2016-01-14
2
-8
/
+31
*
gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
3
-7
/
+20
*
gallium/radeon: reset valid_buffer_range on PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Nicolai Hähnle
2016-01-14
1
-0
/
+3
*
gallium/radeon: dump LLVM module outside of radeon_llvm_compile
Marek Olšák
2016-01-03
2
-4
/
+3
*
gallium/radeon: always add +DumpCode to the LLVM target machine for LLVM <= 3.5
Marek Olšák
2016-01-03
2
-4
/
+3
*
gallium/radeon: r600_can_dump_shader should get TGSI processor type directly
Marek Olšák
2016-01-03
2
-7
/
+3
*
gallium/radeon: send LLVM diagnostics as debug messages
Nicolai Hähnle
2016-01-02
1
-15
/
+46
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
2
-3
/
+7
*
gallium/radeon: implement set_debug_callback
Nicolai Hähnle
2016-01-02
2
-0
/
+14
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
2
-2
/
+2
*
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
2015-12-21
1
-3
/
+3
*
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
2015-12-18
1
-2
/
+3
*
configure.ac: use pkg-config for libelf
Jonathan Gray
2015-12-17
1
-2
/
+3
*
gallium/radeon: remove unnecessary test in r600_pc_query_add_result
Nicolai Hähnle
2015-12-15
1
-3
/
+0
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
15
-69
/
+60
*
radeonsi: implement fast stencil clear
Marek Olšák
2015-12-11
1
-0
/
+2
*
gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly
Marek Olšák
2015-12-11
2
-3
/
+11
*
radeonsi: implement RB+ for Stoney (v2)
Marek Olšák
2015-12-11
3
-0
/
+10
*
Revert "radeonsi: disable DCC on Stoney"
Marek Olšák
2015-12-11
1
-4
/
+0
[prev]
[next]