index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
2015-12-01
1
-1
/
+1
*
scons: Use LD version script for libgl-xlib.
Jose Fonseca
2015-11-27
1
-2
/
+6
*
targets/xvmc: use the non-inline sw helpers
Michel Dänzer
2015-11-26
1
-0
/
+1
*
targets/nine: remove freedreno target
Emil Velikov
2015-11-25
1
-3
/
+0
*
targets/nine: remove vc4 target
Emil Velikov
2015-11-25
1
-2
/
+0
*
targets: use the non-inline sw helpers
Emil Velikov
2015-11-25
6
-0
/
+6
*
targets/nine: remove unused static functions
Emil Velikov
2015-11-21
1
-36
/
+0
*
targets/nine: add note about messy header inclusion order
Emil Velikov
2015-11-21
1
-0
/
+1
*
targets/nine: add note about fd owndership
Emil Velikov
2015-11-21
1
-0
/
+2
*
{st,targets}/nine: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-30
/
+8
*
{st,targets}/xa: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
2
-3
/
+6
*
{auxiliary,targets}/vl: use static/dynamic pipe-loader
Emil Velikov
2015-11-21
8
-12
/
+24
*
{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
8
-8
/
+8
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
11
-17
/
+46
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
2
-7
/
+2
*
targets/nine: remove the custom pipe-driver path management
Emil Velikov
2015-11-21
1
-18
/
+2
*
targets/nine: use the existing sw_screen_wrap() over our custom version
Emil Velikov
2015-11-21
2
-3
/
+2
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
1
-2
/
+1
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
1
-0
/
+2
*
osmesa: Expose GL entry points for Windows build via DEF file.
Nigel Stewart
2015-10-21
2
-0
/
+674
*
scons: Build nir/glsl_types.cpp once.
Jose Fonseca
2015-10-19
6
-27
/
+2
*
scons: fix MSVC, MinGW build
Brian Paul
2015-10-17
4
-2
/
+21
*
glsl: (mostly) remove libglsl_util
Rob Clark
2015-10-16
3
-3
/
+0
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
2
-0
/
+6
*
gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2
Tom Stellard
2015-10-02
1
-1
/
+2
*
freedreno: one screen to rule them all
Rob Clark
2015-09-16
1
-0
/
+1
*
xa: add xa_surface_from_handle2 v2
Rob Clark
2015-09-07
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
*
target/d3dadapter9: Return Windows like card names
Patrick Rudolph
2015-08-21
3
-42
/
+359
*
Add mesa.icd to the .gitignore
Neil Roberts
2015-08-18
1
-0
/
+1
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
5
-2
/
+13
*
opencl: use versioned .so in mesa.icd
Igor Gnatenko
2015-08-01
3
-2
/
+2
*
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
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Emil Velikov
2015-07-13
8
-16
/
+7
*
automake: pipe-loader: remove the 'client' pipe-loader
Emil Velikov
2015-07-13
1
-2
/
+2
*
pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument
Emil Velikov
2015-07-13
1
-1
/
+1
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
targets/libgl-xlib: fix the build against shared_glapi
Emil Velikov
2015-06-23
1
-0
/
+7
*
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
*
targets/nine: link against libnir/libglsl_util
Emil Velikov
2015-06-12
1
-0
/
+2
*
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
2015-06-12
1
-0
/
+2
*
android: build with libcxx on android lollipop
Chih-Wei Huang
2015-06-09
1
-1
/
+2
[next]