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
/
radeonsi
/
si_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: import cayman_msaa.c from drivers/radeon
Marek Olšák
2017-10-09
1
-0
/
+1
*
radeonsi: import r600_streamout from drivers/radeon
Marek Olšák
2017-10-09
1
-0
/
+1
*
radeonsi: disable primitive binning on Vega10 (v2)
Marek Olšák
2017-10-09
1
-4
/
+15
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
1
-19
/
+19
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-0
/
+1
*
radeonsi: add VS blit shader creation
Marek Olšák
2017-10-07
1
-0
/
+10
*
radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival Evolved
Marek Olšák
2017-10-06
1
-0
/
+2
*
radeonsi: implement PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-3
/
+1
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
1
-1
/
+2
*
radeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
radeonsi: emit LDEXP opcode
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-12
/
+12
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+1
*
radeonsi: allow out-of-order rasterization in commutative blending cases
Nicolai Hähnle
2017-09-18
1
-0
/
+2
*
radeonsi: add drirc option "radeonsi_assume_no_z_fights"
Nicolai Hähnle
2017-09-18
1
-0
/
+2
*
radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUs
Nicolai Hähnle
2017-09-18
1
-0
/
+3
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
1
-1
/
+0
*
radeonsi: enable STD430 packing of UBOs by default
Timothy Arceri
2017-09-15
1
-1
/
+1
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
1
-0
/
+5
*
gallium/radeon: sort DBG shader flags according to pipe_shader_type
Marek Olšák
2017-09-04
1
-3
/
+2
*
radeonsi: fix ARB_transform_feedback_overflow_query on <= VI
Nicolai Hähnle
2017-09-04
1
-1
/
+3
*
radeonsi: set IF_THRESHOLD to 4
Timothy Arceri
2017-08-25
1
-1
/
+1
*
radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC
Marek Olšák
2017-08-22
1
-1
/
+1
*
radeonsi: remove Constant Engine support
Marek Olšák
2017-08-22
1
-43
/
+0
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
1
-12
/
+0
*
radeonsi: emit string markers to log context
Nicolai Hähnle
2017-08-22
1
-0
/
+3
*
radeonsi: print saved CS to the log context
Nicolai Hähnle
2017-08-22
1
-3
/
+4
*
radeonsi: implement pipe_context::set_log_context
Nicolai Hähnle
2017-08-22
1
-0
/
+9
*
radeonsi: don't use CLEAR_STATE on SI
Marek Olšák
2017-08-18
1
-0
/
+4
*
radeonsi: disable CE by default
Marek Olšák
2017-08-15
1
-6
/
+18
*
radeonsi: enable support for EXT_memory_object
Andres Rodriguez
2017-08-06
1
-1
/
+1
*
radeonsi: hook up device/driver UUID queries
Andres Rodriguez
2017-08-06
1
-0
/
+14
*
radeonsi: set drirc compiler options before calling common screen init
Nicolai Hähnle
2017-08-04
1
-4
/
+10
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
2017-08-02
1
-0
/
+4
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-2
/
+2
*
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
2017-07-31
1
-0
/
+6
*
radeonsi: implement pipe_screen::get_compiler_options for NIR
Nicolai Hähnle
2017-07-31
1
-0
/
+33
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
radeonsi: decrease the number of compiler threads
Marek Olšák
2017-07-26
1
-1
/
+1
*
radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
Nicolai Hähnle
2017-07-26
1
-2
/
+2
*
radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queue
Marek Olšák
2017-07-18
1
-1
/
+2
*
radeonsi: automatically resize shader compiler thread queues when they are full
Marek Olšák
2017-07-17
1
-8
/
+4
*
radeonsi: expose ARB_timer_query unconditionally
Marek Olšák
2017-07-17
1
-5
/
+2
[next]