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_descriptors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: upload constants into VRAM instead of GTT
Marek Olšák
2017-02-18
1
-3
/
+3
*
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
2017-02-18
1
-2
/
+3
*
radeonsi: use a clever alignment for descriptor uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
1
-1
/
+3
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
1
-1
/
+1
*
radeonsi: remove the fix_size3 workaround
Marek Olšák
2017-02-18
1
-22
/
+0
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
1
-3
/
+4
*
radeonsi: align vertex buffer descriptor list size for optimal prefetch
Marek Olšák
2017-02-10
1
-1
/
+2
*
radeonsi: don't invoke DCC decompression in update_all_texture_descriptors
Marek Olšák
2017-01-30
1
-5
/
+6
*
radeonsi: atomize L2 prefetches
Marek Olšák
2017-01-30
1
-0
/
+2
*
radeonsi: don't forget to add HTILE to the buffer list for texturing
Marek Olšák
2017-01-19
1
-6
/
+13
*
radeonsi: determine in advance which VBOs should be added to the buffer list
Marek Olšák
2017-01-18
1
-4
/
+4
*
radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptors
Marek Olšák
2017-01-18
1
-8
/
+9
*
radeonsi: reject invalid vertex buffer indices at state creation
Marek Olšák
2017-01-18
1
-5
/
+0
*
radeonsi: use a global dirty mask for shader pointers
Marek Olšák
2017-01-18
1
-38
/
+48
*
radeonsi: use a bitmask-based loop in si_decompress_textures
Marek Olšák
2017-01-18
1
-0
/
+21
*
radeonsi: write shader descriptors into hang reports
Marek Olšák
2016-12-07
1
-0
/
+1
*
radeonsi: check for sampler state CSO corruption
Marek Olšák
2016-12-07
1
-0
/
+3
*
radeonsi: properly declare context sampler states
Marek Olšák
2016-12-07
1
-2
/
+2
*
radeonsi: fix incorrect FMASK checking in bind_sampler_states
Marek Olšák
2016-12-07
1
-4
/
+4
*
radeonsi: always restore sampler states when unbinding sampler views
Marek Olšák
2016-12-07
1
-3
/
+8
*
radeonsi: fix a subtle bounds checking corner case with 3-component attributes
Nicolai Hähnle
2016-11-16
1
-2
/
+24
*
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
2016-11-01
1
-2
/
+2
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
1
-1
/
+6
*
radeonsi: remove unnecessary #includes
Marek Olšák
2016-10-04
1
-3
/
+0
*
radeonsi: don't set sampler buffer offsets in create_sampler_view
Marek Olšák
2016-10-04
1
-13
/
+20
*
radeonsi: optimize si_invalidate_buffer based on bind_history
Marek Olšák
2016-10-04
1
-87
/
+100
*
radeonsi: track buffer bind history
Marek Olšák
2016-10-04
1
-1
/
+10
*
radeonsi: drop support for NULL sampler views
Marek Olšák
2016-10-04
1
-2
/
+3
*
radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2)
Nicolai Hähnle
2016-09-29
1
-0
/
+46
*
radeonsi: add sampler view BOs to the BO list last
Marek Olšák
2016-09-13
1
-7
/
+10
*
radeonsi: fix texture format reinterpretation with DCC
Marek Olšák
2016-09-05
1
-1
/
+2
*
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
2016-09-05
1
-3
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
2016-08-29
1
-3
/
+5
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-12
/
+4
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+5
*
gallium/radeon: mark shader rings as highest-priority buffers
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers
Marek Olšák
2016-08-17
1
-2
/
+4
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
1
-1
/
+1
*
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2016-08-09
1
-4
/
+4
*
radeonsi: flush if constant, shader, and streamout buffers use too much memory
Marek Olšák
2016-08-06
1
-15
/
+18
*
radeonsi: flush if sampler views and images use too much memory
Marek Olšák
2016-08-06
1
-19
/
+29
*
radeonsi: deal with high vertex buffer memory usage correctly
Marek Olšák
2016-08-06
1
-3
/
+2
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-8
/
+27
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
1
-1
/
+10
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
1
-1
/
+1
[next]