index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-14
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-14
5
-18
/
+16
*
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
2017-06-14
1
-0
/
+6
*
radeonsi: fix a GPU hang with tessellation on 2-CU configs
Marek Olšák
2017-06-14
1
-1
/
+5
*
st/mesa: don't load cached TGSI shaders on demand
Marek Olšák
2017-06-14
1
-1
/
+6
*
nvc0: disable BGRA8 images on Fermi
Lyude
2017-06-14
1
-5
/
+14
*
xlib: fix glXGetCurrentDisplay() failure
Brian Paul
2017-06-14
4
-5
/
+18
*
automake: Link all libGL.so variants with -Bsymbolic.
Jose Fonseca
2017-06-14
2
-0
/
+2
*
i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()
Chad Versace
2017-06-14
1
-5
/
+1
*
etnaviv: always do cpu_fini in transfer_unmap
Lucas Stach
2017-06-14
1
-3
/
+6
*
anv: Require vertex buffers to come from a 32-bit heap
Jason Ekstrand
2017-06-03
1
-0
/
+12
*
i965: Rework Sandy Bridge HiZ and stencil layouts
Jason Ekstrand
2017-06-02
5
-29
/
+134
*
anv: Advertise both 32-bit and 48-bit heaps when we have enough memory
Jason Ekstrand
2017-06-02
1
-6
/
+36
*
anv: Refactor memory type setup
Jason Ekstrand
2017-06-02
1
-36
/
+40
*
anv: Make supports_48bit_addresses a heap property
Jason Ekstrand
2017-06-02
2
-3
/
+14
*
anv: Stop setting BO flags in bo_init_new
Jason Ekstrand
2017-06-02
3
-7
/
+23
*
anv: Add valid_bufer_usage to the memory type metadata
Jason Ekstrand
2017-06-02
2
-8
/
+26
*
anv: Determine the type of mapping based on type metadata
Jason Ekstrand
2017-06-02
2
-7
/
+7
*
anv: Set EXEC_OBJECT_ASYNC when available
Jason Ekstrand
2017-06-02
8
-4
/
+26
*
r100: Use _mesa_get_format_base_format in radeon_update_wrapper
Ian Romanick
2017-06-01
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-06-01
3
-3
/
+1
*
r100: Don't assume that the base mipmap of a texture exists
Ian Romanick
2017-06-01
1
-4
/
+10
*
egl/android: fix segfault within swap_buffers
Tapani Pälli
2017-06-01
1
-1
/
+6
*
Revert "android: fix segfault within swap_buffers"
Juan A. Suarez Romero
2017-06-01
1
-8
/
+0
*
st/mesa: remove redundant stfb->iface checks
Nicolai Hähnle
2017-06-01
2
-9
/
+2
*
mesa: Avoid leaking surface in st_renderbuffer_delete
Bartosz Tomczyk
2017-06-01
1
-2
/
+8
*
radv: Reserve space for descriptor and push constant user SGPR setting.
Bas Nieuwenhuizen
2017-06-01
1
-0
/
+8
*
egl/wayland: select the format based on the interface used
Emil Velikov
2017-06-01
1
-1
/
+2
*
freedreno: fix fence creation fail if no rendering
Rob Clark
2017-06-01
1
-13
/
+1
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-06-01
3
-2
/
+9
*
egl/wayland: Ensure we get a back buffer
Daniel Stone
2017-06-01
1
-1
/
+9
*
radv: automake: list shared libraries after the static ones
Emil Velikov
2017-06-01
1
-19
/
+16
*
anv: automake: list shared libraries after the static ones
Emil Velikov
2017-06-01
1
-16
/
+15
*
i965: Round copy size to the nearest block in intel_miptree_copy
Jason Ekstrand
2017-06-01
1
-2
/
+2
*
i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
Jason Ekstrand
2017-06-01
1
-18
/
+38
*
anv: Set image memory types based on the type count
Jason Ekstrand
2017-06-01
1
-2
/
+4
*
anv: Set up memory types and heaps during physical device init
Jason Ekstrand
2017-06-01
2
-44
/
+81
*
anv: Predicate 48bit support on gen >= 8
Jason Ekstrand
2017-05-31
1
-1
/
+6
*
anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
Jason Ekstrand
2017-05-31
1
-28
/
+0
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-31
2
-19
/
+19
*
anv: Handle color layout transitions from the UNINITIALIZED layout
Jason Ekstrand
2017-05-31
3
-2
/
+108
*
radeonsi/gfx9: compile shaders with +xnack
Marek Olšák
2017-05-31
1
-6
/
+7
*
gallium/targets: link against XCB only as needed
Emil Velikov
2017-05-31
2
-4
/
+12
*
st/omx: fix building against X11-less setups
Emil Velikov
2017-05-31
1
-0
/
+6
*
st/omx: remove unneeded X11 include
Emil Velikov
2017-05-31
1
-2
/
+0
*
st/va: fix misplaced closing bracket
Emil Velikov
2017-05-31
1
-1
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-31
5
-19
/
+35
*
loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
Emil Velikov
2017-05-31
1
-0
/
+2
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-31
12
-7
/
+13
*
configure: set HAVE_foo_PLATFORM as applicable
Emil Velikov
2017-05-31
2
-6
/
+0
[next]