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
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
1
-1
/
+0
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-3
/
+3
*
radeonsi: fix issues with monolithic shaders
Marek Olšák
2017-02-21
1
-1
/
+2
*
radeonsi: set no-signed-zeros-fp-math
Marek Olšák
2017-02-21
2
-1
/
+5
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
1
-1
/
+5
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
3
-15
/
+77
*
radeonsi: skip LDS stores in TCS if there are no LDS output reads
Marek Olšák
2017-02-21
1
-1
/
+16
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
5
-19
/
+42
*
radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
Nicolai Hähnle
2017-02-21
1
-7
/
+53
*
android: radeonsi: fix sid_table.h generated header include path
Mauro Rossi
2017-02-20
1
-1
/
+3
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
1
-1
/
+1
*
radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
Marek Olšák
2017-02-19
1
-2
/
+2
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-3
/
+0
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
3
-24
/
+6
*
radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirable
Marek Olšák
2017-02-18
4
-23
/
+42
*
radeonsi: upload constants into VRAM instead of GTT
Marek Olšák
2017-02-18
3
-7
/
+10
*
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
2017-02-18
2
-3
/
+5
*
radeonsi: use a clever alignment for index buffer uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for descriptor uploads
Marek Olšák
2017-02-18
1
-4
/
+7
*
radeonsi: use a clever alignment for constant buffer uploads
Marek Olšák
2017-02-18
2
-1
/
+18
*
radeonsi: move index buffer flushing into a non-upload indexed case
Marek Olšák
2017-02-18
1
-7
/
+6
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
4
-5
/
+5
*
radeonsi: sort members of si_shader_key::part
Marek Olšák
2017-02-18
1
-6
/
+6
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
3
-5
/
+49
*
radeonsi: don't compile pure monolithic shaders asynchronously
Marek Olšák
2017-02-18
1
-2
/
+6
*
radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VI
Marek Olšák
2017-02-18
1
-3
/
+9
*
radeonsi: remove the fix_size3 workaround
Marek Olšák
2017-02-18
3
-36
/
+0
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
5
-6
/
+60
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
5
-23
/
+25
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
1
-1
/
+1
*
radeonsi: use shared emit_umsb helper.
Dave Airlie
2017-02-16
1
-22
/
+2
*
radeonsi: use shared emit imsb code.
Dave Airlie
2017-02-16
1
-25
/
+3
*
radeonsi: implement uploading zero-stride vertex attribs
Marek Olšák
2017-02-14
1
-8
/
+23
*
radeonsi: implement legacy GL_DOUBLE vertex formats
Marek Olšák
2017-02-14
3
-21
/
+117
*
radeonsi: clean up si_get_param
Marek Olšák
2017-02-14
1
-19
/
+11
*
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
2017-02-14
3
-9
/
+12
*
radeonsi: use common sendmsg emission function.
Dave Airlie
2017-02-14
1
-26
/
+6
*
radeonsi: align vertex buffer descriptor list size for optimal prefetch
Marek Olšák
2017-02-10
4
-2
/
+7
*
radeonsi: align shader binaries to CP DMA alignment for optimal prefetch
Marek Olšák
2017-02-10
1
-1
/
+2
*
radeonsi: move CP_DMA_ALIGNMENT definition
Marek Olšák
2017-02-10
2
-10
/
+10
*
radeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFER
Marek Olšák
2017-02-10
3
-6
/
+6
*
radeonsi: remove separate CB/DB_META flush flags
Marek Olšák
2017-02-10
3
-17
/
+8
*
radeonsi: reduce the number of FMASK input coordinates
Marek Olšák
2017-02-10
1
-7
/
+3
*
radeonsi: write shader asm annotated with wave info into GPU hang reports
Marek Olšák
2017-02-10
3
-3
/
+252
*
radeonsi: write wave information into GPU hang reports
Marek Olšák
2017-02-10
1
-0
/
+20
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+1
*
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
2017-02-07
1
-0
/
+1
*
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
2017-02-03
1
-71
/
+7
*
radeonsi/ac: move get thread id to shared code.
Dave Airlie
2017-02-03
1
-55
/
+2
*
radeonsi/ac: move tbuffer store and buffer load to shared code.
Dave Airlie
2017-02-03
1
-185
/
+40
[next]