index
:
~grigorig/mesa
bocache-optim
descvram
faster
glx-no-error
guardband
ib-size-tune
intel_ci
master
stuff
vdpau-422
Mesa patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
i965/miptree: Add pitch override for imported buffer objects
Topi Pohjolainen
1
-3
/
+4
2017-07-18
i965/miptree: Stop setting total_width/height for existing bo
Topi Pohjolainen
2
-6
/
+0
2017-07-18
i965/wm: Use isl for filling tex image parameters
Topi Pohjolainen
3
-92
/
+19
2017-07-18
intel/isl: Take 3D surfaces into account in image params
Topi Pohjolainen
1
-2
/
+6
2017-07-18
i965/miptree: Check for miptree_create() failures
Topi Pohjolainen
1
-0
/
+2
2017-07-18
i965/miptree: Do not rely on msaa type to decide if aux is needed
Topi Pohjolainen
2
-4
/
+47
2017-07-18
i965: Make irb::mt_layer logical instead of physical
Topi Pohjolainen
4
-59
/
+12
2017-07-18
i965/tex: Use offset helper instead of accessing table directly
Topi Pohjolainen
2
-4
/
+8
2017-07-18
i965: Mark read-only args as const in intel_miptree_supports_hiz()
Topi Pohjolainen
1
-2
/
+2
2017-07-18
i965/miptree: Use > 1 instead of > 0 to check for multisampling
Topi Pohjolainen
1
-2
/
+2
2017-07-18
i965/miptree: Set refcount before failing via _release()
Topi Pohjolainen
1
-1
/
+2
2017-07-18
build: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGS
Kenneth Graunke
1
-0
/
+1
2017-07-18
radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queue
Marek Olšák
1
-1
/
+2
2017-07-18
compiler/spirv: Add a .gitignore and ignore spirv_info.c
Jason Ekstrand
1
-0
/
+1
2017-07-18
anv: Advertise support for VK_KHR_variable_pointers
Jason Ekstrand
3
-0
/
+13
2017-07-18
anv: Advertise support for VK_KHR_storage_buffer_storage_class
Jason Ekstrand
2
-0
/
+5
2017-07-18
nir/spirv: Add support for SPV_KHR_variable_pointers
Jason Ekstrand
5
-10
/
+108
2017-07-18
nir/spirv: Add a helper for pushing SSA values
Jason Ekstrand
4
-10
/
+20
2017-07-18
nir/spirv: Implement OpPtrAccessChain for buffers
Jason Ekstrand
3
-4
/
+34
2017-07-18
spirv/nir: Add some useful asserts for type decorations
Jason Ekstrand
1
-0
/
+4
2017-07-18
spirv: Add support for the StorageBuffer storage class
Jason Ekstrand
1
-0
/
+4
2017-07-18
spirv: Generate spirv_info.c
Ian Romanick
5
-159
/
+106
2017-07-18
spirv: Import the lastest 1.0.2 JSON from Khronos
Ian Romanick
1
-0
/
+5792
2017-07-18
spirv: Import the latest 1.2 header from Khronos
Jason Ekstrand
1
-4
/
+37
2017-07-18
mesa: whitespace fixes in get.c
Brian Paul
1
-110
/
+110
2017-07-18
mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT query
Brian Paul
2
-1
/
+13
2017-07-18
vulkan/util: fix typo in comment
Eric Engestrom
1
-1
/
+1
2017-07-18
mapi: add missing no_error tag to glBlitNamedFramebuffer()
Samuel Pitoiset
1
-1
/
+1
2017-07-18
radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for images
Alex Smith
1
-0
/
+1
2017-07-18
radv: don't shadow meta_va.
Dave Airlie
1
-1
/
+1
2017-07-17
i965: Delete brw_sf_state.c again
Kenneth Graunke
1
-200
/
+0
2017-07-17
ac/nir: rewrite shared variable handling (v2)
Connor Abbott
1
-87
/
+158
2017-07-17
i965: Check if the modifier is supported in select_best_modifier
Jason Ekstrand
1
-0
/
+3
2017-07-17
i965: Rework the modifier info map
Jason Ekstrand
1
-23
/
+25
2017-07-17
i965/surface_state: Remove the mcs_buf->offset == 0 restriction
Jason Ekstrand
1
-1
/
+0
2017-07-17
intel/isl: Add a row_pitch parameter to surf_get_ccs_surf
Jason Ekstrand
4
-4
/
+8
2017-07-17
i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffers
Jason Ekstrand
1
-23
/
+13
2017-07-17
i965/screen: Allocate ZEROED BOs for images
Jason Ekstrand
1
-1
/
+5
2017-07-17
i965/bufmgr: Add a BO_ALLOC_ZEROED flag
Jason Ekstrand
2
-2
/
+27
2017-07-17
i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
Jason Ekstrand
5
-41
/
+10
2017-07-17
i965/miptree: Allocate HiZ up-front
Jason Ekstrand
2
-17
/
+6
2017-07-17
i965/miptree: Add an intel_tiling_supports_hiz helper
Jason Ekstrand
1
-1
/
+11
2017-07-17
i965/miptree: Gather initial aux allocation into a single function
Jason Ekstrand
1
-30
/
+53
2017-07-11
st/mesa: init winsys buffers list only if context creation succeeds
Charmaine Lee
1
-3
/
+3
2017-07-17
winsys/svga/drm: Enable import/export fence FD
Sinclair Yeh
3
-19
/
+53
2017-07-17
winsys/svga/drm: Connect winsys-side fence_* functions
Sinclair Yeh
4
-10
/
+109
2017-07-17
drivers/svga: Connect driver-side fence_* functions
Sinclair Yeh
2
-1
/
+56
2017-07-17
winsys/svga/drm: Create winsys interface for Fence FD
Sinclair Yeh
1
-1
/
+33
2017-07-17
winsys/svga/drm: Prepare to support fence fd
Sinclair Yeh
1
-3
/
+8
2017-07-17
drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish
Sinclair Yeh
7
-8
/
+18
[prev]
[next]