index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_pipe.h
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
radeonsi: implement SQTT support
Pierre-Eric Pelloux-Prayer
1
-0
/
+17
9 days
radeonsi: pass radeon_cmdbuf to si_cp_dma_wait_for_idle
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
9 days
radeonsi: pass radeon_cmdbuf to emit_cache_flush
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
10 days
radeonsi: enable vrs2x2 coarse shading if flat shading (v9)
Yogesh mohan marimuthu
1
-0
/
+1
11 days
radeonsi: Fix typos.
Vinson Lee
1
-1
/
+1
2020-12-16
radeonsi: fix small primitive culling with MSAA force-disabled and smoothing
Marek Olšák
1
-2
/
+15
2020-12-09
radeonsi: use a C++ template to decrease draw_vbo overhead by 13 %
Marek Olšák
1
-0
/
+38
2020-12-09
radeonsi: fix future C++ compile failures and warnings
Marek Olšák
1
-16
/
+16
2020-12-09
radeonsi: allow including a few files from C++
Marek Olšák
1
-0
/
+8
2020-12-09
radeonsi: rename SI_TEST_DMA to SI_TEST_BLIT
Marek Olšák
1
-3
/
+3
2020-12-09
radeonsi: remove SDMA support
Marek Olšák
1
-49
/
+1
2020-12-09
radeonsi: rename buffer functions so as not to reference rings
Marek Olšák
1
-4
/
+4
2020-12-09
radeonsi: move si_screen_clear_buffer into si_compute_blit.c w/o SDMA option
Marek Olšák
1
-2
/
+2
2020-12-05
r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences
Marek Olšák
1
-5
/
+5
2020-12-03
gallium: inline struct u_suballocator to remove dereferences
Marek Olšák
1
-2
/
+2
2020-12-01
radeonsi: don't set DrawID and StartInstance if they are unused
Marek Olšák
1
-0
/
+6
2020-12-01
radeonsi: don't invalidate emitted NUM_INSTANCES for u_blitter
Marek Olšák
1
-0
/
+5
2020-12-01
radeonsi: add AMD_DEBUG=nofastlaunch for debugging
Marek Olšák
1
-0
/
+1
2020-12-01
radeonsi/gfx10: fix overflow and primitive queries
Indrajit Kumar Das
1
-0
/
+7
2020-11-23
radeonsi: if VS and TCS have the same number of threads, merge the conditonals
Marek Olšák
1
-0
/
+1
2020-11-18
radeonsi: handle pipe_draw_info::increment_draw_id
Marek Olšák
1
-3
/
+1
2020-11-13
radeonsi: remove AMD_DEBUG=zerovram flag
Pierre-Eric Pelloux-Prayer
1
-1
/
+0
2020-11-13
radeonsi: remove unused NO_RB_PLUS flag
Pierre-Eric Pelloux-Prayer
1
-1
/
+0
2020-11-13
radeonsi: Add displayable DCC flushing without explicit flushes.
Bas Nieuwenhuizen
1
-0
/
+7
2020-10-31
radeonsi: implement multi_draw for compute-based primitive culling
Marek Olšák
1
-1
/
+3
2020-10-31
radeonsi: implement multi_draw but supporting only 1 draw
Marek Olšák
1
-2
/
+4
2020-10-31
radeonsi: add num_draws parameter into si_need_gfx_cs_space
Marek Olšák
1
-3
/
+6
2020-10-30
radeonsi: implement inlinable uniforms
Marek Olšák
1
-0
/
+4
2020-10-06
radeonsi: implement GL_INTEL_blackhole_render
Marek Olšák
1
-0
/
+1
2020-10-01
radeonsi: simplify NGG culling enablement and add radeonsi_shader_culling option
Marek Olšák
1
-2
/
+0
2020-10-01
radeonsi: support for external buffers (ext_external_objects)
Eleni Maria Stea
1
-0
/
+5
2020-09-24
radeonsi/tmz: add a tmz variant for sctx::eop_bug_scratch
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2020-09-24
radeonsi/tmz: add tmz variant for sctx::tess_rings
Pierre-Eric Pelloux-Prayer
1
-0
/
+3
2020-09-24
radeonsi/tmz: add tmz variant of sctx::wait_mem_scratch
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2020-09-24
radeonsi/tmz: allow secure job if the app made a tmz allocation
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2020-09-24
radeonsi: introduce SI_RESOURCE_FLAG_INTERNAL / RADEON_FLAG_DRIVER_INTERNAL
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2020-09-24
radeonsi: move binning parameters into si_screen
Marek Olšák
1
-0
/
+2
2020-09-22
radeonsi: remove KILL_PS_INF_INTERP/CLAMP_DIV_BY_ZERO, use screen::options
Marek Olšák
1
-2
/
+0
2020-09-19
radeonsi: Move display dcc dirty tracking to framebuffer emission.
Bas Nieuwenhuizen
1
-1
/
+0
2020-09-19
radeonsi: Put retile map in separate buffers.
Bas Nieuwenhuizen
1
-0
/
+2
2020-09-16
Revert "radeonsi: set BIG_PAGE fields on gfx10.3"
Marek Olšák
1
-2
/
+0
2020-09-07
radeonsi: stop using TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Marek Olšák
1
-1
/
+1
2020-09-06
radeonsi: move nir_shader_compiler_options into si_screen
Marek Olšák
1
-0
/
+1
2020-09-02
radeonsi: change PIPE_SHADER to MESA_SHADER (debug flags)
Marek Olšák
1
-8
/
+8
2020-09-02
radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_selector::type)
Marek Olšák
1
-8
/
+9
2020-09-02
radeonsi,driconf: add clamp_div_by_zero option
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2020-07-22
radeonsi: don't restore states at the beginning of IBs if they're shadowed
Marek Olšák
1
-1
/
+1
2020-07-22
radeonsi: implement CP register shadowing
Marek Olšák
1
-0
/
+5
2020-07-08
r600/radeonsi: silence zero-length-bounds gcc warnings
Timothy Arceri
1
-2
/
+3
2020-06-30
radeonsi: add a debug option to enable NGG culling for tessellation
Marek Olšák
1
-2
/
+4
[next]