index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
targets
Commit message (
Expand
)
Author
Age
Files
Lines
*
automake: Link all libGL.so variants with -Bsymbolic.
Jose Fonseca
2017-06-01
1
-0
/
+1
*
osmesa: link with libunwind if enabled (v2)
Alexandre Demers
2017-05-26
1
-1
/
+2
*
gallium/targets: link against XCB only as needed
Emil Velikov
2017-05-19
2
-4
/
+12
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
4
-0
/
+4
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-17
1
-1
/
+2
*
Android: Drop linking libgcc
Rob Herring
2017-05-11
1
-4
/
+0
*
Android: rework libelf dependencies
Rob Herring
2017-05-11
1
-3
/
+0
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-54
/
+6
*
Android: drop static linking of R600 LLVM libraries
Mauro Rossi
2017-05-11
1
-6
/
+1
*
targets/libgl-xlib: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2017-05-04
1
-2
/
+0
*
gallium/dri: remove unneeded HAVE_SHARED_GLAPI guard
Emil Velikov
2017-05-04
1
-5
/
+1
*
gallium/dri: always link against shared glapi
Emil Velikov
2017-05-04
1
-3
/
+3
*
gallium/targets: fix bool setting on BE architectures
Ilia Mirkin
2017-04-29
7
-7
/
+7
*
Android: fix r300g only build
Rob Herring
2017-04-25
1
-3
/
+5
*
swr: Fix swr osmesa build
George Kyriazis
2017-04-14
1
-1
/
+1
*
swr: add linux to scons build
George Kyriazis
2017-04-14
1
-1
/
+1
*
libgl-xlib: Link with libunwind.
Vinson Lee
2017-04-04
1
-1
/
+2
*
targets: export radeon winsys_create functions to silence LLVM warning
Marek Olšák
2017-04-04
3
-0
/
+15
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
1
-8
/
+2
*
Android: clean-up trailing '\' in make variables
Rob Herring
2017-03-22
1
-2
/
+2
*
gallium/targets: rework the empty targets removal
Emil Velikov
2017-03-08
3
-6
/
+3
*
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Matt Turner
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/targets: don't leave an empty target directory(ies)
Emil Velikov
2017-03-04
3
-3
/
+9
*
gallium/r600: fix r600 build when OpenCL is enabled
Timothy Arceri
2017-02-28
1
-0
/
+5
*
gallium: Remove vc4 simulator hack from loader infrastructure.
Eric Anholt
2017-02-06
1
-10
/
+0
*
targets: Use a macro to reduce cut and paste in driver setup.
Eric Anholt
2017-02-06
1
-111
/
+22
*
ilo: EOL drop unmaintained gallium drv from buildsys
Edward O'Callaghan
2017-02-03
5
-25
/
+0
*
ilo: EOL unplumb unmaintained gallium drv from winsys
Edward O'Callaghan
2017-02-03
2
-50
/
+0
*
d3dadapter9: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
imx: gallium driver for imx-drm scanout driver
Christian Gmeiner
2017-01-12
2
-0
/
+9
*
etnaviv: gallium driver for Vivante GPUs
The etnaviv authors
2017-01-12
2
-0
/
+13
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-0
/
+6
*
st/nine: Add new driconf options to control DISCARD behaviour
Axel Davy
2016-12-20
1
-0
/
+17
*
configure.ac: Move llvm_set_environment_variables higher.
Tobias Droste
2016-12-05
10
-10
/
+10
*
gallium: Add support for SWR compilation
George Kyriazis
2016-11-21
3
-0
/
+12
*
gallium: Added SWR support for gdi
George Kyriazis
2016-11-21
1
-5
/
+23
*
android: amd/common: add support for libmesa_amd_common
Mauro Rossi
2016-11-05
1
-1
/
+1
*
pipe-loader: add libamd_common for radeonsi
Nicolai Hähnle
2016-11-03
1
-0
/
+1
*
gallium: annotate sw_driver_descriptor instance as const data
Emil Velikov
2016-10-14
1
-1
/
+1
*
gallium: remove unused drm_driver_descriptor::driver_name
Emil Velikov
2016-10-14
8
-8
/
+8
*
android: add support for libmesa_amdgpu_addrlib
Mauro Rossi
2016-09-13
1
-1
/
+1
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
2
-0
/
+5
*
gallium/dri: Add shared glapi to LIBADD on Android
Tomasz Figa
2016-07-20
1
-0
/
+7
*
osmesa: Export OSMesaCreateContextAttribs.
Mathias Fröhlich
2016-07-07
3
-0
/
+3
*
st/va: hardlink driver instances to gallium_drv_video.so
Jimmy Berry
2016-06-13
1
-0
/
+14
[next]