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
*
zink: add dri loader
Dave Airlie
2019-10-28
9
-7
/
+123
*
zink/spirv: implement point-sprites
Erik Faye-Lund
2019-10-28
2
-0
/
+7
*
zink: ask for flatshade lowering
Dave Airlie
2019-10-28
1
-0
/
+3
*
zink: detect presence of VK_KHR_maintenance1
Erik Faye-Lund
2019-10-28
2
-0
/
+20
*
zink: introduce opengl over vulkan
Erik Faye-Lund
2019-10-28
34
-2
/
+7003
*
radv: fix OpQuantizeToF16 for NaN on GFX6-7
Samuel Pitoiset
2019-10-28
1
-2
/
+2
*
radv: enable fast depth/stencil clears with separate aspects on GFX8
Samuel Pitoiset
2019-10-28
1
-7
/
+0
*
iris: Mark aux-map BO as used by all batches
Jordan Justen
2019-10-28
1
-9
/
+44
*
iris/gen12: Write GFX_AUX_TABLE base address register
Jordan Justen
2019-10-28
5
-0
/
+42
*
iris: Map each surf to it's aux-surf in the aux-map tables
Jordan Justen
2019-10-28
2
-0
/
+36
*
isl/gen12: 64k surface alignment
Jordan Justen
2019-10-28
1
-0
/
+4
*
iris/bufmgr: Initialize aux map context for gen12
Jordan Justen
2019-10-28
2
-0
/
+62
*
anv: Add aux-map translation for gen12+
Lionel Landwerlin
2019-10-28
2
-0
/
+44
*
anv/gen12: Write GFX_AUX_TABLE base address register
Jordan Justen
2019-10-28
4
-0
/
+44
*
genxml/gen12: Add AUX MAP register definitions
Jordan Justen
2019-10-28
1
-0
/
+8
*
anv/gen12: Initialize aux map context
Jordan Justen
2019-10-28
2
-2
/
+22
*
intel/common: Add surface to aux map translation table support
Jordan Justen
2019-10-28
4
-0
/
+665
*
anv: Implement aux-map allocator interface
Jordan Justen
2019-10-28
1
-0
/
+42
*
intel/common: Add interface to allocate device buffers
Jordan Justen
2019-10-28
3
-0
/
+51
*
intel/dev: store whether the device uses an aux map tables on devinfo
Lionel Landwerlin
2019-10-28
1
-0
/
+1
*
i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORM
Tapani Pälli
2019-10-28
1
-1
/
+9
*
tu: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
v3d: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
radv: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
anv: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
freedreno/a2xx: use sysval for pointcoord
Jonathan Marek
2019-10-27
2
-11
/
+9
*
pan/midgard: Disable precise occlusion queries
Alyssa Rosenzweig
2019-10-26
1
-1
/
+1
*
panfrost: allocate bo for occlusion query results
Urja Rannikko
2019-10-26
2
-14
/
+25
*
panfrost: Expose serialized NIR support
Alyssa Rosenzweig
2019-10-26
2
-4
/
+13
*
pipe-loader: Default to kmsro if probe fails
Alyssa Rosenzweig
2019-10-26
1
-0
/
+5
*
pipe-loader: Add kmsro pipe_loader target
Alyssa Rosenzweig
2019-10-26
2
-0
/
+22
*
radv: enable secure compile support
Timothy Arceri
2019-10-26
2
-3
/
+26
*
radv: a support for a secure compile fork at device creation
Timothy Arceri
2019-10-26
1
-1
/
+299
*
radv: add radv_secure_compile()
Timothy Arceri
2019-10-26
1
-0
/
+134
*
radv: for secure compile exit early from radv_shader_variant_create()
Timothy Arceri
2019-10-26
1
-1
/
+8
*
radv: allow the secure process to read and write from disk cache
Timothy Arceri
2019-10-26
1
-5
/
+77
*
radv: add radv_device_use_secure_compile() helper
Timothy Arceri
2019-10-26
1
-0
/
+6
*
radv: add some new members to radv device and instance for secure compile
Timothy Arceri
2019-10-26
1
-0
/
+21
*
radv: add radv_secure_compile_type enum
Timothy Arceri
2019-10-26
1
-0
/
+11
*
radv: add radv_create_shaders() to radv_shader.h
Timothy Arceri
2019-10-26
2
-1
/
+10
*
radv: add debug option to turn off in memory cache
Timothy Arceri
2019-10-26
3
-5
/
+22
*
radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo
Timothy Arceri
2019-10-26
1
-9
/
+8
*
egl: implement new functions from EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
7
-0
/
+106
*
egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT
Marek Olšák
2019-10-25
3
-11
/
+70
*
st/dri: add support for EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
1
-40
/
+91
*
st/dri: assume external consumers of back buffers can write to the buffers
Marek Olšák
2019-10-25
1
-6
/
+6
*
nir: Fix invalid code for MSVC
Dylan Baker
2019-10-25
1
-2
/
+2
*
mesa/main: Ignore filter state for MS texture completeness
Illia Iorin
2019-10-25
1
-3
/
+22
*
Revert "mesa/main: Fix multisample texture initialize"
Illia Iorin
2019-10-25
1
-25
/
+13
*
glsl/serialize: optimize for equal offsets in uniform remap tables
Marek Olšák
2019-10-25
1
-2
/
+28
[next]