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
2015-11-21
util: use RTLD_LOCAL with util_dl_open()
11.1-branchpoint
Emil Velikov
1
-1
/
+1
2015-11-21
targets/nine: remove unused static functions
Emil Velikov
1
-36
/
+0
2015-11-21
targets/nine: add note about messy header inclusion order
Emil Velikov
1
-0
/
+1
2015-11-21
targets/nine: add note about fd owndership
Emil Velikov
1
-0
/
+2
2015-11-21
auxiliary/vl: Don't close the drm fd on failure
Emil Velikov
1
-1
/
+1
2015-11-21
st/dri: NULL check the pscreen earlier
Emil Velikov
3
-16
/
+14
2015-11-21
st/dri: Don't close the drm fd on failure
Emil Velikov
1
-2
/
+2
2015-11-21
target-helpers: remove inline_drm_helper.h
Emil Velikov
2
-377
/
+0
2015-11-21
{st,targets}/nine: use static/dynamic pipe-loader
Emil Velikov
2
-30
/
+8
2015-11-21
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
4
-22
/
+8
2015-11-21
{auxiliary,targets}/vl: use static/dynamic pipe-loader
Emil Velikov
11
-36
/
+25
2015-11-21
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
13
-94
/
+19
2015-11-21
pipe-loader: add preliminary Android support
Emil Velikov
2
-0
/
+50
2015-11-21
pipe-loader: add preliminary scons support
Emil Velikov
3
-0
/
+37
2015-11-21
pipe-loader: don't mix code and variable declarations
Emil Velikov
1
-1
/
+2
2015-11-21
target-helpers: add a non-inline drm_helper.h
Emil Velikov
1
-0
/
+275
2015-11-21
target-helpers: move the DRI specifics to the target
Emil Velikov
7
-149
/
+166
2015-11-21
automake: remove no longer needed HAVE_LOADER_GALLIUM conditional
Emil Velikov
3
-35
/
+11
2015-11-21
pipe-loader: wire up the 'static' sw pipe-loader
Emil Velikov
1
-0
/
+47
2015-11-21
pipe-loader: wire up the 'static' drm pipe-loader
Emil Velikov
2
-3
/
+161
2015-11-21
pipe-loader: add a dummy 'static' pipe-loader
Emil Velikov
1
-3
/
+20
2015-11-21
gallium: rename libpipe_loader to libpipe_loader_dynamic
Emil Velikov
10
-13
/
+13
2015-11-21
pipe-loader: dlopen/dlsym the pipe-driver at probe time
Emil Velikov
1
-27
/
+17
2015-11-21
pipe-loader: annotate the ops as const data
Emil Velikov
2
-4
/
+4
2015-11-21
pipe-loader: teardown the winsys, if create_screen fails
Emil Velikov
1
-1
/
+6
2015-11-21
pipe-loader: rework the sw backend
Emil Velikov
14
-54
/
+158
2015-11-21
gallium: keep the libdrm link alongside libkmsdri.la
Emil Velikov
1
-1
/
+2
2015-11-21
pipe-loader: directly use pipe_loader_sw_probe_null() at probe time
Emil Velikov
1
-13
/
+4
2015-11-21
pipe-loader: add pipe_loader_sw_probe_init_common() helper
Emil Velikov
1
-20
/
+18
2015-11-21
gallium/tests: remove unneeded include paths
Emil Velikov
1
-4
/
+0
2015-11-21
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
21
-44
/
+23
2015-11-21
targets/nine: remove the custom pipe-driver path management
Emil Velikov
1
-18
/
+2
2015-11-21
pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRM
Emil Velikov
3
-11
/
+2
2015-11-21
pipe-loader: add pipe_loader_sw_probe_kms() implementation
Emil Velikov
4
-0
/
+43
2015-11-21
configure: use HAVE_DRISW_KMS when handling kms swrast
Emil Velikov
3
-2
/
+7
2015-11-21
targets/nine: use the existing sw_screen_wrap() over our custom version
Emil Velikov
3
-30
/
+2
2015-11-21
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
6
-8
/
+2
2015-11-21
pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guards
Emil Velikov
1
-8
/
+0
2015-11-21
gallium/trace: remove useless NULL check from trace_screen_create()
Emil Velikov
1
-3
/
+0
2015-11-21
configure: remove obsolete _CLIENT comment
Emil Velikov
1
-5
/
+0
2015-11-21
docs: add news item and link release notes for 11.0.6
Emil Velikov
2
-0
/
+7
2015-11-21
docs: add sha256 checksums for 11.0.6
Emil Velikov
1
-1
/
+2
2015-11-21
docs: add release notes for 11.0.6
Emil Velikov
1
-0
/
+144
2015-11-20
freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
Ilia Mirkin
3
-5
/
+9
2015-11-20
i965: Test that nonrepresentable floats cannot be converted to VF.
Matt Turner
1
-0
/
+15
2015-11-20
i965: Use ldexpf() in VF float test set up.
Matt Turner
1
-8
/
+3
2015-11-20
i965/vec4: Initialize nir_inputs with src_reg().
Matt Turner
1
-1
/
+1
2015-11-20
i965/fs: Add support for gl_HelperInvocation system value.
Matt Turner
1
-0
/
+52
2015-11-20
i965: Add brw_imm_uv().
Matt Turner
1
-0
/
+9
2015-11-20
i965: Don't bother setting regioning on immediates.
Matt Turner
1
-6
/
+0
[next]