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
2018-11-01
meson: don't install translation files
18.3-branchpoint
Dylan Baker
1
-1
/
+1
2018-11-01
egl: use the LC_ALL hammer instead of LANG
Eric Engestrom
1
-1
/
+1
2018-11-01
egl: fix entrypoint sorting test
Eric Engestrom
1
-1
/
+1
2018-11-01
intel/tools: fix resource leak
Andrii Simiklit
1
-0
/
+10
2018-11-01
intel/tools: include stdarg.h in error2aub
Jonathan Gray
1
-0
/
+1
2018-11-01
egl: Fix eglentrypoint.h sort order.
Mathias Fröhlich
1
-1
/
+1
2018-11-01
radv: set PA_SU_PRIM_FILTER_CNTL optimally
Samuel Pitoiset
1
-0
/
+9
2018-11-01
radv: only enable gl_SampleMask if MSAA is enabled too
Samuel Pitoiset
1
-2
/
+11
2018-11-01
radv: use radeon_info::num_good_cu_per_sh
Samuel Pitoiset
1
-3
/
+1
2018-11-01
ac/nir: make use of i1false in few more places
Samuel Pitoiset
1
-3
/
+3
2018-11-01
radv: add support for Raven2
Samuel Pitoiset
3
-3
/
+9
2018-11-01
mesa: Collect all the draw functions in draw.{h,c}.
Mathias Fröhlich
5
-96
/
+109
2018-11-01
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
5
-86
/
+87
2018-11-01
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
Mathias Fröhlich
6
-280
/
+334
2018-11-01
vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.
Mathias Fröhlich
1
-76
/
+38
2018-11-01
vbo: Preserve vbo_save::no_current_update on primitive restart.
Mathias Fröhlich
1
-1
/
+2
2018-11-01
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
4
-10
/
+10
2018-11-01
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
4
-8
/
+9
2018-11-01
vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
Mathias Fröhlich
1
-1
/
+0
2018-11-01
vbo: Remove the always false branch dlist replay.
Mathias Fröhlich
1
-29
/
+1
2018-11-01
vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.
Mathias Fröhlich
1
-1
/
+1
2018-11-01
vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.
Mathias Fröhlich
1
-5
/
+3
2018-11-01
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
6
-15
/
+3
2018-11-01
vbo: Remove the VBO_SAVE_FALLBACK flag.
Mathias Fröhlich
2
-8
/
+2
2018-11-01
vbo: Remove unused vbo_save_fallback function.
Mathias Fröhlich
2
-16
/
+0
2018-11-01
docs/relnotes: add the EGL Device extensions
Emil Velikov
1
-0
/
+3
2018-11-01
meson: egl: group dri2 bits separately from haiku
Emil Velikov
1
-36
/
+35
2018-11-01
egl: enable EGL_EXT_device_{base,enumeration,query}
Emil Velikov
1
-0
/
+3
2018-11-01
egl: set the EGLDevice when creating a display
Emil Velikov
7
-1
/
+81
2018-11-01
egl: add EGL_EXT_device_drm support
Emil Velikov
2
-0
/
+117
2018-11-01
egl: add EGL_MESA_device_software support
Emil Velikov
3
-1
/
+31
2018-11-01
specs: Add EGL_MESA_device_software
Adam Jackson
1
-0
/
+82
2018-11-01
egl: add base EGL_EXT_device_base implementation
Emil Velikov
10
-3
/
+344
2018-11-01
glx: be explicit about when mapping X <> GLX visuals
Emil Velikov
1
-3
/
+6
2018-11-01
glx: remove unused __glXPreferEGL() declaration
Emil Velikov
1
-2
/
+0
2018-11-01
travis: use mako for python2
Emil Velikov
1
-1
/
+1
2018-10-31
radv/xfb: don't increase offset by component mask start.
Dave Airlie
1
-3
/
+0
2018-10-31
util/gen_xmlpool: Make use of python's foreach loop
Dylan Baker
1
-30
/
+27
2018-10-31
util/gen_xmlpool: Don't use len to test for container emptiness
Dylan Baker
1
-4
/
+4
2018-10-31
util/gen_xmlpool: Don't write via shell redirection
Dylan Baker
5
-65
/
+58
2018-10-31
util/gen_xmlpool: use with statement to open file
Dylan Baker
1
-34
/
+32
2018-10-31
util/gen_xmlpool: use a main function
Dylan Baker
1
-61
/
+66
2018-10-31
util/gen_xmlpool: Use print function instad of sys.stderr.write
Dylan Baker
1
-5
/
+4
2018-10-31
util/gen_xmlpool: Use more standard style
Dylan Baker
1
-29
/
+29
2018-10-31
docs/meson: Add note about update translations
Dylan Baker
1
-0
/
+7
2018-10-31
util/xmlpool: Update for meson generation
Dylan Baker
4
-12
/
+16
2018-10-31
meson: add support for generating translation mo files
Dylan Baker
4
-1
/
+8
2018-10-31
util/gen_xmlpool: use argparse for argument handling
Dylan Baker
1
-11
/
+9
2018-11-01
nir: fix if condition propagation for alu use
Timothy Arceri
1
-2
/
+1
2018-10-31
freedreno: Do not link ir3_compiler with valgrind libraries.
Vinson Lee
1
-2
/
+1
[next]