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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: don't dump the shader key for non-monolithic shaders early
Marek Olšák
2016-07-05
1
-1
/
+2
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
1
-1
/
+1
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
3
-2
/
+33
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
2
-2
/
+18
*
radeonsi: unreference framebuffer state with set_framebuffer_state
Marek Olšák
2016-06-29
3
-4
/
+6
*
radeonsi: don't advertise multisample shader images
Marek Olšák
2016-06-29
1
-0
/
+3
*
radeonsi: enable distributed tess on multi-SE parts only
Marek Olšák
2016-06-29
4
-2
/
+7
*
radeonsi: set optimal VGT_HS_OFFCHIP_PARAM
Marek Olšák
2016-06-29
5
-14
/
+49
*
radeonsi: enable CU0 in each SE for LS-HS execution
Marek Olšák
2016-06-29
1
-2
/
+1
*
radeonsi: use conformant line rasterization
Marek Olšák
2016-06-29
2
-3
/
+13
*
radeonsi: set PA_SU_SMALL_PRIM_FILTER_CNTL register on Polaris
Marek Olšák
2016-06-28
2
-0
/
+11
*
radeonsi: use optimal WD settings for primitive restart on Polaris
Marek Olšák
2016-06-27
1
-2
/
+10
*
radeonsi: make si_is_format_supported static
Marek Olšák
2016-06-25
3
-11
/
+6
*
radeonsi: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
4
-15
/
+15
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
3
-8
/
+4
*
radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
2
-15
/
+19
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states
Axel Davy
2016-06-25
1
-23
/
+8
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
4
-1
/
+23
*
radeonsi: set some VGT context registers on SI-CI
Marek Olšák
2016-06-24
1
-0
/
+3
*
radeonsi: optimize rendering to linear color buffers
Marek Olšák
2016-06-24
2
-1
/
+12
*
radeonsi: set almost optimal settings in SC_MODE_CNTL_1
Marek Olšák
2016-06-24
1
-1
/
+10
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
1
-1
/
+5
*
gallium/radeon: disable complicated point clipping against user clip planes
Marek Olšák
2016-06-24
1
-1
/
+0
*
radeonsi: fix a compute shader hang with big threadgroups on SI & CI
Marek Olšák
2016-06-24
1
-0
/
+18
*
radeonsi: drop the DRAW_PREAMBLE packet on Polaris
Nicolai Hähnle
2016-06-24
1
-1
/
+6
*
radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris
Nicolai Hähnle
2016-06-24
1
-10
/
+36
*
radeonsi: report a failure to parse dmesg instead of asserting
Nicolai Hähnle
2016-06-24
1
-1
/
+6
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
3
-4
/
+40
*
radeonsi: move gfx fence wait out of si_check_vm_faults
Nicolai Hähnle
2016-06-24
2
-6
/
+7
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
4
-54
/
+23
*
radeonsi: set LLVM denormal flags
Marek Olšák
2016-06-24
1
-2
/
+5
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
1
-0
/
+16
*
radeonsi: use u_blitter for mipmap generation
Marek Olšák
2016-06-21
2
-1
/
+32
*
gallium: make image_view const
Rob Clark
2016-06-20
1
-3
/
+3
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
2
-5
/
+4
*
gallium: make shader_buffers const
Rob Clark
2016-06-20
1
-2
/
+2
*
radeonsi: use trapezoid distribution for tess on Fiji and Polaris
Nicolai Hähnle
2016-06-20
2
-8
/
+24
*
radeonsi/sid: add Fiji+ tesselation distribution mode
Nicolai Hähnle
2016-06-20
1
-3
/
+7
*
radeonsi: emit PA_SC_RASTER_CONFIG_1 only once
Nicolai Hähnle
2016-06-20
1
-16
/
+17
*
radeonsi: fix calculation of valid RB mask per SE
Nicolai Hähnle
2016-06-20
1
-4
/
+9
*
radeonsi: raise SI_PM4_MAX_DW
Nicolai Hähnle
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
radeonsi: fix undefined left-shift into sign bit
Nicolai Hähnle
2016-06-15
1
-1
/
+2
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
3
-0
/
+9
*
radeonsi: don't generate "ret void undef"
Marek Olšák
2016-06-14
1
-6
/
+14
*
radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clear
Marek Olšák
2016-06-14
1
-1
/
+19
*
radeonsi: clarify the MSAA resolve limitation with scanout
Marek Olšák
2016-06-14
1
-1
/
+5
*
radeonsi: enable scratch coalescing
Marek Olšák
2016-06-13
1
-2
/
+10
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+1
[prev]
[next]