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: 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
*
radeonsi: disable DCC on Stoney
Marek Olšák
2015-12-07
1
-0
/
+4
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
3
-6
/
+6
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
radeonsi: fix Fiji for LLVM <= 3.7
Marek Olšák
2015-12-03
1
-1
/
+2
*
radeonsi: fix occlusion queries on Fiji
Marek Olšák
2015-12-03
1
-2
/
+2
*
radeonsi: print framebuffer info into ddebug logs
Marek Olšák
2015-12-03
2
-2
/
+2
*
gallium/radeon: print more info about HTILE
Marek Olšák
2015-12-03
2
-2
/
+17
*
gallium/radeon: print more info about CMASK
Marek Olšák
2015-12-03
2
-3
/
+16
*
gallium/radeon: rename fmask::pitch -> pitch_in_pixels
Marek Olšák
2015-12-03
2
-4
/
+4
*
gallium/radeon: print more information about textures
Marek Olšák
2015-12-03
1
-5
/
+43
*
gallium/radeon: move printing texture info into a separate function
Marek Olšák
2015-12-03
1
-41
/
+51
*
gallium/radeon: remove unused r600_texture::pitch_override
Marek Olšák
2015-12-03
2
-2
/
+0
*
gallium/radeon: remove DBG_TEXMIP
Marek Olšák
2015-12-03
3
-4
/
+2
*
radeon: only suspend queries on flush if they haven't been suspended yet
Nicolai Hähnle
2015-11-28
2
-2
/
+9
*
radeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfcounters
Nicolai Hähnle
2015-11-26
1
-0
/
+2
*
radeon: delay the generation of driver query names until first use
Nicolai Hähnle
2015-11-26
2
-96
/
+106
*
radeonsi: implement AMD_performance_monitor for CIK+
Nicolai Hähnle
2015-11-25
6
-3
/
+784
*
radeon: scale query buffer size to result size
Nicolai Hähnle
2015-11-25
1
-1
/
+1
*
radeon: extend CIK_UCONFIG_REG_END for performance counters
Nicolai Hähnle
2015-11-25
1
-1
/
+1
*
radeon: add perfcounter-related EVENT_TYPEs
Nicolai Hähnle
2015-11-25
1
-0
/
+3
*
radeon: additional constants for WAIT_REG_MEM and EVENT_WRITE_EOP
Nicolai Hähnle
2015-11-25
1
-0
/
+8
*
radeon/llvm: Use llvm.AMDIL.exp intrinsic again for now
Michel Dänzer
2015-11-24
1
-1
/
+1
*
radeon/uvd: uv pitch separation for stoney
Boyuan Zhang
2015-11-23
2
-1
/
+6
*
radeon: re-prepare query buffers on begin_query for predicate queries
Nicolai Hähnle
2015-11-20
2
-15
/
+18
*
radeon: reset query buffers for PIPE_QUERY_TIMESTAMP
Nicolai Hähnle
2015-11-20
1
-8
/
+18
*
radeon/vce: disable two pipe mode for stoney
Leo Liu
2015-11-20
1
-1
/
+2
*
radeon/vce: add new firmware interface support
Leo Liu
2015-11-20
4
-5
/
+262
*
radeon: ensure that timing/profiling queries are suspended on flush
Nicolai Hähnle
2015-11-20
2
-9
/
+6
*
radeon: count cs dwords separately for query begin and end
Nicolai Hähnle
2015-11-18
2
-15
/
+21
*
radeon: expose r600_query_hw functions for reuse
Nicolai Hähnle
2015-11-18
2
-14
/
+27
*
radeon: implement r600_query_hw_get_result via function pointers
Nicolai Hähnle
2015-11-18
2
-99
/
+94
*
radeon: split hw query buffer handling from cs emit
Nicolai Hähnle
2015-11-18
2
-81
/
+133
*
radeon: convert hardware queries to the new style
Nicolai Hähnle
2015-11-18
2
-148
/
+172
*
radeon: convert software queries to the new style
Nicolai Hähnle
2015-11-18
1
-172
/
+194
*
radeon: add query handler function pointers
Nicolai Hähnle
2015-11-18
2
-7
/
+62
*
radeon: move R600_QUERY_* constants into a new query header file
Nicolai Hähnle
2015-11-18
4
-15
/
+51
*
radeon: cleanup driver query list
Nicolai Hähnle
2015-11-18
1
-29
/
+55
*
radeon: move get_driver_query_info to r600_query.c
Nicolai Hähnle
2015-11-18
3
-45
/
+51
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
3
-11
/
+11
*
gallium/radeon: remove predicate_drawing flag
Marek Olšák
2015-11-13
2
-2
/
+0
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
3
-44
/
+38
[next]