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
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-04
freedreno: remove unused forward struct declaration
19.1-branchpoint
Rob Clark
1
-2
/
+0
2019-05-04
panfrost/midgard: iabs cannot run on mul
Alyssa Rosenzweig
1
-1
/
+1
2019-05-04
panfrost/midgard: Lower mixed csel (NIR)
Alyssa Rosenzweig
2
-12
/
+83
2019-05-04
panfrost/midgard: Fix RA when temp_count = 0
Alyssa Rosenzweig
2
-50
/
+70
2019-05-04
panfrost/midgard: Fix integer selection
Alyssa Rosenzweig
2
-33
/
+10
2019-05-04
panfrost: Support RGB565 FBOs
Alyssa Rosenzweig
4
-29
/
+80
2019-05-04
panfrost/midgard/disasm: Handle dest_override generalized
Alyssa Rosenzweig
1
-22
/
+68
2019-05-04
panfrost/midgard/disasm: Stub out 64-bit
Alyssa Rosenzweig
1
-5
/
+15
2019-05-04
panfrost/midgard/disasm: Print 8-bit sources
Alyssa Rosenzweig
1
-23
/
+43
2019-05-04
panfrost/midgard/disasm: Support 8-bit destination
Alyssa Rosenzweig
1
-18
/
+21
2019-05-04
panfrost/midgard: Rename ilzcnt8 -> iclz
Alyssa Rosenzweig
2
-2
/
+2
2019-05-04
panfrost/midgard: Fix crash on unknown op
Alyssa Rosenzweig
1
-2
/
+6
2019-05-04
panfrost/midgard/disasm: Fill in .int mod
Alyssa Rosenzweig
1
-1
/
+1
2019-05-04
panfrost/midgard/disasm: Extend print_reg to 8-bit
Alyssa Rosenzweig
1
-15
/
+34
2019-05-04
panfrost/midgard/disasm: Catch mask errors
Alyssa Rosenzweig
1
-0
/
+11
2019-05-04
panfrost/midgard: reg_mode_full -> reg_mode_32, etc
Alyssa Rosenzweig
3
-16
/
+16
2019-05-04
freedreno/a6xx: deduplicate a few lines
Rob Clark
1
-6
/
+0
2019-05-04
freedreno: add ubwc_enabled helper
Rob Clark
6
-26
/
+28
2019-05-04
freedreno: move UBWC color offset to fd_resource_offset()
Rob Clark
7
-18
/
+42
2019-05-04
freedreno/a6xx: buffer resources cannot be compressed
Rob Clark
1
-26
/
+5
2019-05-04
freedreno: mark imported resources as valid
Rob Clark
1
-0
/
+2
2019-05-04
freedreno/a6xx: UBWC support for images
Rob Clark
2
-19
/
+57
2019-05-04
freedreno/a6xx: UBWC fixes
Rob Clark
2
-11
/
+78
2019-05-04
freedreno: update generated headers
Rob Clark
8
-32
/
+58
2019-05-04
freedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixes
Rob Clark
1
-3
/
+3
2019-05-04
freedreno/ir3: remove assert
Rob Clark
1
-1
/
+0
2019-05-04
spirv/cl: support vload/vstore
Karol Herbst
1
-0
/
+55
2019-05-04
nir: Add nir_op_vec helper
Karol Herbst
3
-22
/
+14
2019-05-04
nir: Add a nir_builder_alu variant which takes an array of components
Karol Herbst
1
-14
/
+36
2019-05-04
vtn: handle bitcast with pointer src/dest
Karol Herbst
3
-29
/
+45
2019-05-04
mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.
Mathias Fröhlich
1
-4
/
+1
2019-05-04
mesa: Correct the is_vertex_position decision for dlists.
Mathias Fröhlich
3
-14
/
+28
2019-05-04
mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.
Mathias Fröhlich
1
-0
/
+2
2019-05-04
mesa: Remove the _glapi_table argument from _mesa_array_element.
Mathias Fröhlich
3
-17
/
+11
2019-05-04
mesa: Constify static const array in api_arrayelt.c
Mathias Fröhlich
1
-1
/
+1
2019-05-04
mesa: Remove the now unused _NEW_ARRAY state change flag.
Mathias Fröhlich
6
-23
/
+2
2019-05-04
mesa: Rip out now unused gl_context::aelt_context.
Mathias Fröhlich
7
-91
/
+0
2019-05-04
mesa: Implement _mesa_array_element by walking enabled arrays.
Mathias Fröhlich
1
-126
/
+58
2019-05-04
mesa: Use glVertexAttrib*NV functions for fixed function attribs.
Mathias Fröhlich
1
-157
/
+28
2019-05-04
mesa: Factor out index function that will have multiple use.
Mathias Fröhlich
1
-11
/
+18
2019-05-04
nir: Add a SSA type gathering pass
Jason Ekstrand
4
-0
/
+223
2019-05-03
iris: Delete bucketing allocators
Kenneth Graunke
1
-167
/
+3
2019-05-03
iris: Force VMA alignment to be a multiple of the page size.
Kenneth Graunke
1
-0
/
+3
2019-05-03
iris: leave the top 4Gb of the high heap VMA unused
Kenneth Graunke
1
-1
/
+5
2019-05-03
iris: Fix 4GB memory zone heap sizes.
Kenneth Graunke
1
-3
/
+6
2019-05-03
st/va: check resource_get_info nullity in vlVaDeriveImage
Julien Isorce
1
-5
/
+8
2019-05-03
anv,i965: Stop warning about incomplete gen11 support
Jason Ekstrand
2
-11
/
+2
2019-05-04
nir/algebraic: Don't emit empty initializers for MSVC
Connor Abbott
1
-0
/
+4
2019-05-03
iris: Resolve textures used by the program, not merely bound textures
Kenneth Graunke
1
-2
/
+5
2019-05-03
meson: Don't build glsl cache_test when shader cache is disabled
Dylan Baker
1
-12
/
+13
[next]