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: 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
*
radeonsi/gfx9: use correct TC flush flags when invalidating CB & DB
Marek Olšák
2017-08-22
1
-7
/
+21
*
radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex
Marek Olšák
2017-08-22
1
-7
/
+3
*
gallium/radeon: clean up EOP_DATA_SEL magic numbers
Marek Olšák
2017-08-22
2
-3
/
+6
*
radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly
Marek Olšák
2017-08-22
2
-3
/
+3
*
radeonsi/gfx9: prevent shader-db crashes
Marek Olšák
2017-08-22
1
-1
/
+11
*
radeonsi: remove Constant Engine support
Marek Olšák
2017-08-22
8
-465
/
+33
*
radeonsi/gfx9: add a temporary workaround for a tessellation driver bug
Marek Olšák
2017-08-22
1
-1
/
+5
*
radeonsi: try to re-use previously deleted bindless descriptor slots
Samuel Pitoiset
2017-08-22
2
-7
/
+31
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
4
-229
/
+187
*
radeonsi: add si_emit_global_shader_pointers() helper
Samuel Pitoiset
2017-08-22
1
-26
/
+31
*
radeonsi: only initialize dirty_mask when CE is used
Samuel Pitoiset
2017-08-22
1
-3
/
+4
*
radeonsi: make some si_descriptors fields 32-bit
Samuel Pitoiset
2017-08-22
1
-5
/
+5
*
radeonsi: declare new user SGPR indices for bindless samplers/images
Samuel Pitoiset
2017-08-22
3
-1
/
+23
*
radeonsi/gfx9: add performance counters
Nicolai Hähnle
2017-08-22
1
-1
/
+28
*
radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors
Nicolai Hähnle
2017-08-22
1
-19
/
+8
*
gallium: remove unused PIPE_DUMP_* defines
Nicolai Hähnle
2017-08-22
1
-5
/
+3
*
radeonsi: emit string markers to log context
Nicolai Hähnle
2017-08-22
1
-0
/
+3
*
radeonsi: log decompress blits
Nicolai Hähnle
2017-08-22
1
-0
/
+13
*
radeonsi: log draw and compute state into log context
Nicolai Hähnle
2017-08-22
4
-32
/
+51
*
radeonsi: print saved CS to the log context
Nicolai Hähnle
2017-08-22
5
-88
/
+263
*
radeonsi: start using u_log_context for debugging
Nicolai Hähnle
2017-08-22
1
-64
/
+175
*
radeonsi: re-order debug state dumping
Nicolai Hähnle
2017-08-22
1
-7
/
+8
*
radeonsi: make si_shader_selector_reference globally visible
Nicolai Hähnle
2017-08-22
2
-15
/
+16
*
radeonsi: add reference count to si_compute
Nicolai Hähnle
2017-08-22
2
-10
/
+28
*
radeonsi: implement pipe_context::set_log_context
Nicolai Hähnle
2017-08-22
1
-0
/
+9
*
radeonsi: don't prefetch VBO descriptors if vertex elements == NULL
Marek Olšák
2017-08-21
2
-1
/
+4
*
Android: Fix LLVM duplicated symbols linking for N and M
Rob Herring
2017-08-21
1
-1
/
+1
*
radeon/uvd: add YUYV format support for target buffer
Leo Liu
2017-08-21
1
-1
/
+1
*
radeonsi: update non-resident bindless descriptors if needed
Samuel Pitoiset
2017-08-21
1
-30
/
+55
*
gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eop
Marek Olšák
2017-08-18
2
-3
/
+2
*
radeonsi/gfx9: prevent a GPU hang after a timestamp event
Marek Olšák
2017-08-18
2
-3
/
+3
*
radeonsi: don't use CLEAR_STATE on SI
Marek Olšák
2017-08-18
4
-10
/
+63
*
radeonsi: disable CE by default
Marek Olšák
2017-08-15
1
-6
/
+18
*
radeonsi/gfx9: fix the scissor bug workaround
Marek Olšák
2017-08-11
1
-3
/
+7
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
2
-12
/
+2
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-10
1
-1
/
+4
*
radeonsi: drop two unused variables in create_function()
Samuel Pitoiset
2017-08-09
1
-2
/
+0
*
radeonsi: fix a compile failure due to disabled asserts
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: use optimal packet order when doing a pipeline sync
Marek Olšák
2017-08-07
1
-34
/
+83
*
radeonsi: expose the number of decompress calls to the HUD
Marek Olšák
2017-08-07
1
-7
/
+11
*
radeonsi: rename shader_userdata -> shader_pointers where appropriate
Marek Olšák
2017-08-07
5
-20
/
+20
*
radeonsi: prefetch VBO descriptors after the first VGT shader
Marek Olšák
2017-08-07
1
-17
/
+63
[next]