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
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
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
2020-04-30
VERSION: bump to 20.1.0-rc1
mesa-20.1.0-rc1
Eric Engestrom
1
-1
/
+1
2020-04-29
turnip: fix wrong substream size in parse_multisample_and_color_blend
20.1-branchpoint
Jonathan Marek
1
-1
/
+1
2020-04-29
util/ra: Improve ra_set_finalize() performance.
Eric Anholt
1
-4
/
+1
2020-04-29
util/ra: Use util_dynarray for handling the conflict lists.
Eric Anholt
1
-35
/
+18
2020-04-29
util/ra: Use util_dynarray for the adjacency list.
Eric Anholt
1
-44
/
+19
2020-04-29
util/ra: Sanity check that we're adding a valid reg to a class.
Eric Anholt
1
-0
/
+2
2020-04-29
util/ra: Sanity check that the driver selected a valid reg.
Eric Anholt
1
-0
/
+1
2020-04-29
freedreno/a4xx: enable A405
Konrad Dybcio
1
-0
/
+1
2020-04-29
iris: handle PIPE_CAP_CLEAR_SCISSORED
Mike Blumenkrantz
2
-12
/
+17
2020-04-29
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
63
-38
/
+114
2020-04-29
i965: Use correct constant for max_variable_local_size
Caio Marcelo de Oliveira Filho
1
-1
/
+1
2020-04-29
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
19
-187
/
+201
2020-04-29
intel/fs: Don't delete coalesced MOVs if they have a cmod
Jason Ekstrand
1
-2
/
+15
2020-04-29
st/mesa: expose more SPIR-V capabilities
Marek Olšák
1
-0
/
+12
2020-04-29
mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
Marek Olšák
1
-9
/
+9
2020-04-29
pan/mdg: Replicate 16-bit swizzles
Alyssa Rosenzweig
1
-0
/
+6
2020-04-29
pan/mdg: Ensure fdot is scalar out in disasm
Alyssa Rosenzweig
1
-0
/
+11
2020-04-29
pan/mdg: Move condense_writemask to disasm
Alyssa Rosenzweig
2
-22
/
+22
2020-04-29
pan/mdg: Pass through some types from scheduling
Alyssa Rosenzweig
1
-0
/
+4
2020-04-29
pan/mdg: Don't crash on unknown branch target
Alyssa Rosenzweig
1
-1
/
+2
2020-04-29
pan/mdg: Make some branch targets more explicit
Alyssa Rosenzweig
1
-0
/
+2
2020-04-29
pan/mdg: Always print the mask
Alyssa Rosenzweig
1
-3
/
+1
2020-04-29
pan/mdg: Specialize swizzle to type
Alyssa Rosenzweig
1
-6
/
+12
2020-04-29
pan/mdg: Lower specials to 32-bit
Alyssa Rosenzweig
1
-0
/
+6
2020-04-29
pan/mdg: Move sampler_type emission to pack time
Alyssa Rosenzweig
2
-16
/
+16
2020-04-29
pan/mdg: Set texture full fields at pack time
Alyssa Rosenzweig
2
-5
/
+9
2020-04-29
pan/mdg: Track texture types
Alyssa Rosenzweig
1
-1
/
+10
2020-04-29
pan/mdg: Track v_mov type (force uint32 for now?)
Alyssa Rosenzweig
1
-0
/
+2
2020-04-29
pan/mdg: Denoise prints
Alyssa Rosenzweig
1
-9
/
+21
2020-04-29
pan/mdg: Track a primary type for I/O
Alyssa Rosenzweig
1
-15
/
+17
2020-04-29
pan/mdg: Another goofy comment gone
Alyssa Rosenzweig
1
-9
/
+1
2020-04-29
pan/mdg: Track ALU dest type
Alyssa Rosenzweig
1
-2
/
+3
2020-04-29
pan/mdg: Track ALU src types
Alyssa Rosenzweig
1
-18
/
+20
2020-04-29
pan/mdg: Add type fields to IR
Alyssa Rosenzweig
2
-7
/
+13
2020-04-29
pan/bi: Share ALU type printing
Alyssa Rosenzweig
3
-31
/
+34
2020-04-29
pan/mdg: Set lower_flrp16
Alyssa Rosenzweig
1
-0
/
+1
2020-04-29
pan/mdg: Remove old hack
Alyssa Rosenzweig
1
-3
/
+0
2020-04-29
pan/mdg: Remove goofy 16-bit comment
Alyssa Rosenzweig
1
-8
/
+0
2020-04-29
pan/mdg: Don't break SSA
Alyssa Rosenzweig
1
-7
/
+2
2020-04-29
pan/mdg: SSA_FIXED_MINIMUM already covered by PAN_IS_REG
Alyssa Rosenzweig
2
-3
/
+1
2020-04-29
pan/mdg: Use PAN_IS_REG
Alyssa Rosenzweig
6
-21
/
+17
2020-04-29
pan/mdg: Remove nir_alu_src_index
Alyssa Rosenzweig
3
-10
/
+4
2020-04-29
pan/bi: Use common IR indices
Alyssa Rosenzweig
6
-57
/
+24
2020-04-29
panfrost: Move Bifrost IR indexing to common
Alyssa Rosenzweig
1
-0
/
+32
2020-04-29
panfrost: Fix BO reference counting
Alyssa Rosenzweig
1
-2
/
+2
2020-04-29
ac: enable displayable DCC on Navi12 & Navi14
Marek Olšák
1
-4
/
+7
2020-04-29
ac/surface: validate that DCC is enabled correctly on gfx9+
Marek Olšák
1
-0
/
+69
2020-04-29
ac/surface: add code for gfx10 displayable DCC
Marek Olšák
6
-26
/
+88
2020-04-29
ac/surface: move non-displayable DCC to the end of the buffer
Marek Olšák
1
-3
/
+6
2020-04-29
ac/surface: don't compute DCC if it's unsupported by DCN on gfx9+
Marek Olšák
2
-21
/
+30
[next]