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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+2
*
radeonsi: use a threaded context even for debug contexts
Nicolai Hähnle
2017-11-09
1
-9
/
+2
*
radeonsi: record and dump time of flush
Nicolai Hähnle
2017-11-09
3
-1
/
+8
*
radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
Nicolai Hähnle
2017-11-09
1
-1
/
+88
*
radeonsi: document some subtle details of fence_finish & fence_server_sync
Nicolai Hähnle
2017-11-09
1
-0
/
+22
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
3
-25
/
+84
*
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
2017-11-09
5
-0
/
+312
*
radeonsi: always use async compiles when creating shader/compute states
Nicolai Hähnle
2017-11-09
2
-34
/
+50
*
radeonsi: fix potential use-after-free of debug callbacks
Nicolai Hähnle
2017-11-09
1
-0
/
+4
*
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
2017-11-09
4
-6
/
+19
*
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
Nicolai Hähnle
2017-11-09
1
-4
/
+4
*
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
2017-11-09
3
-26
/
+67
*
radeonsi: add si_screen::has_ls_vgpr_init_bug
Marek Olšák
2017-11-07
4
-3
/
+5
*
radeonsi: use ac_create_target_machine
Marek Olšák
2017-11-07
1
-15
/
+7
*
radeonsi: use ac_get_llvm_processor_name
Marek Olšák
2017-11-07
1
-2
/
+2
*
radeonsi/gfx9: don't set gs_table_depth
Marek Olšák
2017-11-07
1
-2
/
+4
*
radeonsi/gfx9: limit the scissor bug workaround to Vega10 and Raven only
Marek Olšák
2017-11-07
1
-4
/
+4
*
radeonsi: enable signed vertex buffer offsets
Marek Olšák
2017-11-06
2
-15
/
+12
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
ac/radeonsi: add support for tex instr without a derefence
Timothy Arceri
2017-11-03
1
-0
/
+5
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
19
-66
/
+0
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
radeonsi: fix culldist_writemask in nir path
Timothy Arceri
2017-11-01
1
-2
/
+1
*
radeonsi: update hack for HTILE corruption in ARK: Survival Evolved
Samuel Pitoiset
2017-10-27
4
-9
/
+9
*
radeonsi: add a workaround for weird s_buffer_load_dword behavior on SI
Marek Olšák
2017-10-26
1
-3
/
+10
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
1
-25
/
+2
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
2
-16
/
+5
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
1
-0
/
+6
*
radeonsi: use postponed KILL only when derivatives are used
Marek Olšák
2017-10-24
4
-3
/
+9
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
2
-52
/
+38
*
ac/nir: Only clamp shadow reference on radeonsi.
Bas Nieuwenhuizen
2017-10-23
1
-0
/
+1
*
radeonsi: hardcode shader WAVE_LIMIT to the maximum value
Andres Rodriguez
2017-10-21
1
-7
/
+14
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-11
/
+11
*
radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer
Marek Olšák
2017-10-17
4
-13
/
+87
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
2
-19
/
+19
*
radeonsi: handle 64-bit loads earlier in fetch_constant
Marek Olšák
2017-10-17
1
-16
/
+10
*
radeonsi: add si_descriptors::gpu_address and remove buffer_offset
Marek Olšák
2017-10-17
3
-14
/
+18
*
radeonsi: unify code for extracting a buffer address from a descriptor
Marek Olšák
2017-10-17
1
-4
/
+7
*
radeonsi: remove atom parameter from si_upload_descriptors
Marek Olšák
2017-10-17
1
-8
/
+4
*
radeonsi: pack si_descriptors better again
Marek Olšák
2017-10-17
1
-2
/
+2
*
radeonsi: emit dirty consecutive pointers in one SET_SH_REG packet
Marek Olšák
2017-10-17
1
-27
/
+39
*
radeonsi: split si_emit_shader_pointer
Marek Olšák
2017-10-17
1
-11
/
+23
*
radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro
Marek Olšák
2017-10-17
3
-4
/
+4
*
radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON
Marek Olšák
2017-10-17
1
-13
/
+13
*
radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS
Marek Olšák
2017-10-17
2
-39
/
+16
*
meson: build radeonsi gallium driver
Dylan Baker
2017-10-16
1
-1
/
+1
*
meson: build radeonsi
Dylan Baker
2017-10-16
1
-0
/
+78
*
radeonsi: implement sync_file import/export
Marek Olšák
2017-10-12
1
-1
/
+3
*
radeonsi: add support for PIPE_FORMAT_{X1,A1}R5G5B5_UNORM
Nicolai Hähnle
2017-10-12
1
-0
/
+8
*
radeonsi: lower ffma in nir to mad.
Dave Airlie
2017-10-11
1
-0
/
+1
[next]