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
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
1
-1
/
+1
2017-05-11
Android: push driver build details to driver makefiles
Rob Herring
1
-0
/
+4
2016-09-27
i915g: add dma-buf support to i915_drm_buffer_get_handle
Nicholas Bishop
1
-0
/
+6
2016-06-13
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
1
-1
/
+1
2016-05-30
gallium: push offset down to driver
Stanimir Varbanov
1
-0
/
+3
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
2
-4
/
+4
2015-04-22
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
1
-2
/
+1
2015-04-01
i915g: Implement EGL_EXT_image_dma_buf_import
Stéphane Marchesin
1
-4
/
+11
2014-12-12
gallium: Remove Android files from distribution.
Matt Turner
1
-2
/
+0
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
-1
/
+3
2014-08-28
winsys/i915: remove the software winsys
Emil Velikov
8
-490
/
+0
2014-08-15
gallium/i915: handle query_renderer caps
Emil Velikov
1
-0
/
+12
2014-08-13
android: gallium: use the installed libdrm headers
Emil Velikov
1
-4
/
+1
2014-06-21
scons: avoid building any piece of i915
Emil Velikov
1
-12
/
+0
2014-06-09
scons: remove dri-i915 build target
Emil Velikov
1
-14
/
+0
2013-12-10
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
1
-1
/
+5
2013-11-16
gallium/winsys: compact compiler flags into Automake.inc
Emil Velikov
2
-4
/
+2
2013-10-01
winsys/i915/sw: consolidate C sources list into Makefile.sources
Emil Velikov
3
-11
/
+8
2013-05-08
i915g: Optimize batchbuffer sizes
Stéphane Marchesin
1
-1
/
+1
2013-03-08
i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
Stéphane Marchesin
2
-4
/
+7
2013-01-13
Remove hacks for static Makefiles
Matt Turner
2
-8
/
+0
2013-01-10
Clean up .gitignore files
Matt Turner
2
-2
/
+0
2013-01-10
i915/winsys/sw: Convert to automake
Matt Turner
3
-12
/
+42
2013-01-10
i915/winsys/drm: Convert to automake
Matt Turner
3
-13
/
+39
2011-10-04
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
Stéphane Marchesin
1
-2
/
+2
2011-08-27
android: add support for i915g
Chia-I Wu
1
-0
/
+41
2011-08-27
winsys/i915: share the source list
Chia-I Wu
3
-11
/
+8
2011-07-13
i915g: don't try to check if a NULL buffer is busy.
Stéphane Marchesin
1
-0
/
+2
2011-07-06
i915g: Improve flushing using heuristics.
Stéphane Marchesin
1
-0
/
+10
2011-06-30
scons: Expose pkg-config in a simpler manner.
José Fonseca
1
-1
/
+1
2011-06-11
i915g: implement fence signalling
Daniel Vetter
1
-2
/
+6
2011-05-03
i915g: add const qualifier to silence warning
Brian Paul
1
-1
/
+1
2011-03-28
i915g: Fix build.
Vinson Lee
1
-3
/
+6
2011-03-28
i915g: use drm ioctl to get pci devid
Daniel Vetter
1
-18
/
+8
2011-03-01
i915g: kill relocs accouting
Daniel Vetter
2
-6
/
+0
2011-02-27
i915g/winsys: buffer validation support
Daniel Vetter
2
-0
/
+30
2011-02-27
i915g: add raw batchbuffer dumping in drm winsys
Daniel Vetter
3
-0
/
+11
2011-02-26
i915g: Use the same debug env vars in drm and sw winsys
Jakob Bornecrantz
1
-1
/
+1
2011-02-26
i915g: Use unchecked writes in sw winsys batchbuffer
Jakob Bornecrantz
1
-3
/
+3
2011-02-24
i915g: Use dump function in sw winsys
Jakob Bornecrantz
1
-7
/
+2
2011-02-21
i915g: add some throttling
Daniel Vetter
1
-0
/
+9
2011-02-21
i915g: s/bool/boolean/ style-fixup in winsys
Daniel Vetter
2
-2
/
+2
2011-02-21
i915g: Fix warning
Jakob Bornecrantz
1
-1
/
+0
2011-02-20
i915g: s/__func__/__FUNCTION__/
Vinson Lee
1
-1
/
+1
2011-02-21
i915g: kill remnants of mmapped batchbuffer support
Daniel Vetter
1
-12
/
+0
2011-02-21
i915g: Fix void ptr arith
Jakob Bornecrantz
1
-1
/
+1
2010-12-02
i915g: Fix closure of full batch buffers
Chris Wilson
1
-59
/
+12
2010-12-02
i915g: return tiling in iws->buffer_from_handle
Daniel Vetter
1
-2
/
+4
2010-12-02
i915g: prepare winsys/batchbuffer for execbuf2
Daniel Vetter
3
-17
/
+25
[next]