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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/swr: allow swr use as a swrast dri driver
Tim Rowley
2016-04-15
1
-0
/
+1
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
1
-1
/
+2
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-0
/
+2
*
virgl: also build vtest for Android
Rob Herring
2016-02-02
1
-1
/
+1
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
1
-0
/
+1
*
virgl: enable building on Android
Rob Herring
2016-01-23
1
-0
/
+4
*
targets/dri: android: use WHOLE static libraries
Emil Velikov
2016-01-22
1
-1
/
+3
*
targets: use the non-inline sw helpers
Emil Velikov
2015-11-25
1
-0
/
+1
*
{st,targets}/dri: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
4
-4
/
+8
*
target-helpers: move the DRI specifics to the target
Emil Velikov
2015-11-21
4
-3
/
+163
*
gallium: rename libpipe_loader to libpipe_loader_dynamic
Emil Velikov
2015-11-21
1
-1
/
+1
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
1
-2
/
+1
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
1
-0
/
+2
*
freedreno: one screen to rule them all
Rob Clark
2015-09-16
1
-0
/
+1
*
gallium/ddebug: new pipe for hang detection and driver state dumping (v2)
Marek Olšák
2015-08-26
1
-0
/
+2
*
android: enable amdgpu winsys in radeonsi driver
Mauro Rossi
2015-08-22
1
-2
/
+2
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
1
-0
/
+1
*
targets/dri: scons: add missing link against libdrm
Emil Velikov
2015-07-29
1
-0
/
+2
*
scons: don't build the kms-dri winsys
Emil Velikov
2015-07-22
1
-5
/
+0
*
android: don't build the kms-dri winsys
Emil Velikov
2015-07-22
1
-1
/
+1
*
android: dri: correctly set HAVE_LIBDRM
Emil Velikov
2015-07-22
1
-5
/
+3
*
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Emil Velikov
2015-07-13
1
-2
/
+1
*
vc4: Add support for building on Android.
Eric Anholt
2015-06-15
1
-0
/
+4
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
1
-6
/
+0
*
android: build with libcxx on android lollipop
Chih-Wei Huang
2015-06-09
1
-1
/
+2
*
android: enable the radeonsi driver
Chih-Wei Huang
2015-06-09
1
-0
/
+10
*
android: add rules to build a gallium_dri.so
Chih-Wei Huang
2015-06-09
1
-0
/
+112
*
galahad: remove driver
Emil Velikov
2015-03-21
2
-4
/
+2
*
auxiliary/vl: bring back the VL code for the dri targets
Emil Velikov
2015-02-12
1
-1
/
+1
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
1
-0
/
+1
*
mesa: Remove unnecessary -f from $(RM).
Matt Turner
2014-12-17
1
-3
/
+3
*
mesa: Add clean-local rule to remove .lib links.
Matt Turner
2014-12-12
1
-0
/
+6
*
dri: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
2014-12-12
1
-0
/
+5
*
targets/dri: Remove unnecessary variables in install-data-hook.
Matt Turner
2014-12-12
1
-10
/
+5
*
gallium/targets: Add *.sym files to distribution.
Matt Turner
2014-12-12
1
-1
/
+4
*
auxiliary/vl: rework the build of the VL code
Emil Velikov
2014-11-26
1
-0
/
+1
*
targets: bundle all files in the tarball
Emil Velikov
2014-11-16
1
-0
/
+5
*
targets: drop the old MEGADRIVERS & STATIC_TARGET... variables
Emil Velikov
2014-09-24
1
-10
/
+5
*
gallium/softpipe,llvmpipe: add automake target 'templates'
Emil Velikov
2014-09-24
1
-19
/
+2
*
configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables
Emil Velikov
2014-09-24
1
-1
/
+1
*
gallium/vc4: add automake target 'templates'
Emil Velikov
2014-09-24
1
-11
/
+1
*
gallium/r300,r600,radeonsi: add automake target 'templates'
Emil Velikov
2014-09-24
1
-34
/
+5
*
gallium/svga: add automake target 'template'
Emil Velikov
2014-09-24
1
-7
/
+1
*
gallium/ilo: add automake target 'template'
Emil Velikov
2014-09-24
1
-8
/
+1
*
gallium/i915: add automake target 'template'
Emil Velikov
2014-09-24
1
-8
/
+1
*
gallium/freedreno: add automake target 'template'
Emil Velikov
2014-09-24
1
-9
/
+1
*
gallium/nouveau: add automake target 'template'
Emil Velikov
2014-09-24
1
-12
/
+9
*
targets/vl: fix hard-links when building shared pipe-drivers
Emil Velikov
2014-09-24
1
-2
/
+2
*
automake: check if the linker supports --dynamic-list
Jonathan Gray
2014-09-05
1
-1
/
+5
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
1
-0
/
+12
[next]