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/formats: Update the three-channel BC1 mappings
Nanley Chery
2017-05-18
1
-2
/
+2
*
anv: Add an option to abort on device loss
Jason Ekstrand
2017-05-18
1
-0
/
+5
*
anv: Wrap the device lost error in vk_error in QueueSubmit
Jason Ekstrand
2017-05-18
1
-1
/
+1
*
anv: fix multiview for clear commands
Iago Toral Quiroga
2017-05-18
1
-0
/
+41
*
i965/vec4: load dvec3/4 uniforms first in the push constant buffer
Samuel Iglesias Gonsálvez
2017-05-18
1
-27
/
+80
*
i965/vec4: fix swizzle and writemask when loading an uniform with constant of...
Samuel Iglesias Gonsálvez
2017-05-18
1
-4
/
+11
*
i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...
Samuel Iglesias Gonsálvez
2017-05-18
1
-0
/
+26
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-17
1
-1
/
+1
*
intel/isl/gen6: Fix combined depth stencil alignment
Jason Ekstrand
2017-05-16
1
-7
/
+7
*
intel/isl: Refactor gen8_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-140
/
+49
*
intel/isl: Refactor gen6_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-18
/
+14
*
intel/isl: Refactor gen7_choose_image_alignment_el
Jason Ekstrand
2017-05-16
1
-83
/
+74
*
intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
Pohjolainen, Topi
2017-05-16
1
-23
/
+5
*
i965: Fix test_eu_validate.cpp
Matt Turner
2017-05-16
1
-1
/
+1
*
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
3
-0
/
+32
*
intel/aubinator_error_decode: Disassemble shader programs
Matt Turner
2017-05-15
2
-4
/
+186
*
intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_END
Matt Turner
2017-05-15
1
-0
/
+3
*
intel/tools: Refactor gen_disasm_disassemble() to use annotations
Matt Turner
2017-05-15
1
-28
/
+43
*
intel/decoder: Fix indentation
Matt Turner
2017-05-15
1
-4
/
+4
*
genxml: Remove brackets from kernel start pointer names
Matt Turner
2017-05-15
2
-7
/
+7
*
i965: Add a weak no-op nir_print_instr() symbol
Matt Turner
2017-05-15
1
-0
/
+2
*
i965: Allow brw_eu_validate to handle compact instructions
Matt Turner
2017-05-15
1
-2
/
+15
*
i965: Pass pointer and end of assembly to brw_validate_instructions
Matt Turner
2017-05-15
5
-11
/
+22
*
intel: gen-decoder: fix xml parser leak
Lionel Landwerlin
2017-05-15
1
-6
/
+7
*
genxml: Add alias for MOCS.
Rafael Antognolli
2017-05-11
5
-0
/
+5
*
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
2017-05-11
3
-3
/
+3
*
genxml: Fix KSPs on Ironlake to be offsets, not pointers.
Kenneth Graunke
2017-05-11
1
-8
/
+8
*
anv: document that anv_gem_mmap returns MAP_FAILED on error
Emil Velikov
2017-05-11
1
-1
/
+1
*
i965: Drop INTEL_DEBUG=stats.
Kenneth Graunke
2017-05-10
2
-2
/
+1
*
anv: don't leak DRM devices
Grazvydas Ignotas
2017-05-10
1
-0
/
+1
*
anv: fix possible stack corruption
Grazvydas Ignotas
2017-05-10
1
-1
/
+1
*
i965/vec4: Delete the system value infastructure
Jason Ekstrand
2017-05-09
11
-137
/
+5
*
i965/vec4: Use NIR to do GS input remapping
Jason Ekstrand
2017-05-09
9
-101
/
+59
*
i965/fs: Move remapping of gl_PointSize to the NIR level
Jason Ekstrand
2017-05-09
2
-26
/
+21
*
i965/nir: Inline remap_inputs_with_vue_map
Jason Ekstrand
2017-05-09
1
-27
/
+22
*
i965/vec4: Use NIR remapping for VS attributes
Jason Ekstrand
2017-05-09
6
-121
/
+34
*
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2017-05-09
2
-3
/
+3
*
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
Jason Ekstrand
2017-05-09
1
-0
/
+11
*
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
2017-05-09
4
-70
/
+74
*
i965/vs: Set uses_vertexid and friends from brw_compile_vs
Jason Ekstrand
2017-05-09
3
-11
/
+17
*
i965: Move multiply by 4 for VS ATTR setup into the scalar backend.
Jason Ekstrand
2017-05-09
2
-2
/
+2
*
i965/nir: Inline remap_vs_attrs
Jason Ekstrand
2017-05-09
1
-30
/
+26
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
17
-155
/
+155
*
intel: compiler: prevent integer overflow
Lionel Landwerlin
2017-05-09
1
-2
/
+2
*
intel: compiler: remove duplicated code
Lionel Landwerlin
2017-05-09
1
-12
/
+0
*
intel: gen decoder: don't check for size_t negative values
Lionel Landwerlin
2017-05-09
1
-1
/
+1
*
anv: check return value of anv_execbuf_add_bo
Lionel Landwerlin
2017-05-08
1
-2
/
+7
*
anv: avoid null pointer dereference
Lionel Landwerlin
2017-05-08
1
-1
/
+2
*
anv/allocator: Only write to _vg_ptr if we have valgrind
Jason Ekstrand
2017-05-05
1
-1
/
+1
*
anv/query: handle more cases of 'out of host memory'
Iago Toral Quiroga
2017-05-05
1
-0
/
+10
[next]