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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
2
-3
/
+4
*
radeonsi: add Stoney to si_init_gs_info()
Alex Deucher
2015-10-23
1
-0
/
+1
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
3
-6
/
+46
*
radeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+11
*
radeonsi: Disable operations that do not work with DCC.
Bas Nieuwenhuizen
2015-10-24
3
-3
/
+6
*
radeonsi: only apply the SNORM blit workaround to *8_SNORM
Marek Olšák
2015-10-24
1
-1
/
+1
*
radeonsi: add another requirement for PARTIAL_ES_WAVE
Marek Olšák
2015-10-24
4
-2
/
+35
*
radeonsi: merge two ifs setting WD_SWITCH_ON_EOP
Marek Olšák
2015-10-24
1
-5
/
+2
*
radeonsi: make PARTIAL_ES_WAVE globally dependent on SWITCH_ON_EOI
Marek Olšák
2015-10-24
1
-5
/
+6
*
radeonsi: add one more SWITCH_ON_EOI requirement for Hawaii and VI
Marek Olšák
2015-10-24
1
-1
/
+10
*
radeonsi: only apply the instancing bug workaround to Bonaire
Marek Olšák
2015-10-24
1
-5
/
+5
*
radeonsi: add SWITCH_ON_EOI requirement for 4 SE parts
Marek Olšák
2015-10-24
1
-0
/
+4
*
radeonsi: remove unnecessary PARTIAL_VS_WAVE setting for streamout
Marek Olšák
2015-10-24
1
-4
/
+0
*
radeonsi: allow unbinding vertex shaders
Marek Olšák
2015-10-24
1
-2
/
+2
*
radeonsi: allow unbinding pixel shaders and remove the dummy shader
Marek Olšák
2015-10-24
3
-22
/
+1
*
radeonsi: add draw_vbo check for a NULL pixel shader
Marek Olšák
2015-10-24
3
-1
/
+8
*
radeonsi: add checks for a NULL pixel shader
Marek Olšák
2015-10-24
2
-32
/
+42
*
radeonsi: add support for Stoney asics (v3)
Samuel Li
2015-10-23
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
radeonsi: enable BC_OPTIMIZE if centroid isn't used
Marek Olšák
2015-10-20
1
-1
/
+5
*
radeonsi: fix the export_prim_id field size in the shader key
Marek Olšák
2015-10-20
1
-2
/
+2
*
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
2015-10-20
9
-199
/
+224
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
radeonsi: add support for ARB_texture_view
Marek Olšák
2015-10-20
2
-7
/
+22
*
radeonsi: implement vertex color clamping
Marek Olšák
2015-10-17
5
-4
/
+52
*
radeonsi: implement fragment color clamping
Marek Olšák
2015-10-17
6
-2
/
+18
*
radeonsi: clean up other scratch buffer functions
Marek Olšák
2015-10-17
1
-15
/
+8
*
radeonsi: clean up copy-pasted scratch buffer updates
Marek Olšák
2015-10-17
1
-26
/
+13
*
radeonsi: unify shader create functions
Marek Olšák
2015-10-17
1
-40
/
+9
*
radeonsi: unify shader delete functions
Marek Olšák
2015-10-17
1
-67
/
+17
*
radeonsi: fix a GS copy shader leak
Marek Olšák
2015-10-17
1
-1
/
+3
*
radeonsi: remove an unused ctx parameter in si_shader_destroy
Marek Olšák
2015-10-17
4
-6
/
+6
*
radeonsi: print export_prim_id from the shader key
Marek Olšák
2015-10-17
1
-0
/
+2
*
radeonsi: disable NaNs for LS and HS
Marek Olšák
2015-10-17
1
-2
/
+4
*
radeonsi: clean up si_llvm_init_export_args
Marek Olšák
2015-10-17
1
-42
/
+35
*
radeonsi: fix a GS hang on VI
Marek Olšák
2015-10-07
2
-0
/
+19
*
radeonsi: remove TC L2 cache flush for index buffers on VI
Marek Olšák
2015-10-07
1
-3
/
+3
*
radeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERP
Marek Olšák
2015-10-03
1
-1
/
+1
*
radeonsi: do force_persample_interp in shaders for non-trivial cases
Marek Olšák
2015-10-03
3
-19
/
+117
*
radeonsi: implement the simple case of force_persample_interp
Marek Olšák
2015-10-03
4
-1
/
+37
*
radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate state
Marek Olšák
2015-10-03
4
-14
/
+29
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
radeonsi: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
3
-10
/
+34
*
gallium/radeon: add separate stencil level dirty flags
Marek Olšák
2015-10-03
3
-3
/
+6
*
radeonsi: dump buffer lists while debugging
Marek Olšák
2015-10-03
4
-1
/
+131
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
2
-3
/
+3
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
9
-54
/
+44
*
radeonsi: add an option for debugging VM faults
Marek Olšák
2015-10-03
4
-0
/
+122
*
radeonsi: move dumping the last IB into its own function
Marek Olšák
2015-10-03
1
-23
/
+28
*
radeonsi: add scratch buffer to the buffer list when it's re-allocated
Marek Olšák
2015-09-26
1
-0
/
+1
[next]