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: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
4
-28
/
+89
*
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2017-09-08
1
-21
/
+3
*
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2017-09-08
1
-32
/
+6
*
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2017-09-08
1
-43
/
+2
*
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2017-09-08
1
-34
/
+9
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
3
-6
/
+6
*
radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPR
Marek Olšák
2017-09-07
1
-6
/
+14
*
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
2017-09-07
3
-6
/
+20
*
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2017-09-07
2
-1
/
+11
*
radeonsi: don't read the LS output vertex stride from an SGPR in LS
Marek Olšák
2017-09-07
1
-4
/
+21
*
radeonsi: don't read the number of TCS out vertices from an SGPR in TCS
Marek Olšák
2017-09-07
1
-2
/
+15
*
radeonsi: don't always apply the PrimID instancing bug workaround on SI
Marek Olšák
2017-09-07
1
-1
/
+1
*
radeonsi: remove 2 callbacks from si_shader_context
Marek Olšák
2017-09-07
3
-17
/
+13
*
radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug
Nicolai Hähnle
2017-09-06
5
-24
/
+85
*
amd/common: pass chip_class to ac_dump_reg
Nicolai Hähnle
2017-09-06
1
-15
/
+30
*
radeonsi/gfx9: always flush DB metadata on framebuffer changes
Nicolai Hähnle
2017-09-06
3
-4
/
+14
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
8
-7
/
+485
*
radeonsi: add more state flags into si_state_dsa
Marek Olšák
2017-09-05
2
-1
/
+23
*
radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabled
Marek Olšák
2017-09-05
2
-3
/
+4
*
radeonsi: eliminate PS color outputs when colormask kills them
Marek Olšák
2017-09-04
3
-0
/
+6
*
gallium/radeon: sort DBG shader flags according to pipe_shader_type
Marek Olšák
2017-09-04
1
-3
/
+2
*
radeonsi: ensure cache flushes happen before SET_PREDICATION packets
Nicolai Hähnle
2017-09-04
1
-5
/
+10
*
radeonsi: fix ARB_transform_feedback_overflow_query on <= VI
Nicolai Hähnle
2017-09-04
1
-1
/
+3
*
radeonsi: fix compute shader state dumping
Nicolai Hähnle
2017-09-04
1
-6
/
+11
*
radeonsi: add an assertion that only two-dimensional constant references are ...
Nicolai Hähnle
2017-09-04
1
-2
/
+3
*
radeonsi: move si_vm_fault_occured() to AMD common code
Samuel Pitoiset
2017-09-01
1
-102
/
+4
*
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2017-08-30
1
-0
/
+5
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
1
-9
/
+10
*
radeonsi: stop leaking nir
Timothy Arceri
2017-08-29
1
-0
/
+1
*
radeonsi: rewrite late alloc VS limit computation
Marek Olšák
2017-08-28
1
-12
/
+25
*
radeonsi: correct maximum wave count per SIMD
Marek Olšák
2017-08-28
1
-1
/
+12
*
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2017-08-27
1
-17
/
+0
*
radeonsi: set IF_THRESHOLD to 4
Timothy Arceri
2017-08-25
1
-1
/
+1
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2017-08-24
1
-0
/
+17
*
radeonsi: clean up setting GRBM_GFX_INDEX
Marek Olšák
2017-08-24
1
-19
/
+22
*
radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function
Marek Olšák
2017-08-24
1
-70
/
+73
*
radeonsi: fix wrong assertion in si_init_bindless_descriptors()
Samuel Pitoiset
2017-08-23
1
-1
/
+1
*
radeonsi: update comment describing indices into sctx->descriptors
Nicolai Hähnle
2017-08-23
1
-6
/
+5
*
radeonsi: do not assert when reserving bindless slot 0
Samuel Pitoiset
2017-08-23
1
-1
/
+4
*
radeonsi: rename some bindless-related helper functions
Samuel Pitoiset
2017-08-23
1
-21
/
+21
*
radeonsi: minor cleanups in si_make_{texture,image}_handle_resident()
Samuel Pitoiset
2017-08-23
1
-12
/
+12
*
radeonsi: emit VGT_REUSE_OFF in the right place
Marek Olšák
2017-08-22
2
-8
/
+9
*
radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC
Marek Olšák
2017-08-22
2
-1
/
+15
*
radeonsi: use a faster version of PK2H
Marek Olšák
2017-08-22
1
-21
/
+8
*
radeonsi: don't decompress Z/S if there is no HTILE
Marek Olšák
2017-08-22
1
-12
/
+15
*
gallium/radeon: add helpers for whether HTILE is enabled
Marek Olšák
2017-08-22
3
-12
/
+11
*
radeonsi/gfx9: don't flush L2 metadata for DB if not needed
Marek Olšák
2017-08-22
3
-11
/
+26
*
radeonsi/gfx9: don't flush L2 metadata for CB if not needed
Marek Olšák
2017-08-22
4
-17
/
+38
*
radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed
Marek Olšák
2017-08-22
3
-34
/
+47
[next]