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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
doxygen: Add missing modules to Windows runner
Elie TOURNIER
1
-0
/
+7
2016-05-23
egl: add missing link against $(CLOCK_LIB)
Emil Velikov
1
-1
/
+1
2016-05-23
egl: android: remove explicit glFlush call
Emil Velikov
1
-6
/
+0
2016-05-23
egl: android: drop dri2_create_image_android_native_buffer argument
Emil Velikov
1
-2
/
+2
2016-05-23
egl: android: directly use dri2_create_image_dma_buf()
Emil Velikov
3
-3
/
+6
2016-05-23
configure.ac: error out when building from git without python3
Emil Velikov
1
-0
/
+6
2016-05-23
vl/drm: don't call close(-1) in vl_drm_screen_create error path
Emil Velikov
1
-4
/
+5
2016-05-23
st/xa: don't call close(-1) in xa_tracker_create error path
Emil Velikov
1
-3
/
+3
2016-05-23
st/dri: don't call close(-1) in dri{2, kms_}_init_screen error path
Emil Velikov
1
-10
/
+20
2016-05-23
vk/intel: use negative VK_NO_PROTOTYPES scheme
Eric Engestrom
2
-2
/
+1
2016-05-23
gbm: Add map/unmap functions
Rob Herring
7
-2
/
+165
2016-05-23
configure.ac: add pthreadstubs support
Rob Herring
1
-0
/
+4
2016-05-23
gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb
Rob Herring
3
-8
/
+8
2016-05-23
st/dri: Add support for DRIimage extension mapImage/unmapImage
Rob Herring
1
-1
/
+42
2016-05-23
DRI: Add DRIimage map and unmap functions
Rob Herring
1
-1
/
+33
2016-05-23
gbm: Add Android build support
Rob Herring
2
-0
/
+45
2016-05-23
gbm: add Android gallium_dri.so library loading support
Rob Herring
1
-0
/
+9
2016-05-23
gbm: split out source file to Makefile.sources
Rob Herring
2
-8
/
+15
2016-05-23
Android: Move setting DEFAULT_DRIVER_DIR to shared location
Rob Herring
2
-7
/
+7
2016-05-23
c11/threads: create mutexattrs only when needed
Emil Velikov
1
-2
/
+7
2016-05-23
configure: added xcb to dri3 modules to pkg-conf
Andres Gomez
1
-1
/
+1
2016-05-23
glsl/linker: dvec3/dvec4 consume twice input vertex attributes
Juan A. Suarez Romero
1
-0
/
+20
2016-05-23
i965/fs: do not depend on std140 alignment rules for UBO loads
Francisco Jerez
1
-46
/
+13
2016-05-23
nir: handle double-precision in fsign, fsat, fnot and frcp
Iago Toral Quiroga
1
-4
/
+9
2016-05-23
nir: handle double-precision in fabs, frsq and fsqrt
Iago Toral Quiroga
1
-3
/
+3
2016-05-23
glsl/parser: handle multiple layout sections with AST nodes.
Dave Airlie
1
-0
/
+2
2016-05-23
glsl: allow layout qualifier overrides with ARB_shading_language_420pack
Dave Airlie
1
-1
/
+6
2016-05-23
subroutines: handle explicit indexes properly
Dave Airlie
5
-19
/
+43
2016-05-23
mesa/subroutines: fix reset on bindpipeline
Dave Airlie
2
-1
/
+7
2016-05-23
mesa/subroutines: count number subroutines properly.
Dave Airlie
3
-2
/
+4
2016-05-23
mesa/subroutines: don't generate error in GetSubroutineIndex.
Dave Airlie
1
-1
/
+0
2016-05-23
glsl/ast: for geom shaders allow stream flags in input flags.
Dave Airlie
1
-1
/
+4
2016-05-23
glsl/linker: skip inactive explicit locations.
Dave Airlie
1
-0
/
+3
2016-05-23
glsl: fix subroutine uniform .length().
Dave Airlie
1
-0
/
+8
2016-05-23
glsl/linker: link error on too many subroutine functions.
Dave Airlie
1
-0
/
+4
2016-05-23
glsl: produce a linker error for a subroutine uniform with no functions.
Dave Airlie
1
-0
/
+4
2016-05-23
glsl: validate subroutine types match function signature.
Dave Airlie
1
-0
/
+18
2016-05-23
arb_shader_subroutine: check active subroutine limit
Dave Airlie
1
-0
/
+5
2016-05-22
nv30: don't assert when running out of registers
Ilia Mirkin
2
-3
/
+1
2016-05-22
nouveau: allow allocating non-object-backed buffers
Ilia Mirkin
1
-4
/
+1
2016-05-23
llvm/softpipe: Enable cull_distance as draw supports it.
Tobias Klausmann
2
-2
/
+3
2016-05-23
tgsi: remove culldist semantic.
Dave Airlie
3
-6
/
+18
2016-05-23
draw: stop using CULLDIST semantic.
Dave Airlie
11
-50
/
+32
2016-05-23
virgl: remove unused state_tracker/graw.h include
Emil Velikov
1
-1
/
+0
2016-05-23
mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)
Dave Airlie
1
-0
/
+5
2016-05-22
nvc0/ir: fix indirect access for images
Samuel Pitoiset
1
-8
/
+14
2016-05-22
nv30: reset the stencil mask when fast-clearing
Ilia Mirkin
1
-1
/
+6
2016-05-22
nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
Ilia Mirkin
2
-6
/
+12
2016-05-22
nvc0: fix setting of tess_mode in various situations
Ilia Mirkin
1
-4
/
+14
2016-05-22
nv50/ir: fix prog info init
Ilia Mirkin
1
-3
/
+1
[next]