index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Synchronize a streamout write after read hazard.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+6
*
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
2016-04-07
1
-10
/
+10
*
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
2016-03-21
1
-1
/
+21
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
1
-13
/
+193
*
radeonsi: avoid crash when a sampler state is bound for a buffer texture
Nicolai Hähnle
2016-03-13
1
-0
/
+1
*
radeonsi: Lazily re-set sampler views after disabling DCC
Bas Nieuwenhuizen
2016-03-11
1
-3
/
+8
*
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
1
-2
/
+41
*
radeonsi: remove resource field from si_sampler_view
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
radeonsi: accept pipe_resource in si_sampler_view_add_buffer
Marek Olšák
2016-03-09
1
-11
/
+12
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
1
-7
/
+1
*
radeonsi: fix a crash when binding a sampler buffer
Marek Olšák
2016-02-11
1
-1
/
+2
*
radeonsi: put image, fmask, and sampler descriptors into one array
Marek Olšák
2016-02-10
1
-55
/
+60
*
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
2016-01-25
1
-15
/
+18
*
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
2016-01-25
1
-3
/
+5
*
radeonsi: rename shader parameter definitions and variables for more clarity
Marek Olšák
2016-01-03
1
-4
/
+4
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-3
/
+3
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-19
/
+19
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
1
-2
/
+2
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
1
-1
/
+2
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+5
*
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
2015-10-20
1
-6
/
+6
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
1
-2
/
+2
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-24
/
+13
*
radeonsi: handle constant buffer alloc failures
Marek Olšák
2015-09-24
1
-1
/
+7
*
radeonsi: rework uploading border colors
Marek Olšák
2015-09-01
1
-2
/
+7
*
radeonsi: don't set number of IB dwords for states
Marek Olšák
2015-09-01
1
-5
/
+2
*
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
2015-09-01
1
-17
/
+17
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
1
-8
/
+7
*
radeonsi: remove no-op 32-bit masking
Marek Olšák
2015-08-29
1
-1
/
+1
*
radeonsi: add VI hardware support
Marek Olšák
2015-08-14
1
-3
/
+13
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-3
/
+3
*
radeonsi: move CP DMA functions to their own file
Marek Olšák
2015-07-31
1
-233
/
+0
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-07-31
1
-238
/
+116
*
radeonsi: add GS multiple streams support (v2)
Dave Airlie
2015-07-30
1
-2
/
+2
*
radeonsi: add support for tessellation shader resources and samplers
Marek Olšák
2015-07-23
1
-7
/
+36
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-07-23
1
-84
/
+138
*
radeonsi: allow 64 descriptors per array
Marek Olšák
2015-02-04
1
-32
/
+32
*
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
2015-02-04
1
-4
/
+9
*
radeonsi: add support for NULL texture sampler views that return (0,0,0,1)
Marek Olšák
2015-02-04
1
-2
/
+28
*
radeonsi: fix a crash when binding a NULL sampler view list
Marek Olšák
2015-02-04
1
-1
/
+1
*
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
2015-02-04
1
-1
/
+1
*
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2015-01-07
1
-4
/
+0
*
radeonsi: improve and fix streamout flushing
Marek Olšák
2015-01-07
1
-0
/
+30
*
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
2015-01-07
1
-10
/
+22
*
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
2015-01-07
1
-5
/
+8
*
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
2015-01-07
1
-1
/
+13
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-22
/
+29
*
radeonsi: add a combined flag for flushing a framebuffer
Marek Olšák
2015-01-07
1
-16
/
+4
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
1
-29
/
+35
[next]