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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
6
-9
/
+46
*
radeonsi: add helper si_get_minimum_num_gfx_cs_dwords
Marek Olšák
2019-04-23
2
-7
/
+12
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
5
-41
/
+44
*
ac: add radeon_info::marketing_name, replacing the winsys callback
Marek Olšák
2019-04-23
1
-12
/
+3
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
1
-0
/
+3
*
radeonsi: use CP DMA for the null const buffer clear on CIK
Marek Olšák
2019-04-22
5
-10
/
+16
*
radeonsi/gfx9: use the correct condition for the DPBB + QUANT_MODE workaround
Marek Olšák
2019-04-18
1
-4
/
+4
*
radeonsi/nir: fix scanning of bindless images
Timothy Arceri
2019-04-17
1
-38
/
+37
*
nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible
Marek Olšák
2019-04-16
1
-0
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
2
-80
/
+0
*
radeonsi: enable GL_EXT_shader_image_load_formatted
Marek Olšák
2019-04-15
1
-0
/
+1
*
radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missing
Marek Olšák
2019-04-12
1
-0
/
+4
*
ac: add ac_build_load_helper_invocation() helper
Samuel Pitoiset
2019-04-12
1
-6
/
+1
*
ac: add ac_build_ddxy_interp() helper
Samuel Pitoiset
2019-04-12
1
-26
/
+1
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
1
-1
/
+1
*
radeonsi: fix a crash when unbinding sampler states
Marek Olšák
2019-04-08
1
-1
/
+1
*
radeonsi: set exact shader buffer read/write usage in CS
Marek Olšák
2019-04-04
6
-24
/
+41
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
4
-7
/
+10
*
simplify LLVM version string printing
Eric Engestrom
2019-04-04
1
-5
/
+2
*
radeonsi: add support for displayable DCC for multi-RB chips
Marek Olšák
2019-04-04
7
-4
/
+253
*
radeonsi: add support for displayable DCC for 1 RB chips
Marek Olšák
2019-04-04
1
-4
/
+70
*
radeonsi: add ability to bind images as image buffers
Marek Olšák
2019-04-04
2
-3
/
+8
*
radeonsi/gfx9: add support for PIPE_ALIGNED=0
Marek Olšák
2019-04-04
4
-12
/
+30
*
radeonsi: don't use PFP_SYNC_ME with compute-only contexts
Marek Olšák
2019-04-02
1
-1
/
+1
*
radeonsi: implement ARB/KHR_parallel_shader_compile callbacks
Marek Olšák
2019-04-01
1
-0
/
+31
*
radeonsi: fix assertion failure by using the correct type
Marek Olšák
2019-04-01
1
-1
/
+1
*
gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.
Kenneth Graunke
2019-03-19
1
-0
/
+3
*
radeonsi/nir: call some more var optimisation passes
Timothy Arceri
2019-03-18
1
-3
/
+8
*
radeonsi: Remove implicit const cast.
Bas Nieuwenhuizen
2019-03-17
1
-1
/
+1
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
4
-35
/
+8
*
radeonsi/nir: Use nir stripping pass
Connor Abbott
2019-03-12
1
-0
/
+5
*
radeonsi/nir: Only set window_space_position for vertex shaders.
Timur Kristóf
2019-03-08
1
-2
/
+4
*
radeonsi/nir: stop calling nir_lower_returns()
Timothy Arceri
2019-03-06
1
-1
/
+0
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
1
-0
/
+3
*
radeonsi/nir: move si_lower_nir() call into compiler thread
Timothy Arceri
2019-02-28
1
-2
/
+3
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
11
-75
/
+130
*
radeonsi: fix query buffer allocation
Timothy Arceri
2019-02-26
2
-25
/
+32
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-1
/
+1
*
radeonsi: use SDMA for uploading data through const_uploader
Marek Olšák
2019-02-20
5
-28
/
+143
*
radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpow
Kenneth Graunke
2019-02-19
1
-1
/
+0
*
radeonsi/nir: set shader_buffers_declared properly
Timothy Arceri
2019-02-20
1
-10
/
+22
*
radeonsi/nir: set colors_read properly
Timothy Arceri
2019-02-20
1
-7
/
+10
*
radeonsi/nir: set input_usage_mask properly
Timothy Arceri
2019-02-20
1
-11
/
+36
*
radeonsi/nir: Use uniform location when calculating const_file_max.
Timur Kristóf
2019-02-20
1
-6
/
+6
*
radeonsi: add driconf option radeonsi_enable_nir
Marek Olšák
2019-02-19
2
-1
/
+3
*
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
2019-02-12
1
-2
/
+28
*
radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SEL
Marek Olšák
2019-02-12
1
-3
/
+3
*
radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUG
Marek Olšák
2019-02-12
1
-1
/
+3
*
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-2
/
+5
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+3
[next]