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
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
marge_bot_batch_merge_job
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
VERSION: bump to 20.0.0-rc1
mesa-20.0.0-rc1
Dylan Baker
1
-1
/
+1
2020-01-30
turnip: Fix vkCmdCopyQueryPoolResults with available flag
20.0-branchpoint
Brian Ho
1
-46
/
+52
2020-01-30
turnip: Fix vkGetQueryPoolResults with available flag
Brian Ho
1
-22
/
+30
2020-01-30
turnip: Free event->bo on vkDestroyEvent
Brian Ho
1
-0
/
+2
2020-01-30
loader: Fix leak of kernel driver name
Kenneth Graunke
1
-1
/
+4
2020-01-30
docs: Update SWR tessellation support
Jan Zielinski
1
-1
/
+1
2020-01-30
i965: Use brw_batch_references in tex_busy check
Kenneth Graunke
1
-1
/
+2
2020-01-30
etnaviv: drm-shim: add GC400
Christian Gmeiner
1
-1
/
+28
2020-01-30
lima: add noheap debug option
Qiang Yu
2
-0
/
+6
2020-01-30
lima: create heap buffer with new interface if available
Qiang Yu
6
-4
/
+33
2020-01-30
lima: sync lima_drm.h with kernel
Qiang Yu
1
-1
/
+8
2020-01-30
lima: fix lima_set_vertex_buffers()
Icenowy Zheng
1
-1
/
+1
2020-01-29
turnip: hook up cmdbuffer event set/wait
Jonathan Marek
1
-16
/
+42
2020-01-29
etnaviv: drop default state for PE_STENCIL_CONFIG_EXT2
Christian Gmeiner
1
-1
/
+0
2020-01-29
docs: add new features for RADV/ACO.
Daniel Schürmann
1
-1
/
+5
2020-01-29
radv: refactor physical device properties
Samuel Pitoiset
1
-250
/
+233
2020-01-29
freedreno: remove flush-queue
Rob Clark
14
-97
/
+24
2020-01-29
freedreno: add gmem_lock
Rob Clark
3
-0
/
+18
2020-01-29
freedreno: add gmem state cache
Rob Clark
5
-102
/
+256
2020-01-29
freedreno: get GMEM state from batch
Rob Clark
7
-59
/
+59
2020-01-29
freedreno/a2xx: constify gmem state
Rob Clark
1
-4
/
+4
2020-01-29
freedreno/a3xx: constify gmem state
Rob Clark
1
-9
/
+9
2020-01-29
freedreno/a4xx: constify gmem state
Rob Clark
1
-10
/
+10
2020-01-29
freedreno/a5xx: constify gmem state
Rob Clark
1
-10
/
+10
2020-01-29
freedreno/a6xx: constify gmem state
Rob Clark
1
-13
/
+13
2020-01-29
freedreno: constify fd_vsc_pipe
Rob Clark
5
-9
/
+9
2020-01-29
freedreno: constify fd_tile
Rob Clark
8
-29
/
+29
2020-01-29
freedreno: consolidate GMEM state
Rob Clark
8
-19
/
+24
2020-01-29
freedreno: extract vsc pipe bo from GMEM state
Rob Clark
7
-35
/
+32
2020-01-29
turnip: remove unused descriptor state dirty
Alejandro Piñeiro
2
-2
/
+0
2020-01-29
aco: Fix the meaning of is_atomic.
Timur Kristóf
2
-7
/
+7
2020-01-29
iris: Support multiple chained batches.
Kenneth Graunke
2
-21
/
+25
2020-01-29
iris: Make iris_emit_default_l3_config pull devinfo from the batch
Kenneth Graunke
1
-5
/
+4
2020-01-29
iris: Drop 'engine' from iris_batch.
Kenneth Graunke
3
-13
/
+2
2020-01-29
tu: Fix binning address setup after pack macros change.
Eric Anholt
1
-1
/
+2
2020-01-29
turnip: Enable occlusionQueryPrecise
Brian Ho
1
-1
/
+1
2020-01-29
aco: simplify gathering of MIMG address components
Daniel Schürmann
1
-129
/
+79
2020-01-29
aco: simplify adjust_sample_index_using_fmask() & get_image_coords()
Daniel Schürmann
1
-26
/
+27
2020-01-29
aco: fix register allocation with multiple live-range splits
Daniel Schürmann
1
-7
/
+13
2020-01-29
aco: reorder VMEM operands in ACO IR
Daniel Schürmann
11
-132
/
+153
2020-01-29
nir: Make nir_deref_path_init skip trivial casts
Caio Marcelo de Oliveira Filho
1
-14
/
+19
2020-01-29
aco: fix exec mask consistency issues
Rhys Perry
1
-3
/
+7
2020-01-29
aco: parallelcopy exec mask before s_wqm
Rhys Perry
1
-0
/
+7
2020-01-29
aco: fill reg_demand with sensible information in add_coupling_code()
Rhys Perry
1
-14
/
+22
2020-01-29
aco: improve assertion at the end of spiller
Rhys Perry
1
-1
/
+1
2020-01-29
aco: set exec_potentially_empty after continues/breaks in nested IFs
Rhys Perry
2
-15
/
+51
2020-01-29
aco: error when block has no logical preds but VGPRs are live at the start
Rhys Perry
1
-1
/
+2
2020-01-29
aco: don't always add logical edges from continue_break blocks to headers
Rhys Perry
1
-1
/
+2
2020-01-29
aco: only create parallelcopy to restore exec at loop exit if needed
Rhys Perry
1
-2
/
+29
2020-01-29
aco: don't update demand in add_coupling_code() for loop headers
Rhys Perry
1
-3
/
+9
[next]