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
/
radeon
/
r600_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: add enum radeon_micro_mode
Marek Olšák
2016-11-01
1
-5
/
+5
*
gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-only
Marek Olšák
2016-11-01
1
-2
/
+2
*
gallium/radeon: remove r600_surface::level_info
Marek Olšák
2016-11-01
1
-2
/
+0
*
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
2016-11-01
1
-4
/
+4
*
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
2016-11-01
1
-13
/
+16
*
gallium/radeon: don't call u_format helpers if we have that info already
Marek Olšák
2016-11-01
1
-8
/
+5
*
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
2016-11-01
1
-7
/
+7
*
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
2016-10-26
1
-2
/
+1
*
gallium/radeon: remove unused r600_cmask_info members
Marek Olšák
2016-10-26
1
-12
/
+3
*
gallium/radeon: don't force the same tiling parameters for FMASK
Marek Olšák
2016-10-26
1
-8
/
+10
*
gallium/radeon: print tiling index when printing texture info
Marek Olšák
2016-10-26
1
-4
/
+6
*
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
2016-10-26
1
-5
/
+5
*
gallium/radeon: remove flags specific to libdrm_radeon from winsys interface
Marek Olšák
2016-10-26
1
-12
/
+2
*
gallium/radeon: remove r600_htile_info
Marek Olšák
2016-10-26
1
-28
/
+21
*
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
2016-10-26
1
-6
/
+4
*
gallium/radeon: decrease the size of radeon_surf
Marek Olšák
2016-10-26
1
-2
/
+2
*
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
2016-10-26
1
-79
/
+41
*
gallium/radeon: define RADEON_SURF_MODE_* as enums
Marek Olšák
2016-10-26
1
-5
/
+7
*
gallium/radeon: stop using some input fields from radeon_surface
Marek Olšák
2016-10-26
1
-16
/
+16
*
gallium/radeon: fold r600_setup_surface into r600_init_surface
Marek Olšák
2016-10-26
1
-38
/
+24
*
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
2016-10-26
1
-4
/
+2
*
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
2016-10-26
1
-2
/
+3
*
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
2016-10-26
1
-7
/
+7
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
1
-10
/
+57
*
gallium: add missing zero-init for resource templates
Rob Clark
2016-10-07
1
-0
/
+1
*
gallium/radeon: Initialize pipe_resource::next to NULL
Michel Dänzer
2016-09-28
1
-0
/
+1
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
1
-0
/
+2
*
gallium/radeon: set new r600_resource fields correctly in other places too
Marek Olšák
2016-09-13
1
-0
/
+11
*
radeon: Don't check DCC on pipe buffers
Jan Vesely
2016-09-13
1
-3
/
+4
*
radeonsi: unify si_set_optimal_micro_tile_mode call sites
Marek Olšák
2016-09-08
1
-8
/
+4
*
radeonsi: fix texture reinterpretation after DCC fast clear
Marek Olšák
2016-09-08
1
-12
/
+20
*
radeonsi: enable DCC fast clear for 128-bit formats
Marek Olšák
2016-09-08
1
-13
/
+32
*
radeonsi: clamp integer clear color values for DCC fast clear
Marek Olšák
2016-09-08
1
-4
/
+12
*
radeonsi: fix texture format reinterpretation with DCC
Marek Olšák
2016-09-05
1
-0
/
+96
*
gallium/radeon: also eliminate DCC fast clear in resource_get_handle
Marek Olšák
2016-09-05
1
-2
/
+3
*
gallium/radeon: use the current ctx for CMASK elimination in resource_get_handle
Marek Olšák
2016-09-05
1
-6
/
+11
*
gallium/radeon: use the current ctx for DCC decompression in resource_get_handle
Marek Olšák
2016-09-05
1
-3
/
+3
*
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
2016-09-05
1
-4
/
+5
*
gallium/radeon: clear dirty_level_mask when discarding CMASK
Marek Olšák
2016-08-29
1
-0
/
+1
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-0
/
+1
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
1
-6
/
+32
*
gallium/radeon: implement ARB_clear_texture (v3)
Marek Olšák
2016-08-10
1
-0
/
+67
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+0
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: allocate only the required plane for flushed depth
Nicolai Hähnle
2016-07-06
1
-3
/
+34
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
1
-1
/
+2
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
1
-4
/
+15
*
gallium/radeon: remove redundant null-pointer check
Nicolai Hähnle
2016-07-06
1
-2
/
+1
*
gallium/radeon: print StencilLayout only once
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: flush stdout after printing texture information
Nicolai Hähnle
2016-07-06
1
-0
/
+1
[next]