index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Implement VK_KHR_vulkan_memory_model
Caio Marcelo de Oliveira Filho
2019-10-24
3
-0
/
+12
*
intel/fs: Implement scoped_memory_barrier
Caio Marcelo de Oliveira Filho
2019-10-24
1
-8
/
+19
*
intel/fs: Check for NULL key in fs_visitor constructor
Michel Dänzer
2019-10-24
1
-1
/
+4
*
intel/compiler: Cast to target type before shifting left
Michel Dänzer
2019-10-24
1
-1
/
+1
*
intel/compiler: Don't left-shift by >= the number of bits of the type
Michel Dänzer
2019-10-24
1
-2
/
+2
*
anv: fix error message
Eric Engestrom
2019-10-24
1
-5
/
+2
*
anv: implement VK_INTEL_performance_query
Lionel Landwerlin
2019-10-23
9
-18
/
+535
*
intel/perf: add mdapi writes for register perf counters
Lionel Landwerlin
2019-10-23
1
-0
/
+36
*
intel/genxml: add RPSTAT register for core frequency
Lionel Landwerlin
2019-10-23
8
-0
/
+40
*
intel/genxml: add generic perf counters registers
Lionel Landwerlin
2019-10-23
4
-0
/
+72
*
intel/perf: add support for querying kernel loaded configurations
Lionel Landwerlin
2019-10-23
2
-27
/
+181
*
intel/perf: move registers to their own header
Lionel Landwerlin
2019-10-23
3
-25
/
+55
*
intel/perf: extract register configuration
Lionel Landwerlin
2019-10-23
3
-16
/
+24
*
intel/perf: expose some utility functions
Lionel Landwerlin
2019-10-23
2
-31
/
+55
*
intel/perf: add mdapi maker helper
Lionel Landwerlin
2019-10-23
1
-0
/
+28
*
anv: fix unwind of vkCreateDevice fail
Lionel Landwerlin
2019-10-22
1
-3
/
+3
*
intel/compiler: Refactor disassembly of sources in 3src instruction
Sagar Ghuge
2019-10-21
1
-19
/
+10
*
intel/compiler: Don't move immediate in register
Sagar Ghuge
2019-10-21
1
-0
/
+38
*
intel/compiler: Set bits according to source file
Sagar Ghuge
2019-10-21
1
-2
/
+12
*
intel/compiler: Add Immediate support for 3 source instruction
Sagar Ghuge
2019-10-21
1
-21
/
+32
*
intel: Add missing entry for brw_nir_lower_alpha_to_coverage in Makefile
Sagar Ghuge
2019-10-21
1
-0
/
+1
*
intel/compiler: Remove emit_alpha_to_coverage workaround from backend
Sagar Ghuge
2019-10-21
2
-84
/
+13
*
nir: Add alpha_to_coverage lowering pass
Sagar Ghuge
2019-10-21
3
-0
/
+171
*
anv: fix memory leak on device destroy
Lionel Landwerlin
2019-10-20
1
-1
/
+11
*
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
[next]