index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-14
anv: Add the pci_id into the shader cache UUID
Jason Ekstrand
1
-5
/
+15
2017-04-14
i965: Use correct VertStride on align16 instructions.
Matt Turner
1
-10
/
+34
2017-04-14
i965/vec4/dce: improve track of partial flag register writes
Samuel Iglesias Gonsálvez
1
-1
/
+1
2017-04-14
i965/vec4: don't do horizontal stride on some register file types
Samuel Iglesias Gonsálvez
1
-2
/
+5
2017-04-14
i965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH,LOW}_32BIT.
Matt Turner
1
-4
/
+12
2017-04-14
i965/vec4: use vec4_builder to emit instructions in setup_imm_df()
Samuel Iglesias Gonsálvez
2
-50
/
+50
2017-04-14
i965/vec4: consider subregister offset in live variables
Juan A. Suarez Romero
1
-2
/
+2
2017-04-14
i965/vec4: fix assert to detect SIMD lowered DF instructions in IVB
Francisco Jerez
1
-5
/
+1
2017-04-14
i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcode per destination's type
Samuel Iglesias Gonsálvez
7
-27
/
+60
2017-04-14
i965/vec4: split d2x conversion and data gathering from one opcode to two exp...
Samuel Iglesias Gonsálvez
2
-8
/
+1
2017-04-14
i965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYT
Juan A. Suarez Romero
1
-7
/
+19
2017-04-14
i965/vec4: keep original type when dealing with null registers
Juan A. Suarez Romero
1
-0
/
+2
2017-04-14
i965/vec4: split DF instructions and later double its execsize in IVB/BYT
Samuel Iglesias Gonsálvez
3
-1
/
+53
2017-04-14
i965/fs: lower all non-force_writemask_all DF instructions to SIMD4 on IVB/BYT
Samuel Iglesias Gonsálvez
1
-0
/
+9
2017-04-14
i965/fs: Get 64-bit indirect moves working on IVB.
Francisco Jerez
1
-2
/
+25
2017-04-14
i965: Use source region <1,2,0> when converting to DF.
Matt Turner
2
-13
/
+28
2017-04-14
i965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT
Juan A. Suarez Romero
1
-3
/
+14
2017-04-14
i965/fs: fix dst stride in IVB/BYT type conversions
Juan A. Suarez Romero
1
-27
/
+41
2017-04-14
i965/fs: rename lower_d2x to lower_conversions
Samuel Iglesias Gonsálvez
4
-4
/
+4
2017-04-14
Revert "i965/fs: Don't emit SEL instructions for type-converting MOVs."
Samuel Iglesias Gonsálvez
1
-2
/
+0
2017-04-14
i965/fs: generalize the legalization d2x pass
Samuel Iglesias Gonsálvez
2
-37
/
+67
2017-04-14
i965: Use <0,2,1> region for scalar DF sources on IVB/BYT.
Matt Turner
1
-0
/
+13
2017-04-14
i965/fs: clamp exec_size when an instruction has a scalar DF source
Samuel Iglesias Gonsálvez
1
-3
/
+8
2017-04-14
i965/fs: double regioning parameters and execsize for DF in IVB/BYT
Juan A. Suarez Romero
1
-7
/
+43
2017-04-14
i965/fs: add helper to retrieve instruction execution type
Juan A. Suarez Romero
3
-5
/
+64
2017-04-14
i965: Handle IVB DF differences in the validator.
Matt Turner
1
-0
/
+24
2017-04-14
i965/disasm: also print nibctrl in IVB for execsize=8
Iago Toral Quiroga
1
-3
/
+3
2017-04-14
anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
Jason Ekstrand
1
-5
/
+22
2017-04-14
anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
Jason Ekstrand
1
-2
/
+14
2017-04-14
anv/cmd_buffer: Always set up a null surface state
Jason Ekstrand
1
-31
/
+19
2017-04-14
anv/cmd_buffer: Flush the VF cache at the top of all primaries
Jason Ekstrand
1
-0
/
+12
2017-04-14
anv/blorp: Flush the texture cache in UpdateBuffer
Jason Ekstrand
1
-0
/
+7
2017-04-14
anv: Limit VkDeviceMemory objects to 2GB
Jason Ekstrand
1
-0
/
+20
2017-04-14
intel/blorp: Add a blorp_emit_dynamic macro
Jason Ekstrand
1
-64
/
+50
2017-04-12
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
Matt Turner
1
-0
/
+2
2017-04-11
i965/fs: Take into account lower frequency of conditional blocks in spilling ...
Francisco Jerez
1
-5
/
+14
2017-04-11
anv: remove needless VALGRIND_MAKE_MEM_DEFINED
Juan A. Suarez Romero
1
-1
/
+0
2017-04-10
intel/blorp: Use ISL for emitting depth/stencil/hiz
Jason Ekstrand
1
-86
/
+33
2017-04-10
intel/blorp: Emit 3DSTATE_STENCIL_BUFFER before HIER_DEPTH
Jason Ekstrand
1
-12
/
+12
2017-04-10
anv: Use ISL for emitting depth/stencil/hiz
Jason Ekstrand
3
-181
/
+41
2017-04-10
intel/isl: Add support for emitting depth/stencil/hiz
Jason Ekstrand
5
-0
/
+401
2017-04-07
intel/isl: Use genx_bits.h instead of a hand-rolled table
Jason Ekstrand
1
-18
/
+13
2017-04-07
intel/genxml/bits: Emit per-container _length helpers
Jason Ekstrand
1
-0
/
+34
2017-04-07
intel/genxml/bits: Emit per-field _start helpers
Jason Ekstrand
1
-0
/
+8
2017-04-07
intel/genxml/bits: Pull the function emit code into a helper block
Jason Ekstrand
1
-26
/
+43
2017-04-07
intel/genxml/bits: Refactor to add a container class
Jason Ekstrand
1
-20
/
+36
2017-04-07
anv: Use subpass dependencies for flushes
Jason Ekstrand
2
-80
/
+18
2017-04-07
anv/pass: Record required pipe flushes
Jason Ekstrand
2
-0
/
+90
2017-04-07
anv/pass: Use anv_multialloc for allocating the anv_pass
Jason Ekstrand
2
-63
/
+44
2017-04-07
anv/descriptor_set: Use anv_multialloc for descriptor set layouts
Jason Ekstrand
1
-11
/
+10
[next]