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: set up shader registers for merged LS-HS
Marek Olšák
2017-04-28
3
-15
/
+55
*
radeonsi/gfx9: add initial code generation for non-monolithic merged LS-HS
Marek Olšák
2017-04-28
3
-1
/
+23
*
radeonsi: separate out code for selecting the VS prolog
Marek Olšák
2017-04-28
1
-17
/
+29
*
radeonsi/gfx9: add si_shader::previous_stage for merged shaders
Marek Olšák
2017-04-28
3
-1
/
+39
*
radeonsi/gfx9: enlarge num_input_sgprs in shader keys due to higher hw limit
Marek Olšák
2017-04-28
1
-2
/
+2
*
radeonsi/gfx9: update the summary of shader stage configs
Marek Olšák
2017-04-28
1
-4
/
+9
*
radeonsi: adjust the signature of si_get_vs_prolog_key
Marek Olšák
2017-04-28
1
-9
/
+21
*
radeonsi: separate out VS prolog key generation
Marek Olšák
2017-04-28
1
-11
/
+20
*
radeonsi: separate out VS prolog key printing
Marek Olšák
2017-04-28
1
-19
/
+29
*
radeonsi: code shuffling in si_emit_derived_tess_state
Marek Olšák
2017-04-28
1
-31
/
+38
*
radeonsi: separate out TGSI initialization of si_shader_context
Marek Olšák
2017-04-28
3
-43
/
+72
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
3
-163
/
+14
*
radeonsi: disable the TGSI merge registers pass
Samuel Pitoiset
2017-04-26
1
-1
/
+1
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+1
*
radeonsi: use unsynchronized transfers for shader binary uploads
Samuel Pitoiset
2017-04-26
1
-1
/
+2
*
radeonsi: turn si_shader_key::mono into a non-union
Marek Olšák
2017-04-26
3
-15
/
+11
*
radeonsi: adjust ESGS ring buffer size computation on VI
Marek Olšák
2017-04-26
1
-1
/
+4
*
radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ON
Marek Olšák
2017-04-26
1
-2
/
+3
*
radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct register
Marek Olšák
2017-04-26
2
-1
/
+5
*
radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D image
Marek Olšák
2017-04-26
1
-8
/
+22
*
radeonsi/gfx9: fix 1D array shader images
Marek Olšák
2017-04-26
1
-0
/
+1
*
radeonsi/gfx9: fix most things wrong with shader images
Marek Olšák
2017-04-26
2
-12
/
+24
*
radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0
Marek Olšák
2017-04-26
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
[prev]
[next]