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
/
radeonsi
/
si_shader_tgsi_mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: inline load_fetch_args
Marek Olšák
2018-08-14
1
-39
/
+28
*
radeonsi: merge txq_emit and resq_emit
Marek Olšák
2018-08-14
1
-48
/
+45
*
radeonsi: inline resq_fetch_args
Marek Olšák
2018-08-14
1
-62
/
+34
*
radeonsi: inline txq_fetch_args
Marek Olšák
2018-08-14
1
-26
/
+7
*
radeonsi: use get_resinfo directly in lower_gather4_integer
Marek Olšák
2018-08-14
1
-13
/
+12
*
radeonsi: inline tex_fetch_args into build_tex_intrinsic
Marek Olšák
2018-08-14
1
-222
/
+188
*
radeonsi: set GLC=1 for all write-only shader resources
Marek Olšák
2018-08-07
1
-2
/
+19
*
radeonsi: stop using lp_build_emit_llvm_unary/binary
Marek Olšák
2018-06-25
1
-5
/
+2
*
radeonsi: stop using lp_bld_intr.h
Marek Olšák
2018-06-25
1
-9
/
+6
*
radeonsi: stop using lp_bld_arit.h
Marek Olšák
2018-06-25
1
-8
/
+7
*
radeonsi: stop using lp_build_gather_values
Marek Olšák
2018-06-25
1
-3
/
+2
*
radeonsi: clean up some #includes
Marek Olšák
2018-06-25
1
-1
/
+1
*
radeonsi: fix FBFETCH with 2D MSAA arrays
Marek Olšák
2018-06-13
1
-1
/
+2
*
radeonsi: Fix crash on shaders using MSAA image load/store
Alex Smith
2018-06-01
1
-1
/
+7
*
radeonsi: remove unused variable addr_vec
Marek Olšák
2018-05-25
1
-1
/
+1
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-131
/
+99
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-144
/
+78
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-2
/
+48
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-0
/
+59
*
radeonsi: move FMASK shader logic to shared code
Marek Olšák
2018-04-02
1
-72
/
+2
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
1
-3
/
+3
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-2
/
+1
*
radeonsi: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-4
/
+10
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
1
-1
/
+1
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
1
-2
/
+6
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-3
/
+3
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
1
-1
/
+1
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
1
-21
/
+5
*
radeonsi: don't call force_dcc_off for buffers
Marek Olšák
2017-12-16
1
-1
/
+1
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
1
-2
/
+2
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-11
/
+11
*
radeonsi: use ac.lds for shared memory
Marek Olšák
2017-11-25
1
-1
/
+1
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
1
-2
/
+2
*
radeonsi: use f32_0 and f32_1
Marek Olšák
2017-10-06
1
-2
/
+2
*
radeonsi: fold *gallivm
Marek Olšák
2017-10-06
1
-8
/
+4
*
radeonsi: use ctx->ac.context and ctx->types
Marek Olšák
2017-10-06
1
-1
/
+1
*
radeonsi: use ctx->ac.builder
Marek Olšák
2017-10-06
1
-69
/
+49
*
radeonsi: use ac helpers for bitcasts
Marek Olšák
2017-10-06
1
-24
/
+16
*
radeonsi: use si_get_indirect_index for CONST indexing
Marek Olšák
2017-10-06
1
-1
/
+1
*
tgsi: implement tgsi_util_get_inst_usage_mask properly
Marek Olšák
2017-10-06
1
-11
/
+0
*
radeonsi: fix a regression in integer cube map handling
Nicolai Hähnle
2017-10-02
1
-8
/
+26
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
1
-6
/
+19
*
radeonsi: fix array textures layer coordinate
Nicolai Hähnle
2017-09-20
1
-1
/
+10
*
amd/common: round cube array slice in ac_prepare_cube_coords
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
radeonsi: workaround for gather4 on integer cube maps
Nicolai Hähnle
2017-09-18
1
-6
/
+100
*
radeonsi: make use of LOAD for UBOs
Timothy Arceri
2017-09-15
1
-10
/
+21
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
1
-15
/
+20
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
1
-1
/
+1
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
1
-11
/
+4
[prev]
[next]