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: Add and use helpers for level0 extent
Nanley Chery
2019-06-27
3
-15
/
+37
*
intel/compiler: fix derivative on y axis implementation
Lionel Landwerlin
2019-06-27
1
-21
/
+5
*
intel/blorp: Disable sampler state prefetching on Gen11
Kenneth Graunke
2019-06-25
1
-0
/
+4
*
anv/descriptor_set: Only write texture swizzles if we have an image view
Jason Ekstrand
2019-06-25
1
-1
/
+1
*
intel/compiler: silence a warning of using different enum type
Tapani Pälli
2019-06-25
1
-1
/
+1
*
anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format
Nataraj Deshpande
2019-06-24
3
-3
/
+13
*
anv: Implement "pop-free" clipping
Jason Ekstrand
2019-06-21
2
-4
/
+86
*
anv: Enable the guardband clip test
Jason Ekstrand
2019-06-21
2
-3
/
+21
*
i965,iris: Move guardband calculations to a common location
Jason Ekstrand
2019-06-21
3
-0
/
+119
*
iris: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
2
-0
/
+2
*
anv: only resort to sync fds internally with no syncobj support
Lionel Landwerlin
2019-06-20
2
-8
/
+45
*
isl: tag unreachable path as such
Eric Engestrom
2019-06-20
1
-0
/
+2
*
anv: Fix vulkan build in meson.
Bas Nieuwenhuizen
2019-06-19
1
-1
/
+7
*
anv/image: Set different usage flags for shadow surfaces
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
anv: Flush caches in anv_image_copy_to_shadow
Jason Ekstrand
2019-06-19
1
-0
/
+13
*
anv: Fix wrong printf formatter
Kenneth Graunke
2019-06-19
1
-1
/
+1
*
anv: write spirv-nir logs back to the application
Lionel Landwerlin
2019-06-19
1
-0
/
+35
*
anv: Make border colors the right size and alignment on HSW
Jason Ekstrand
2019-06-18
2
-12
/
+48
*
anv: Set STATE_BASE_ADDRESS upper bounds on gen7
Jason Ekstrand
2019-06-17
1
-0
/
+17
*
anv:Use VK_EXT_separate_stencil_usage to avoid stencil shadows on gen7
Jason Ekstrand
2019-06-17
4
-2
/
+16
*
anv: Add stencil texturing support for gen7
Jason Ekstrand
2019-06-17
3
-7
/
+96
*
anv/blorp: Update shadow images when clearing or uploading
Jason Ekstrand
2019-06-17
1
-11
/
+104
*
anv/cmd_buffer: Add a stencil transition helper
Jason Ekstrand
2019-06-17
1
-35
/
+75
*
anv/blorp: Take an aspect in anv_image_copy_to_shadow
Jason Ekstrand
2019-06-17
3
-3
/
+4
*
anv/formats: Re-arrange the way se set some flag bits
Jason Ekstrand
2019-06-17
1
-6
/
+5
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
anv: do not parse genxml data without INTEL_DEBUG=bat
Lionel Landwerlin
2019-06-12
1
-10
/
+13
*
intel/dump: fix segfault when the app hasn't accessed the device
Lionel Landwerlin
2019-06-12
1
-3
/
+5
*
anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7
Ville Syrjälä
2019-06-11
3
-140
/
+107
*
intel/fs: Mark source 0 of bcsel as needing Boolean resolve
Ian Romanick
2019-06-11
1
-0
/
+6
*
anv: ignore inline uniform blocks in anv_CmdPushDescriptorSetKHR()
Samuel Iglesias Gonsálvez
2019-06-11
1
-13
/
+0
*
intel/gpu_dump: fix argument passing
Lionel Landwerlin
2019-06-09
2
-3
/
+3
*
intel/blorp: Only double the fast-clear rect alignment on HSW
Jason Ekstrand
2019-06-07
1
-10
/
+15
*
anv/cmd_buffer: Initalize the clear color struct for CNL+
Nanley Chery
2019-06-07
1
-13
/
+7
*
isl: Mark enum isl_channel_select packed so it becomes 1 byte.
Kenneth Graunke
2019-06-07
1
-1
/
+1
*
anv: allow NV12 <--> AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420 inter-op
Gurchetan Singh
2019-06-06
1
-0
/
+5
*
anv: Fix check for isl_fmt in assert
Nataraj Deshpande
2019-06-06
1
-1
/
+1
*
intel/compiler: Treat b32csel as potentially producing a Boolean result for r...
Ian Romanick
2019-06-05
1
-2
/
+4
*
intel/fs: Improve discard_if code generation
Ian Romanick
2019-06-05
1
-3
/
+43
*
intel/fs: Add need_dest parameter to fs_visitor::nir_emit_alu
Ian Romanick
2019-06-05
2
-4
/
+7
*
intel/fs: Allow cmod propagation across reads and writes of different flags
Ian Romanick
2019-06-05
2
-6
/
+272
*
intel/fs: Fix flag_subreg handling in cmod propagation
Ian Romanick
2019-06-05
2
-0
/
+196
*
intel/fs: Add missing tests for cmod_propagate_not
Ian Romanick
2019-06-05
1
-0
/
+278
*
intel/blorp: Handle SINT/UINT clamping on blits.
Kenneth Graunke
2019-06-05
2
-0
/
+38
*
anv/pipeline: Move lowering of nir_var_mem_global later
Caio Marcelo de Oliveira Filho
2019-06-05
1
-3
/
+3
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-2
/
+1
*
nir: Drop lower_fmod64 option.
Kenneth Graunke
2019-06-05
1
-1
/
+0
*
intel/perf: improve dynamic loading config detection
Lionel Landwerlin
2019-06-05
1
-15
/
+3
*
intel/nir: Take nir_shader*s in brw_nir_link_shaders
Jason Ekstrand
2019-06-05
3
-39
/
+37
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
9
-51
/
+45
[next]