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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Mark src inst pointer const in compaction code
Matt Turner
2017-08-21
2
-12
/
+13
*
intel/blorp: Adjust intra-tile x when faking rgb with red-only
Topi Pohjolainen
2017-08-21
1
-0
/
+1
*
anv: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-16
/
+4
*
isl: Add a null surface fill function.
Kenneth Graunke
2017-08-19
4
-0
/
+40
*
anv: Move a comment that got left behind in the u_vector refactor.
Eric Anholt
2017-08-18
1
-8
/
+0
*
intel/isl: Replace switch statements of doom with a macro
Jason Ekstrand
2017-08-17
1
-96
/
+39
*
intel/isl: Reduce header file duplication
Jason Ekstrand
2017-08-17
4
-101
/
+78
*
anv/gem: Add a stub for sync_file_merge
Jason Ekstrand
2017-08-16
1
-0
/
+6
*
anv: Advertise VK_KHR_external_semaphore
Jason Ekstrand
2017-08-15
1
-3
/
+3
*
anv: Use DRM sync objects for external semaphores when available
Jason Ekstrand
2017-08-15
4
-23
/
+128
*
anv/gem: Add a drm syncobj support
Jason Ekstrand
2017-08-15
3
-0
/
+80
*
anv: Implement support for exporting semaphores as FENCE_FD
Jason Ekstrand
2017-08-15
5
-9
/
+172
*
anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is set
Jason Ekstrand
2017-08-15
1
-1
/
+4
*
anv: Submit a dummy batch when only semaphores are provided.
Jason Ekstrand
2017-08-15
4
-3
/
+73
*
anv: Add a basic implementation of VK_KHX_external_semaphore
Jason Ekstrand
2017-08-15
4
-9
/
+187
*
intel/genxml: Fix gen10 BLEND_STATE variable length packing
Scott D Phillips
2017-08-15
1
-2
/
+2
*
i965: Pretend that CCS modified images are two planes
Ben Widawsky
2017-08-14
1
-0
/
+6
*
intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2017-08-14
2
-0
/
+8
*
intel/compiler: properly size attribute wa_flags array for Vulkan
Iago Toral Quiroga
2017-08-11
1
-1
/
+17
*
isl: Validate row pitch of stencil surfaces.
Kenneth Graunke
2017-08-10
1
-2
/
+7
*
intel/isl: Don't align the height of the last array slice
Jason Ekstrand
2017-08-07
1
-1
/
+2
*
intel/isl: Stop padding surfaces
Jason Ekstrand
2017-08-07
1
-117
/
+2
*
anv/formats: Allow sampling on depth-only formats on gen7
Jason Ekstrand
2017-08-07
1
-1
/
+2
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-2
/
+1
*
anv: Makefile.vulkan.am: ICD json files are now generated with python
Juan A. Suarez Romero
2017-08-04
1
-2
/
+1
*
anv: put anv_extensions.c in gitignore
Lionel Landwerlin
2017-08-03
1
-0
/
+1
*
android: anv_extensions.c is generated to libmesa_vulkan_common
Tapani Pälli
2017-08-03
1
-1
/
+1
*
intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.
Dave Airlie
2017-08-03
1
-0
/
+1
*
i965: Fix indentation
Matt Turner
2017-08-02
2
-8
/
+8
*
anv: Advertise VK_KHR_relaxed_block_layout
Jason Ekstrand
2017-08-02
1
-0
/
+1
*
anv: Bump the advertised version to 1.0.57
Jason Ekstrand
2017-08-02
1
-1
/
+1
*
anv: Pull the API version from anv_extensions.py
Jason Ekstrand
2017-08-02
3
-1
/
+13
*
anv: Use python to generate ICD json files
Jason Ekstrand
2017-08-02
4
-23
/
+54
*
anv: Add MAX_API_VERSION to anv_extensions.py
Jason Ekstrand
2017-08-02
2
-3
/
+44
*
anv: Make some bits of anv_extensions module-private
Jason Ekstrand
2017-08-02
2
-6
/
+6
*
intel: move gen_decoder.* back to COMMON_FILES
Tapani Pälli
2017-08-02
2
-5
/
+3
*
android: link libmesa_intel_common with zlib and expat
Tapani Pälli
2017-08-02
1
-0
/
+5
*
anv: Autogenerate extension query and lookup
Jason Ekstrand
2017-08-01
6
-154
/
+142
*
anv: Add a new centralized extensions file
Jason Ekstrand
2017-08-01
3
-26
/
+72
*
anv: only expose up to 28 vertex attributes
Iago Toral Quiroga
2017-07-26
1
-1
/
+1
*
anv/cmd_buffer: fix off by one error in assertion
Iago Toral Quiroga
2017-07-26
1
-1
/
+1
*
intel/decoder: Reuse the gen_make_gen() helper.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel/decoder: Reuse the MAX2 macro instead of defining another one.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel/blorp: ship blorp_genX_exec.h within the tarball
Emil Velikov
2017-07-24
1
-0
/
+1
*
anv/image: zalloc image views
Jason Ekstrand
2017-07-22
1
-7
/
+1
*
anv/image: Use vk_zalloc instead of an explicit memset
Jason Ekstrand
2017-07-22
1
-3
/
+2
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
4
-53
/
+58
*
intel/isl: Add some sanity checks for compressed surfaces
Jason Ekstrand
2017-07-22
1
-0
/
+18
*
intel/isl: Add a helper to get a subimage surface
Jason Ekstrand
2017-07-22
3
-30
/
+76
*
anv: Get rid of some unused function declarations
Jason Ekstrand
2017-07-22
1
-7
/
+0
[prev]
[next]