index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
intel/isl/gen6: Fix combined depth stencil alignment
Jason Ekstrand
1
-7
/
+7
2017-05-16
intel/isl: Refactor gen8_choose_image_alignment_el
Jason Ekstrand
1
-140
/
+49
2017-05-16
intel/isl: Refactor gen6_choose_image_alignment_el
Jason Ekstrand
1
-18
/
+14
2017-05-16
intel/isl: Refactor gen7_choose_image_alignment_el
Jason Ekstrand
1
-83
/
+74
2017-05-16
intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
Pohjolainen, Topi
1
-23
/
+5
2017-05-16
i965: Fix test_eu_validate.cpp
Matt Turner
1
-1
/
+1
2017-05-16
anv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
3
-0
/
+32
2017-05-15
intel/aubinator_error_decode: Disassemble shader programs
Matt Turner
2
-4
/
+186
2017-05-15
intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_END
Matt Turner
1
-0
/
+3
2017-05-15
intel/tools: Refactor gen_disasm_disassemble() to use annotations
Matt Turner
1
-28
/
+43
2017-05-15
intel/decoder: Fix indentation
Matt Turner
1
-4
/
+4
2017-05-15
genxml: Remove brackets from kernel start pointer names
Matt Turner
2
-7
/
+7
2017-05-15
i965: Add a weak no-op nir_print_instr() symbol
Matt Turner
1
-0
/
+2
2017-05-15
i965: Allow brw_eu_validate to handle compact instructions
Matt Turner
1
-2
/
+15
2017-05-15
i965: Pass pointer and end of assembly to brw_validate_instructions
Matt Turner
5
-11
/
+22
2017-05-15
intel: gen-decoder: fix xml parser leak
Lionel Landwerlin
1
-6
/
+7
2017-05-11
genxml: Add alias for MOCS.
Rafael Antognolli
5
-0
/
+5
2017-05-11
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
3
-3
/
+3
2017-05-11
genxml: Fix KSPs on Ironlake to be offsets, not pointers.
Kenneth Graunke
1
-8
/
+8
2017-05-11
anv: document that anv_gem_mmap returns MAP_FAILED on error
Emil Velikov
1
-1
/
+1
2017-05-10
i965: Drop INTEL_DEBUG=stats.
Kenneth Graunke
2
-2
/
+1
2017-05-10
anv: don't leak DRM devices
Grazvydas Ignotas
1
-0
/
+1
2017-05-10
anv: fix possible stack corruption
Grazvydas Ignotas
1
-1
/
+1
2017-05-09
i965/vec4: Delete the system value infastructure
Jason Ekstrand
11
-137
/
+5
2017-05-09
i965/vec4: Use NIR to do GS input remapping
Jason Ekstrand
9
-101
/
+59
2017-05-09
i965/fs: Move remapping of gl_PointSize to the NIR level
Jason Ekstrand
2
-26
/
+21
2017-05-09
i965/nir: Inline remap_inputs_with_vue_map
Jason Ekstrand
1
-27
/
+22
2017-05-09
i965/vec4: Use NIR remapping for VS attributes
Jason Ekstrand
6
-121
/
+34
2017-05-09
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2
-3
/
+3
2017-05-09
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
Jason Ekstrand
1
-0
/
+11
2017-05-09
i965/fs: Lower gl_VertexID and friends to inputs at the NIR level
Jason Ekstrand
4
-70
/
+74
2017-05-09
i965/vs: Set uses_vertexid and friends from brw_compile_vs
Jason Ekstrand
3
-11
/
+17
2017-05-09
i965: Move multiply by 4 for VS ATTR setup into the scalar backend.
Jason Ekstrand
2
-2
/
+2
2017-05-09
i965/nir: Inline remap_vs_attrs
Jason Ekstrand
1
-30
/
+26
2017-05-09
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
17
-155
/
+155
2017-05-09
intel: compiler: prevent integer overflow
Lionel Landwerlin
1
-2
/
+2
2017-05-09
intel: compiler: remove duplicated code
Lionel Landwerlin
1
-12
/
+0
2017-05-09
intel: gen decoder: don't check for size_t negative values
Lionel Landwerlin
1
-1
/
+1
2017-05-08
anv: check return value of anv_execbuf_add_bo
Lionel Landwerlin
1
-2
/
+7
2017-05-08
anv: avoid null pointer dereference
Lionel Landwerlin
1
-1
/
+2
2017-05-05
anv/allocator: Only write to _vg_ptr if we have valgrind
Jason Ekstrand
1
-1
/
+1
2017-05-05
anv/query: handle more cases of 'out of host memory'
Iago Toral Quiroga
1
-0
/
+10
2017-05-04
anv/allocator: Improve block pool growing asserts
Jason Ekstrand
1
-6
/
+5
2017-05-04
anv: Drop the instruction pool block size
Jason Ekstrand
1
-2
/
+1
2017-05-04
anv/allocator: Add support for large stream allocations
Jason Ekstrand
1
-4
/
+7
2017-05-04
anv/allocator: Allow state pools to allocate large states
Jason Ekstrand
1
-0
/
+69
2017-05-04
anv/allocator: Support pushing multiple blocks onto a free list at once
Jason Ekstrand
1
-3
/
+16
2017-05-04
anv/allocator: Add helpers for dealing with bucket sizes
Jason Ekstrand
1
-10
/
+20
2017-05-04
anv/allocator: Add the capability to allocate blocks of different sizes
Jason Ekstrand
2
-15
/
+13
2017-05-04
anv/allocator: Rework a comment
Jason Ekstrand
1
-4
/
+5
[next]