index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-29
vc4: Take precedence over ilo when in simulator mode.
Eric Anholt
1
-8
/
+12
2015-11-29
vc4: Just put USE_VC4_SIMULATOR in DEFINES.
Eric Anholt
2
-5
/
+0
2015-11-29
virgl: pipe_virgl_create_screen is not static
Igor Gnatenko
1
-1
/
+1
2015-11-29
freedreno/a4xx: disable blending and alphatest for integer rt0
Ilia Mirkin
1
-2
/
+13
2015-11-29
freedreno/a4xx: fix independent blend
Ilia Mirkin
2
-2
/
+3
2015-11-29
freedreno/a4xx: fix 3d texture setup
Ilia Mirkin
3
-3
/
+7
2015-11-29
freedreno/a4xx: only align slices in non-layer_first textures
Ilia Mirkin
1
-2
/
+4
2015-11-21
util: use RTLD_LOCAL with util_dl_open()
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
2
-5
/
+3
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
2
-2
/
+2
2015-11-21
pipe-loader: add pipe_loader_sw_probe_kms() implementation
Emil Velikov
3
-0
/
+39
2015-11-21
configure: use HAVE_DRISW_KMS when handling kms swrast
Emil Velikov
2
-2
/
+2
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-20
freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
Ilia Mirkin
2
-4
/
+8
2015-11-20
freedreno/a4xx: use hardware RGTC texture samplers
Ilia Mirkin
6
-24
/
+19
2015-11-20
freedreno/a4xx: hook up RGB565 format
Ilia Mirkin
2
-1
/
+2
2015-11-20
freedreno/a4xx: logic op handling
Ilia Mirkin
6
-29
/
+35
[prev]
[next]