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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
1
-0
/
+2
*
st/mesa: Skip serializing driver_cache_blob if it exists
Jordan Justen
2018-07-09
1
-0
/
+3
*
mesa: Add disk shader cache driver blob callback
Jordan Justen
2018-07-09
2
-0
/
+23
*
intel/compiler: emit actual barriers for working-group level barriers
Iago Toral Quiroga
2018-07-10
1
-23
/
+2
*
radv: add some cxxflags for new c++ file
Dave Airlie
2018-07-10
1
-0
/
+4
*
anv,radv: Add support for VK_KHR_get_display_properties2
Jason Ekstrand
2018-07-09
6
-16
/
+301
*
intel/aubinator_error_decode: Allow for more sections
Jason Ekstrand
2018-07-09
1
-11
/
+13
*
intel/batch_decoder: Recurse for all 2nd level batches
Jason Ekstrand
2018-07-09
1
-14
/
+5
*
virgl/vtest: add support to vtest for new cap getting.
Dave Airlie
2018-07-10
2
-4
/
+28
*
i965/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-4
/
+0
*
anv/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-12
/
+0
*
anv: Implement VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-07-09
3
-0
/
+21
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
4
-12
/
+20
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
4
-8
/
+11
*
anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
3
-0
/
+13
*
spirv/nir: Add support for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
2
-0
/
+7
*
spirv: Include headers and grammar for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
2
-7
/
+40
*
i965/fs: Enable store_ssbo for 8-bit types.
Jose Maria Casanova Crespo
2018-07-10
1
-7
/
+8
*
intel/compiler: relax brw_eu_validate for byte raw movs
Jose Maria Casanova Crespo
2018-07-10
1
-3
/
+5
*
i965/fs: Enable conversions to 8-bit integers
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+2
*
i965: Support for 8-bit base types in helper functions
Jose Maria Casanova Crespo
2018-07-10
2
-1
/
+14
*
i965/fs: Register allocator shoudn't use grf127 for sends dest
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+25
*
intel/compiler: grf127 can not be dest when src and dest overlap in send
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+11
*
radv: using tls to store llvm related info and speed up compiles (v10)
Dave Airlie
2018-07-10
8
-28
/
+199
*
swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2)
Adam Jackson
2018-07-09
1
-21
/
+20
*
intel: tools: dump_gpu: fix ppgtt mapping
Lionel Landwerlin
2018-07-09
1
-23
/
+23
*
v3d: Implement noperspective varyings on V3D 4.x.
Eric Anholt
2018-07-09
7
-4
/
+40
*
v3d: Refactor flat shade/centroid flag emission.
Eric Anholt
2018-07-09
1
-64
/
+76
*
v3d: Fix typo in dither mode offset.
Eric Anholt
2018-07-09
1
-1
/
+1
*
glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2
zhaowei yuan
2018-07-09
1
-2
/
+2
*
st/wgl: check for NULL piAttribList in wglCreatePbufferARB()
Charmaine Lee
2018-07-06
1
-39
/
+41
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
3
-0
/
+165
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
8
-25
/
+28
*
anv/pass: Move implicit dependency setup to anv_render_pass_compile
Jason Ekstrand
2018-07-09
1
-70
/
+63
*
anv/pass: Move some dependency setup into a helper
Jason Ekstrand
2018-07-09
1
-18
/
+34
*
anv/pass: Move a bunch of analysis into a separate "compile" stage
Jason Ekstrand
2018-07-09
1
-50
/
+64
*
anv/pass: Use a designated initailizer for attachments
Jason Ekstrand
2018-07-09
1
-11
/
+11
*
anv: Bump the advertised patch version to 80
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
Adam Jackson
2018-07-09
1
-0
/
+7
*
mesa: verify MaxVertexAttribStride for GLES 3.1
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: verify MaxVertexAttribStride for GL 4.4
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
r600: report incorrect max-vertex-attrib for GL 4.4
Erik Faye-Lund
2018-07-09
1
-1
/
+2
*
intel/fs: use uint type for per_slot_offset at GS
Jose Maria Casanova Crespo
2018-07-09
1
-1
/
+1
*
radv: add the trace BO to the list when starting a new cmdbuf
Samuel Pitoiset
2018-07-09
1
-4
/
+7
*
radv: reduce CPU overhead in radv_flush_descriptors()
Samuel Pitoiset
2018-07-09
3
-11
/
+8
*
intel/compiler: remove unused function
Iago Toral Quiroga
2018-07-09
2
-31
/
+0
*
anv/pipeline: honor the pipeline_cache_enabled run-time flag
Iago Toral Quiroga
2018-07-09
1
-1
/
+1
*
r600/sb: fix crash in fold_alu_op3
Roland Scheidegger
2018-07-09
1
-0
/
+2
*
vulkan: Update the XML and headers to 1.1.80
Jason Ekstrand
2018-07-08
2
-50
/
+423
*
i965: fix clear color bo address relocation
Lionel Landwerlin
2018-07-07
1
-1
/
+1
[next]