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
/
loader
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
egl/x11: Re-allocate buffers if format is suboptimal
Louis-Francis Ratté-Boulianne
2
-6
/
+34
2018-03-09
egl/x11: Support DRI3 v1.1
Louis-Francis Ratté-Boulianne
3
-47
/
+278
2018-03-02
loader: Add support for platform and host1x busses
Thierry Reding
1
-0
/
+27
2018-02-21
x11/dri3: Store raw present completion mode
Daniel Stone
2
-10
/
+4
2018-02-21
x11/dri3: Don't open-code ARRAY_SIZE
Daniel Stone
2
-3
/
+4
2018-02-20
loader: Fix compiler warnings about truncating the PCI ID path.
Eric Anholt
1
-8
/
+7
2018-02-20
loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
2
-1
/
+12
2018-02-19
mesa: add xbgr support adjacent to xrgb
Ilia Mirkin
1
-0
/
+4
2018-02-15
dri: fromPlanar() can return NULL as a valid result
Louis-Francis Ratté-Boulianne
1
-1
/
+4
2018-01-25
loader: let compiler figure out the length of the string
Eric Engestrom
1
-2
/
+1
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+1
2018-01-17
loader/dri3: Try to make sure we only process our own NotifyMSC events
Michel Dänzer
2
-22
/
+18
2018-01-12
loader/dri3: Avoid freeing renderbuffers in use
Thomas Hellstrom
1
-3
/
+3
2018-01-03
loader/dri3: Add XRGB2101010 and ARGB2101010 support.
Mario Kleiner
1
-0
/
+2
2017-12-07
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
1
-1
/
+1
2017-12-04
meson: Fix overlinkage of dri3 loader
Dylan Baker
1
-2
/
+1
2017-11-13
loader/dri3: Improve dri3 thread-safety
Thomas Hellstrom
2
-18
/
+69
2017-11-07
radeonsi: remove unused field in the PCI ID table
Marek Olšák
1
-1
/
+1
2017-10-26
loader: drop empty function alias
Eric Engestrom
1
-11
/
+2
2017-10-26
loader: use drmGetDeviceNameFromFd2 from libdrm
Greg V
1
-35
/
+1
2017-10-16
meson: split and simplify dependencies
Dylan Baker
1
-1
/
+4
2017-10-09
meson: build glx
Dylan Baker
1
-0
/
+44
2017-10-05
loader/dri3: Don't accidently free buffer holding new back content
Thomas Hellstrom
1
-7
/
+9
2017-10-05
loader/dri3: Avoid resizing existing buffers in dri3_find_back_alloc
Thomas Hellstrom
1
-10
/
+31
2017-10-05
loader/dri3: Use local blits and local buffers when resizing
Thomas Hellstrom
1
-26
/
+24
2017-09-07
loader/dri3: Make sure we invalidate a drawable on size change
Thomas Hellstrom
1
-0
/
+2
2017-09-07
loader/dri3: Process event after each fence wait
Thomas Hellstrom
1
-7
/
+10
2017-09-05
loader/dri3: Use client local back to front blit in copySubBuffer if available
Thomas Hellstrom
1
-9
/
+7
2017-08-21
dri3: Move up fourcc utility function
Louis-Francis Ratté-Boulianne
1
-21
/
+21
2017-08-17
loader_dri3: Make sure we have an updated back v3
Thomas Hellstrom
2
-10
/
+50
2017-08-17
loader_dri3: Support GLX_SWAP_EXCHANGE_OML
Thomas Hellstrom
1
-3
/
+5
2017-08-17
loader_dri3: Eliminate the back-to-fake-front copy
Thomas Hellstrom
1
-19
/
+31
2017-08-17
loader_dri3: Remove buffer_type from buffer metadata
Thomas Hellstrom
2
-4
/
+0
2017-08-17
loader_dri3: Support GLX_SWAP_COPY_OML
Thomas Hellstrom
2
-1
/
+10
2017-08-17
loader_dri3: Honor the request to preserve back buffer content
Thomas Hellstrom
2
-3
/
+52
2017-08-17
loader_dri3: Increase the likelyhood of reusing the current swap buffer
Thomas Hellstrom
1
-0
/
+6
2017-08-17
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
Thomas Hellstrom
2
-66
/
+180
2017-08-17
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
2
-12
/
+1
2017-08-04
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
2
-8
/
+5
2017-08-04
loader: rework xmlconfig dependency
Emil Velikov
1
-13
/
+2
2017-08-02
dri3: Wait for all pending swapbuffers to be scheduled before touching the front
Thomas Hellstrom
2
-0
/
+21
2017-08-01
loader: remove clamp_swap_interval()
Eric Engestrom
2
-2
/
+0
2017-07-31
xmlconfig: move into src/util
Nicolai Hähnle
2
-4
/
+4
2017-07-13
loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_msc
Thomas Hellstrom
1
-1
/
+1
2017-06-21
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
2
-6
/
+8
2017-05-19
loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
Emil Velikov
1
-0
/
+2
2017-03-15
loader: use drmGetDevice[s]2 API
Emil Velikov
1
-3
/
+3
2017-03-08
loader: Move non-error message to debug level
Fabio Estevam
1
-1
/
+1
2017-02-28
egl/dri3: implement query surface hook
Brendan King
2
-0
/
+25
2017-02-10
loader: unconditionally include unistd.h and stdlib.h
Nicolai Hähnle
1
-2
/
+2
[next]