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/gfx9: fix crash building monolithic merged ES-GS shader
Nicolai Hähnle
2017-08-03
1
-2
/
+3
*
radeonsi: include ac_binary.h for struct ac_shader_binary
Emil Velikov
2017-06-28
1
-2
/
+2
*
radeonsi: disable the patch ID workaround on SI when the patch ID isn't used ...
Marek Olšák
2017-06-14
2
-15
/
+21
*
radeonsi: fix a GPU hang with tessellation on 2-CU configs
Marek Olšák
2017-06-14
1
-1
/
+5
*
radeonsi/gfx9: compile shaders with +xnack
Marek Olšák
2017-05-31
1
-6
/
+7
*
radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
Nicolai Hähnle
2017-05-18
1
-0
/
+2
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-18
2
-2
/
+8
*
radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI
Nicolai Hähnle
2017-05-18
1
-0
/
+14
*
radeonsi: fix primitive ID in fragment shader when using tessellation
Nicolai Hähnle
2017-05-18
1
-10
/
+17
*
radeonsi: apply the tess+GS hang workaround to Polaris12 as well
Marek Olšák
2017-05-08
1
-1
/
+2
*
radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driver
Marek Olšák
2017-05-08
1
-3
/
+18
*
radeonsi/gfx9: fix gl_ViewportIndex
Marek Olšák
2017-05-05
2
-8
/
+40
*
radeonsi: adjust ESGS ring buffer size computation on VI
Marek Olšák
2017-04-30
1
-1
/
+4
*
radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ON
Marek Olšák
2017-04-30
1
-2
/
+3
*
radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct register
Marek Olšák
2017-04-30
2
-1
/
+5
*
radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D image
Marek Olšák
2017-04-30
1
-8
/
+22
*
radeonsi/gfx9: fix 1D array shader images
Marek Olšák
2017-04-30
1
-0
/
+1
*
radeonsi/gfx9: fix most things wrong with shader images
Marek Olšák
2017-04-30
2
-12
/
+24
*
radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0
Marek Olšák
2017-04-30
1
-1
/
+34
*
gallium/radeon: always flush asynchronously and wait after begin_new_cs
Marek Olšák
2017-04-17
1
-0
/
+3
*
radeonsi: remove local variable 'mod' from si_compile_tgsi_shader
Marek Olšák
2017-04-17
1
-5
/
+2
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
3
-7
/
+10
*
radeonsi: don't set VGT_GS_MODE as part of the GS state
Marek Olšák
2017-04-17
1
-2
/
+0
*
radeonsi: don't allow user indices with indirect draws
Marek Olšák
2017-04-17
1
-4
/
+4
*
radeonsi: merge two if (indirect) statements
Marek Olšák
2017-04-17
1
-27
/
+25
*
radeonsi: don't mark non-dirty textures with CMASK as compressed
Marek Olšák
2017-04-17
1
-2
/
+3
*
radeonsi: cope with missing disassembly
Nicolai Hähnle
2017-04-14
1
-1
/
+2
*
radeonsi: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-1
/
+1
*
radeonsi: handle ignored LAYER and VIEWPORT_INDEX writes
Nicolai Hähnle
2017-04-14
1
-0
/
+20
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
radeonsi: fix gl_BaseVertex in non-indexed draws
Nicolai Hähnle
2017-04-13
3
-4
/
+23
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
5
-27
/
+18
*
radeonsi: change the bit-packing of LS out/TCS in data
Nicolai Hähnle
2017-04-13
3
-9
/
+14
*
radeonsi: emit VS_STATE register explicitly from si_draw_vbo
Nicolai Hähnle
2017-04-13
6
-2
/
+27
*
radeonsi: extract derived tess state emit to higher level
Nicolai Hähnle
2017-04-13
1
-6
/
+7
*
radeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
Nicolai Hähnle
2017-04-13
1
-2
/
+3
*
radeonsi: add new si_check_render_feedback_texture() helper
Samuel Pitoiset
2017-04-10
1
-45
/
+44
*
radeonsi: add new si_decompress_color_texture() helper
Samuel Pitoiset
2017-04-10
1
-13
/
+17
*
radeonsi: add new depth_needs_decompression() helper
Samuel Pitoiset
2017-04-10
1
-2
/
+8
*
radeonsi: add a 'break' in si_check_render_feedback_*()
Samuel Pitoiset
2017-04-10
1
-2
/
+6
*
radeonsi: re-use 'desc' in si_set_shader_image()
Samuel Pitoiset
2017-04-10
1
-2
/
+1
*
radeonsi: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-1
/
+3
*
radeonsi: optimization barriers to work around LLVM deficiencies
Nicolai Hähnle
2017-04-05
1
-4
/
+12
*
radeonsi: strengthen emit_optimization_barrier
Nicolai Hähnle
2017-04-05
2
-4
/
+38
*
radeonsi: emit TGSI_OPCODE_READ_*
Nicolai Hähnle
2017-04-05
1
-0
/
+38
*
radeonsi: emit TGSI_OPCODE_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+18
*
radeonsi: implement TGSI_SEMANTIC_SUBGROUP_*
Nicolai Hähnle
2017-04-05
1
-0
/
+40
*
radeonsi: support 64-bit system values
Nicolai Hähnle
2017-04-05
1
-4
/
+20
*
radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
Nicolai Hähnle
2017-04-05
2
-1
/
+3
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
[next]