index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
svga
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2
-2
/
+3
2017-04-26
winsys/svga: fix error path when kernel is not able to create surface
Deepak Rawat
1
-15
/
+18
2017-04-13
svga: remove unused vmw_dri1_intersect_src_bbox()
Samuel Pitoiset
1
-32
/
+0
2017-04-07
svga: add context pointer to the invalidate surface interface
Charmaine Lee
4
-16
/
+19
2017-04-07
winsys/svga: use c11 thread types/functions
Brian Paul
3
-13
/
+13
2017-04-07
winsys/svga: Resolve command submission buffer contention v3
Thomas Hellstrom
3
-2
/
+38
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
4
-19
/
+19
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
4
-18
/
+18
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
3
-3
/
+3
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
3
-3
/
+3
2016-10-04
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
1
-1
/
+2
2016-08-26
svga: add guest statistic gathering interface
Charmaine Lee
1
-0
/
+20
2016-07-26
mesa: Use AC_HEADER_MAJOR to include correct header for major().
Matt Turner
1
-1
/
+6
2016-07-08
svga: invalidate gb surface before it is reused
Charmaine Lee
1
-0
/
+13
2016-06-30
svga: Fix failures caused in fedora 24
Neha Bhende
1
-0
/
+11
2016-06-13
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
1
-1
/
+0
2016-05-30
gallium: push offset down to driver
Stanimir Varbanov
1
-0
/
+12
2016-04-26
scons: Whenever possible decide what to do based on platform and not compiler.
Jose Fonseca
1
-6
/
+4
2016-04-12
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2
-4
/
+5
2016-03-17
gallium/winsys/drm: add offset to struct winsys_handle
Christian König
1
-0
/
+1
2016-03-04
svga: add new svga_winsys_context::get_command_buffer_size()
Brian Paul
1
-0
/
+8
2016-03-04
winsys/svga: Increase the fence timeout
Thomas Hellstrom
1
-1
/
+2
2016-03-04
winsys/svga: Fix an uninitialized return value
Thomas Hellstrom
1
-0
/
+2
2016-01-06
svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED
Sinclair Yeh
1
-4
/
+4
2015-10-22
svga: Condition preemptive flush on draw emission
Sinclair Yeh
1
-5
/
+10
2015-09-10
winsys/svga: remove useless assertion
Brian Paul
1
-1
/
+0
2015-09-02
svga/winsys: Add support for VGPU10
Brian Paul
19
-119
/
+362
2015-09-02
winsys/svga: add new vmw_query.c[h] files
Brian Paul
3
-1
/
+214
2015-07-29
svga: scons: remove unused HAVE_SYS_TYPES_H define
Emil Velikov
1
-1
/
+0
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
10
-23
/
+23
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand
2
-2
/
+2
2015-04-27
Fix a few typos
Zoë Blade
1
-2
/
+2
2015-04-22
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
1
-2
/
+2
2014-12-12
gallium: Remove Android files from distribution.
Matt Turner
1
-1
/
+1
2014-12-08
Remove useless checks for NULL before freeing
Matt Turner
1
-4
/
+2
2014-09-05
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
1
-1
/
+1
2014-09-04
winsys/svga: Fix incorrect type usage in IOCTL v2
Thomas Hellstrom
1
-4
/
+9
2014-09-01
gallium/pb_bufmgr_cache: limit the size of cache
Marek Olšák
1
-1
/
+2
2014-08-28
winsys/$(hw): ship the Android/SCons scripts in the tarball
Emil Velikov
1
-0
/
+2
2014-08-28
winsys/$(hw): include headers in Makefile.sources
Emil Velikov
1
-11
/
+19
2014-08-28
winsys/svga: build: cleanup the includes
Emil Velikov
2
-6
/
+1
2014-08-13
android: gallium: use the installed libdrm headers
Emil Velikov
1
-2
/
+1
2014-08-12
svga: Add a limit to the maximum surface size
Charmaine Lee
4
-2
/
+59
2014-04-07
winsys/svga: Fix prime surface references also for guest-backed surfaces
Thomas Hellstrom
3
-6
/
+81
2014-04-07
winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel
Thomas Hellstrom
1
-1
/
+12
2014-04-02
winsys/svga: Replace the query mm buffer pool with a slab pool v3
Thomas Hellstrom
1
-5
/
+13
2014-02-28
winsys/svga: Avoid calling drm getparam for max surface size on older kernels
Thomas Hellstrom
1
-7
/
+8
2014-02-14
gallium/pipebuffer: change pb_cache_manager_create() size_factor to float
Brian Paul
1
-1
/
+1
2014-02-14
svga/winsys: Propagate surface shared information to the winsys
Thomas Hellstrom
3
-24
/
+29
[next]