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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: fix vkUpdateDescriptorSets with inline uniform blocks
Lionel Landwerlin
2019-10-19
1
-3
/
+3
*
intel/isl: Add isl_aux_usage_has_ccs
Jason Ekstrand
2019-10-17
1
-0
/
+7
*
intel/isl: Add R10G10B10_FLOAT_A2_UNORM format
Jordan Justen
2019-10-17
4
-0
/
+4
*
intel/compiler: Report the number of non-spill/fill SEND messages
Kenneth Graunke
2019-10-17
1
-5
/
+30
*
intel/vec4: Don't try both sources as immediates for DPH
Ian Romanick
2019-10-17
1
-1
/
+1
*
intel/isl: Add gen12 depth/stencil surface alignments
Jordan Justen
2019-10-17
5
-2
/
+123
*
intel/isl: Select Y-tiling for stencil on gen12
Jason Ekstrand
2019-10-17
1
-4
/
+7
*
intel/genxml: Remove W-tiling on gen12
Jason Ekstrand
2019-10-17
2
-1
/
+3
*
intel/genxml,isl: Add gen12 stencil buffer changes
Jordan Justen
2019-10-17
2
-6
/
+52
*
intel/genxml,isl: Add gen12 depth buffer changes
Jordan Justen
2019-10-17
2
-10
/
+14
*
intel/genxml,isl: Add gen12 render surface state changes
Jordan Justen
2019-10-17
2
-12
/
+19
*
intel/fs/gen12: Add tests for scoreboard pass
Caio Marcelo de Oliveira Filho
2019-10-17
2
-1
/
+864
*
intel/common: include unistd.h for ioctl() prototype on Solaris
Alan Coopersmith
2019-10-16
1
-0
/
+1
*
anv: Advertise VK_KHR_spirv_1_4
Caio Marcelo de Oliveira Filho
2019-10-14
1
-0
/
+1
*
anv: add exported symbols check
Eric Engestrom
2019-10-13
1
-0
/
+13
*
intel/fs/gen12: Use TCS 8_PATCH mode.
Kenneth Graunke
2019-10-11
2
-6
/
+8
*
intel/fs/gen12: Implement gl_FrontFacing on gen12+.
Jason Ekstrand
2019-10-11
2
-2
/
+25
*
intel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.
Francisco Jerez
2019-10-11
2
-8
/
+11
*
intel/fs/gen12: Fix barrier codegen.
Francisco Jerez
2019-10-11
2
-2
/
+7
*
intel/eu: Don't set notify descriptor field of gateway barrier message.
Francisco Jerez
2019-10-11
1
-1
/
+0
*
intel/ir/gen12: Update assert in brw_stage_has_packed_dispatch().
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/eu/validate/gen12: Don't blow up on indirect src0.
Jason Ekstrand
2019-10-11
1
-1
/
+2
*
intel/eu/validate/gen12: Validation fixes for SEND instruction.
Francisco Jerez
2019-10-11
1
-22
/
+28
*
intel/eu/validate/gen12: Fix validation of SYNC instruction.
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/eu/validate/gen12: Implement integer multiply restrictions in EU valida...
Francisco Jerez
2019-10-11
1
-0
/
+33
*
intel/ir: Lower fpow on Gen12.
Jordan Justen
2019-10-11
1
-0
/
+1
*
intel/fs/gen12: Don't support source mods for 32x16 integer multiply.
Francisco Jerez
2019-10-11
1
-0
/
+18
*
intel/disasm: Disassemble register file of split SEND sources.
Francisco Jerez
2019-10-11
1
-1
/
+4
*
intel/disasm: Don't disassemble saturate control on SEND instructions.
Francisco Jerez
2019-10-11
1
-2
/
+4
*
intel/disasm/gen12: Disassemble Gen12 SEND instructions.
Francisco Jerez
2019-10-11
1
-4
/
+18
*
intel/disasm/gen12: Disassemble Gen12 SYNC instruction.
Francisco Jerez
2019-10-11
1
-0
/
+14
*
intel/disasm/gen12: Disassemble three-source instruction source and destinati...
Francisco Jerez
2019-10-11
1
-13
/
+32
*
intel/disasm/gen12: Fix disassembly of some common instruction controls.
Francisco Jerez
2019-10-11
1
-4
/
+9
*
intel/disasm/gen12: Disassemble software scoreboard information.
Francisco Jerez
2019-10-11
1
-0
/
+16
*
intel/fs/gen12: Demodernize software scoreboard lowering pass.
Francisco Jerez
2019-10-11
1
-81
/
+163
*
intel/fs/gen12: Introduce software scoreboard lowering pass.
Francisco Jerez
2019-10-11
5
-0
/
+946
*
intel/fs/gen12: Add scheduling information to the IR.
Francisco Jerez
2019-10-11
2
-0
/
+3
*
intel/eu/gen12: Set SWSB annotations in hand-crafted assembly.
Francisco Jerez
2019-10-11
2
-5
/
+91
*
intel/eu/gen12: Add tracking of default SWSB state to the current brw_codegen...
Francisco Jerez
2019-10-11
3
-0
/
+18
*
intel/eu/gen12: Add auxiliary type to represent SWSB information during codegen.
Francisco Jerez
2019-10-11
1
-0
/
+148
*
intel/fs/gen12: Add codegen support for the SYNC instruction.
Francisco Jerez
2019-10-11
4
-3
/
+19
*
intel/ir/gen12: Add SYNC hardware instruction.
Francisco Jerez
2019-10-11
3
-0
/
+3
*
intel/eu/gen12: Don't set thread control, it's gone.
Francisco Jerez
2019-10-11
1
-2
/
+4
*
intel/eu/gen12: Don't set DD control, it's gone.
Francisco Jerez
2019-10-11
2
-6
/
+12
*
intel/eu/gen12: Use SEND instruction for split sends.
Francisco Jerez
2019-10-11
2
-2
/
+3
*
intel/eu/gen12: Codegen SEND descriptor regions correctly.
Francisco Jerez
2019-10-11
2
-6
/
+14
*
intel/eu/gen12: Codegen pathological SEND source and destination regions.
Francisco Jerez
2019-10-11
1
-7
/
+39
*
intel/eu/gen12: Codegen control flow instructions correctly.
Francisco Jerez
2019-10-11
1
-6
/
+9
*
intel/eu/gen12: Codegen three-source instruction source and destination regions.
Francisco Jerez
2019-10-11
2
-24
/
+42
*
intel/eu/gen12: Fix codegen of immediate source regions.
Francisco Jerez
2019-10-11
1
-1
/
+1
[next]