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
/
si_pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-02
1
-1
/
+0
*
radeonsi: fix border color translation for integer textures
Nicolai Hähnle
2017-09-29
1
-0
/
+2
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
radeonsi: allow out-of-order rasterization in commutative blending cases
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
radeonsi: add drirc option "radeonsi_assume_no_z_fights"
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUs
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
1
-1
/
+0
*
radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug
Nicolai Hähnle
2017-09-06
1
-0
/
+1
*
radeonsi/gfx9: always flush DB metadata on framebuffer changes
Nicolai Hähnle
2017-09-06
1
-2
/
+2
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
1
-0
/
+2
*
radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabled
Marek Olšák
2017-09-05
1
-0
/
+1
*
radeonsi/gfx9: don't flush L2 metadata for DB if not needed
Marek Olšák
2017-08-22
1
-3
/
+14
*
radeonsi/gfx9: don't flush L2 metadata for CB if not needed
Marek Olšák
2017-08-22
1
-4
/
+19
*
radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed
Marek Olšák
2017-08-22
1
-0
/
+23
*
radeonsi: remove Constant Engine support
Marek Olšák
2017-08-22
1
-10
/
+0
*
radeonsi: try to re-use previously deleted bindless descriptor slots
Samuel Pitoiset
2017-08-22
1
-0
/
+2
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
1
-15
/
+8
*
radeonsi: log draw and compute state into log context
Nicolai Hähnle
2017-08-22
1
-0
/
+2
*
radeonsi: print saved CS to the log context
Nicolai Hähnle
2017-08-22
1
-5
/
+26
*
radeonsi: don't use CLEAR_STATE on SI
Marek Olšák
2017-08-18
1
-0
/
+1
*
radeonsi: rename shader_userdata -> shader_pointers where appropriate
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: add a separate dirty mask for prefetches
Marek Olšák
2017-08-07
1
-1
/
+9
*
radeonsi: de-atomize L2 prefetch
Marek Olšák
2017-08-07
1
-1
/
+2
*
radeonsi: print CE IBs into ddebug reports
Marek Olšák
2017-08-01
1
-0
/
+1
*
radeonsi: update dirty_level_mask only when flushing or unbinding framebuffer
Marek Olšák
2017-07-28
1
-1
/
+0
*
radeonsi: rely on CLEAR_STATE for clearing UCP and blend color registers
Marek Olšák
2017-07-28
1
-0
/
+2
*
radeonsi: decrease the number of compiler threads
Marek Olšák
2017-07-26
1
-2
/
+7
*
radeonsi/gfx9: add workarounds to avoid VGPR indexing completely
Marek Olšák
2017-07-17
1
-0
/
+1
*
radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence
Marek Olšák
2017-06-22
1
-0
/
+2
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
1
-0
/
+1
*
radeonsi: keep track of the sampler state for texture handles
Samuel Pitoiset
2017-06-20
1
-0
/
+1
*
radeonsi: reduce overhead for resident textures which need color decompression
Samuel Pitoiset
2017-06-18
1
-2
/
+2
*
radeonsi: reduce overhead for resident textures which need depth decompression
Samuel Pitoiset
2017-06-18
1
-1
/
+3
*
radeonsi: upload new descriptors when resident buffers are invalidated
Samuel Pitoiset
2017-06-14
1
-0
/
+3
*
radeonsi: track use of bindless samplers/images from tgsi_shader_info
Samuel Pitoiset
2017-06-14
1
-0
/
+4
*
radeonsi: decompress resident textures/images before graphics/compute
Samuel Pitoiset
2017-06-14
1
-0
/
+3
*
radeonsi: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+20
*
radeonsi: add a slab allocator for bindless descriptors
Samuel Pitoiset
2017-06-14
1
-0
/
+15
*
radeonsi: pack si_context better
Marek Olšák
2017-06-12
1
-18
/
+18
*
radeonsi: pack si_framebuffer better
Marek Olšák
2017-06-12
1
-6
/
+6
*
radeonsi: pack si_sampler_view better
Marek Olšák
2017-06-12
1
-2
/
+2
*
radeonsi: rename si_vertex_element -> si_vertex_elements
Marek Olšák
2017-06-12
1
-1
/
+1
*
radeonsi: get rid of more compressed_colortex_mask names
Marek Olšák
2017-06-12
1
-1
/
+1
*
radeonsi: rename shader resource decompress masks to their true meaning
Marek Olšák
2017-06-08
1
-3
/
+3
*
radeonsi: disable the patch ID workaround on SI when the patch ID isn't used ...
Marek Olšák
2017-06-08
1
-0
/
+1
*
radeonsi: precompute some fields for PA_CL_VS_OUT_CNTL in si_shader_selector
Marek Olšák
2017-06-07
1
-0
/
+1
*
radeonsi: add a new helper si_get_vs
Marek Olšák
2017-06-07
1
-13
/
+17
*
radeonsi: isolate real framebuffer changes from the decompression passes (v3)
Samuel Pitoiset
2017-06-07
1
-0
/
+1
*
radeonsi: clean up decompress blend state names
Marek Olšák
2017-06-07
1
-2
/
+2
*
radeonsi: use a compiler queue with a low priority for optimized shaders
Marek Olšák
2017-06-07
1
-0
/
+3
[next]