index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
targets
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-23
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
1
-0
/
+2
2015-10-21
osmesa: Expose GL entry points for Windows build via DEF file.
Nigel Stewart
2
-0
/
+674
2015-10-19
scons: Build nir/glsl_types.cpp once.
Jose Fonseca
6
-27
/
+2
2015-10-17
scons: fix MSVC, MinGW build
Brian Paul
4
-2
/
+21
2015-10-16
glsl: (mostly) remove libglsl_util
Rob Clark
3
-3
/
+0
2015-10-16
nir: remove dependency on glsl
Rob Clark
2
-0
/
+6
2015-10-02
gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2
Tom Stellard
1
-1
/
+2
2015-09-16
freedreno: one screen to rule them all
Rob Clark
1
-0
/
+1
2015-09-07
xa: add xa_surface_from_handle2 v2
Rob Clark
1
-0
/
+1
2015-08-26
gallium/ddebug: new pipe for hang detection and driver state dumping (v2)
Marek Olšák
1
-0
/
+2
2015-08-22
android: enable amdgpu winsys in radeonsi driver
Mauro Rossi
1
-2
/
+2
2015-08-21
target/d3dadapter9: Return Windows like card names
Patrick Rudolph
3
-42
/
+359
2015-08-18
Add mesa.icd to the .gitignore
Neil Roberts
1
-0
/
+1
2015-08-14
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
5
-2
/
+13
2015-08-01
opencl: use versioned .so in mesa.icd
Igor Gnatenko
3
-2
/
+2
2015-07-29
targets/dri: scons: add missing link against libdrm
Emil Velikov
1
-0
/
+2
2015-07-22
scons: don't build the kms-dri winsys
Emil Velikov
1
-5
/
+0
2015-07-22
android: don't build the kms-dri winsys
Emil Velikov
1
-1
/
+1
2015-07-22
android: dri: correctly set HAVE_LIBDRM
Emil Velikov
1
-5
/
+3
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-4
/
+4
2015-07-13
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Emil Velikov
8
-16
/
+7
2015-07-13
automake: pipe-loader: remove the 'client' pipe-loader
Emil Velikov
1
-2
/
+2
2015-07-13
pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument
Emil Velikov
1
-1
/
+1
2015-06-26
mesa: Enable subdir-objects globally.
Matt Turner
1
-2
/
+0
2015-06-23
targets/libgl-xlib: fix the build against shared_glapi
Emil Velikov
1
-0
/
+7
2015-06-15
vc4: Add support for building on Android.
Eric Anholt
1
-0
/
+4
2015-06-12
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
1
-6
/
+0
2015-06-12
targets/nine: link against libnir/libglsl_util
Emil Velikov
1
-0
/
+2
2015-06-12
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
1
-0
/
+2
2015-06-09
android: build with libcxx on android lollipop
Chih-Wei Huang
1
-1
/
+2
2015-06-09
android: enable the radeonsi driver
Chih-Wei Huang
1
-0
/
+10
2015-06-09
android: add rules to build a gallium_dri.so
Chih-Wei Huang
1
-0
/
+112
2015-05-20
targets/osmesa: drop the -module tag from LDFLAGS
Emil Velikov
1
-1
/
+0
2015-05-15
target/haiku-softpipe: Move api init into st code
Alexander von Gluck IV
2
-19
/
+10
2015-05-13
gallium/st + hgl: Build fixes for Haiku
Alexander von Gluck IV
1
-0
/
+2
2015-04-30
gallium,clover: add OpenCL interoperability support for CL events
Marek Olšák
1
-0
/
+1
2015-04-29
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
3
-3
/
+3
2015-04-27
scons: add target osmesa using gallium state tracker.
Olivier Pena
4
-1
/
+77
2015-04-22
gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h
Emil Velikov
1
-1
/
+1
2015-04-16
libgl-gdi: Prevent "pure virtual method called" error when.
Jose Fonseca
1
-2
/
+20
2015-04-05
xa: support for drivers which use NIR
Rob Clark
1
-0
/
+2
2015-04-01
i915g: Implement EGL_EXT_image_dma_buf_import
Stéphane Marchesin
1
-1
/
+24
2015-03-21
galahad: remove driver
Emil Velikov
7
-17
/
+12
2015-03-21
st/gbm: remove state-tracker
Emil Velikov
4
-115
/
+0
2015-03-04
st/egl: Remove.
Jose Fonseca
10
-853
/
+0
2015-03-03
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
1
-1
/
+2
2015-03-02
identity: Remove.
Jose Fonseca
1
-1
/
+0
2015-02-27
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
1
-2
/
+1
2015-02-27
pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled
Tom Stellard
1
-1
/
+5
2015-02-27
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
1
-1
/
+2
[next]