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: 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
*
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
2017-07-31
1
-8
/
+14
*
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
1
-20
/
+13
*
radeonsi/gfx9: fix TXF_LZ with 1D textures
Marek Olšák
2017-06-19
1
-1
/
+2
*
radeonsi: add support for loading bindless images
Samuel Pitoiset
2017-06-14
1
-7
/
+21
*
radeonsi: add support for loading bindless samplers
Samuel Pitoiset
2017-06-14
1
-3
/
+12
*
radeonsi: use ac_build_buffer_load for shader buffer loads
Marek Olšák
2017-05-29
1
-22
/
+21
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
1
-9
/
+9
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-3
/
+3
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
1
-4
/
+11
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
1
-4
/
+9
*
radeonsi: get the sampler view type from inst->Texture for TG4
Samuel Pitoiset
2017-05-18
1
-7
/
+3
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-0
/
+1883