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
*
intel/fs: Don't emit a des copy for image ops with has_dest == false
Jason Ekstrand
2018-03-27
1
-3
/
+6
*
intel/aubinator_error_decode: Decode more registers.
Rafael Antognolli
2018-03-26
1
-0
/
+12
*
intel/genxml: Add SAMPLER_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+139
*
intel/genxml: Add ROW_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+114
*
intel/genxml: Add SC_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+140
*
i965/vec4: Fix null destination register in 3-source instructions
Ian Romanick
2018-03-26
2
-0
/
+27
*
i965/vec4: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
1
-5
/
+65
*
i965/vec4: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965/fs: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
2
-5
/
+400
*
i965/fs: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965: Add negative_equals methods
Ian Romanick
2018-03-26
7
-0
/
+72
*
anv: Set genX_table for gen11
Jordan Justen
2018-03-23
1
-0
/
+3
*
anv: Add gen11 to anv_genX_call
Jordan Justen
2018-03-23
1
-0
/
+3
*
android: Use local i915_drm.h rather than the system one.
Kenneth Graunke
2018-03-23
1
-0
/
+2
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
3
-36
/
+36
*
i965: perf: query topology
Lionel Landwerlin
2018-03-22
1
-0
/
+8
*
intel: devinfo: add helper functions to fill fusing masks values
Lionel Landwerlin
2018-03-22
2
-1
/
+140
*
intel: devinfo: meson: include drm uapi
Lionel Landwerlin
2018-03-22
1
-1
/
+1
*
intel: devinfo: store slice/subslice/eu masks
Lionel Landwerlin
2018-03-22
2
-1
/
+91
*
intel: devinfo: store number of EUs per subslice
Lionel Landwerlin
2018-03-22
2
-2
/
+38
*
anv/radv: autotools: include vulkan_*.h headers
Juan A. Suarez Romero
2018-03-22
1
-0
/
+4
*
intel/compiler: Readd ICL to test_eu_validate.cpp
Matt Turner
2018-03-22
1
-0
/
+1
*
intel/compiler: Skip 64-bit type tests when types not available
Matt Turner
2018-03-22
1
-0
/
+19
*
intel/compiler/icl: Clear "null render target" bit in extended message descri...
Jason Ekstrand
2018-03-22
2
-0
/
+6
*
intel/compiler/icl: Update the assert in brw_stage_has_packed_dispatch()
Anuj Phogat
2018-03-22
1
-1
/
+1
*
intel/common/icl: Disable hiz surface sampling
Anuj Phogat
2018-03-22
1
-0
/
+1
*
intel/common/icl: Add L3 config
Anuj Phogat
2018-03-22
1
-0
/
+18
*
intel/tools/aubinator: Drop platform list from print_help()
Matt Turner
2018-03-22
1
-1
/
+1
*
anv/pipeline: don't pass constant view index in multiview
Caio Marcelo de Oliveira Filho
2018-03-21
1
-6
/
+11
*
anv/pipeline: use less instructions for multiview
Caio Marcelo de Oliveira Filho
2018-03-21
1
-1
/
+1
*
aubinator_error_decode: Compare only the class_name of the ring.
Rafael Antognolli
2018-03-21
1
-1
/
+1
*
intel/tools: aubinator: Catch gen11 "enhanced execlist" submission
Scott D Phillips
2018-03-21
1
-6
/
+20
*
intel: genxml: add INSTPM/CS_DEBUG_MODE2 registers
Lionel Landwerlin
2018-03-20
7
-0
/
+46
*
anv: off-by-one in GetDescriptorSetLayoutSupport
Scott D Phillips
2018-03-20
1
-1
/
+1
*
anv/pipeline: set active_stages early
Caio Marcelo de Oliveira Filho
2018-03-19
2
-3
/
+10
*
anv/pipeline: fail if TCS/TES compile fail
Caio Marcelo de Oliveira Filho
2018-03-19
1
-7
/
+9
*
anv: Silence warning about heap_size.
Eric Anholt
2018-03-16
1
-1
/
+1
*
i965: Silence compiler warning about promoted_constants.
Eric Anholt
2018-03-16
1
-1
/
+1
*
anv: Silence compiler warnings about uninitialized bind_offset.
Eric Anholt
2018-03-16
1
-1
/
+1
*
intel/compiler: Use gen_get_device_info() in test_eu_validate
Matt Turner
2018-03-16
3
-39
/
+19
*
intel: Add cfl to gen_device_name_to_pci_device_id()
Matt Turner
2018-03-16
1
-0
/
+1
*
intel/compiler: Check for unsupported register sizes.
Rafael Antognolli
2018-03-16
1
-0
/
+3
*
anv: silence unused variable warning
Lionel Landwerlin
2018-03-15
1
-7
/
+0
*
anv: silence unused function warning on gen11
Lionel Landwerlin
2018-03-15
2
-1
/
+3
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
3
-0
/
+9
*
anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands
Iago Toral Quiroga
2018-03-14
1
-1
/
+5
*
anv/entrypoints: dispatches to VkQueue are device-level
Iago Toral Quiroga
2018-03-14
1
-2
/
+7
*
intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
2018-03-09
1
-17
/
+28
*
i965/vec4: Allow CSE on subset VF constant loads
Ian Romanick
2018-03-08
1
-0
/
+19
*
i965/vec4: Relax writemask condition in CSE
Ian Romanick
2018-03-08
1
-1
/
+9
[next]