index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: Remove the CSE pass.
Eric Anholt
2016-05-02
4
-162
/
+0
*
vc4: Emit only one FRAG_Z or FRAG_W QIR opcode.
Eric Anholt
2016-05-02
1
-2
/
+19
*
vc4: Use the NIR cubemap normalization instead of our own.
Eric Anholt
2016-05-02
1
-6
/
+1
*
vc4: Drop the support for DCE of texture instructions.
Eric Anholt
2016-05-02
1
-22
/
+1
*
radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling
Nicolai Hähnle
2016-05-02
1
-8
/
+10
*
radeonsi: correct NULL-pointer check in si_upload_const_buffer
Nicolai Hähnle
2016-05-02
1
-1
/
+1
*
softpipe: bump 3D texture limit to 2048
Dave Airlie
2016-05-02
1
-1
/
+1
*
softpipe: allow r32 xchg on shader images.
Dave Airlie
2016-05-02
1
-0
/
+40
*
softpipe: avoid leaking local_mem on machines alloc failure
Ilia Mirkin
2016-05-01
1
-1
/
+3
*
vbo: avoid leaking prim on vbo bind failure
Ilia Mirkin
2016-05-01
1
-1
/
+3
*
mapi/glapi: Fix dup word typo in glapi_getproc.c
Edward O'Callaghan
2016-05-01
1
-1
/
+1
*
isl: automake: don't explicitly EXTRA_DIST the tests folder
Emil Velikov
2016-05-01
1
-2
/
+0
*
mesa: add LOCATION_COMPONENT support to GetProgramResourceiv
Timothy Arceri
2016-05-01
3
-0
/
+16
*
glsl: add component to has_layout() helper
Timothy Arceri
2016-05-01
1
-0
/
+1
*
glsl: validate linking of intrastage component qualifiers
Timothy Arceri
2016-05-01
1
-0
/
+7
*
glsl: update explicit location matching to support component qualifier
Timothy Arceri
2016-05-01
1
-4
/
+5
*
glsl: cross validate varyings with a component qualifier
Timothy Arceri
2016-05-01
1
-11
/
+52
*
glsl: validate and store component layout qualifier in GLSL IR
Timothy Arceri
2016-05-01
2
-0
/
+43
*
glsl: allow component qualifier on varying inputs
Timothy Arceri
2016-05-01
1
-0
/
+1
*
glsl: parse component layout qualifier
Timothy Arceri
2016-05-01
3
-0
/
+28
*
winsys/sw/xlib: use correct free function for xlib_dt->data
Jose Fonseca
2016-05-01
1
-1
/
+1
*
winsys/sw/dri: use correct free function for dri_sw_dt->data
WuZhen
2016-05-01
1
-1
/
+1
*
tgsi: initialize stack allocated struct
WuZhen
2016-05-01
1
-0
/
+7
*
egl: android: do not feed invalid fourcc/pitch into the dri module
Emil Velikov
2016-05-01
1
-8
/
+22
*
egl: android: add dma-buf fd support
Rob Herring
2016-05-01
1
-7
/
+117
*
egl: android: factor out back buffer handling code
Rob Herring
2016-05-01
1
-13
/
+23
*
egl: android: factor out format conversion code to a function
Rob Herring
2016-05-01
1
-24
/
+15
*
egl: android: disable __DRI_DRI2_LOADER support on render nodes
Rob Herring
2016-05-01
2
-12
/
+22
*
glShaderSource must not change compile status.
Jamey Sharp
2016-05-01
1
-1
/
+0
*
gallium/radeon: nuke the final pre LLVM 3.6 codepath
Emil Velikov
2016-05-01
1
-7
/
+1
*
anv: include the files in the tarball
Emil Velikov
2016-05-01
2
-2
/
+10
*
i965: don't forget to ship brw_nir_trig_workarounds.py
Emil Velikov
2016-05-01
1
-0
/
+3
*
isl: include all the files in the tarball
Emil Velikov
2016-05-01
1
-0
/
+6
*
spirv: automake: add missing headers to the tarball.
Emil Velikov
2016-05-01
1
-0
/
+2
*
anv: update .gitignore
Emil Velikov
2016-05-01
1
-4
/
+0
*
anv: automake: remove no longer needed include
Emil Velikov
2016-05-01
1
-1
/
+0
*
anv: automake: tweak anv_entrypoint.[ch] rule
Emil Velikov
2016-05-01
1
-2
/
+4
*
anv: tweak libvulkan_intel.so link libraries
Emil Velikov
2016-05-01
1
-1
/
+3
*
anv: cosmetic makefile changes
Emil Velikov
2016-05-01
1
-13
/
+11
*
anv: place the builddir includes before the srcdir ones
Emil Velikov
2016-05-01
1
-5
/
+5
*
automake: tweak SUBDIR reorder and comment it
Emil Velikov
2016-05-01
1
-1
/
+8
*
automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND
Emil Velikov
2016-05-01
4
-4
/
+4
*
automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11
Emil Velikov
2016-05-01
2
-2
/
+2
*
anv: get rid of VULKAN_ENTRYPOINT_CPPFLAGS variable
Emil Velikov
2016-05-01
1
-11
/
+3
*
anv: factor out the X11/XCB build
Emil Velikov
2016-05-01
3
-6
/
+23
*
anv: kill of custom define HAVE_WAYLAND_PLATFORM
Emil Velikov
2016-05-01
3
-5
/
+4
*
anv: refactor wayland build handling
Emil Velikov
2016-05-01
1
-15
/
+12
*
automake: include vulkan subdir after wayland-drm
Emil Velikov
2016-05-01
1
-5
/
+5
*
anv: use a common variable to manage the library dependencies
Emil Velikov
2016-05-01
1
-11
/
+15
*
anv: use the GENERATED_FILES variable
Emil Velikov
2016-05-01
2
-2
/
+1
[prev]
[next]