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
*
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
*
glsl/serialize: restructure remap table code
Marek Olšák
2019-10-25
1
-63
/
+56
*
nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks
Kenneth Graunke
2019-10-25
1
-2
/
+2
*
Revert "mapi: Inline call x86_current_tls."
Jason Ekstrand
2019-10-25
1
-7
/
+3
*
rbug: Fix use of alloca() without #include "c99_alloca.h"
Jon Turney
2019-10-25
1
-0
/
+2
*
pan/midgard: Express allocated registers as offsets
Alyssa Rosenzweig
2019-10-25
1
-104
/
+62
*
pan/midgard: Expose more typesize manipulation routines
Alyssa Rosenzweig
2019-10-25
2
-2
/
+4
*
pan/midgard: Add mir_set_bytemask helper
Alyssa Rosenzweig
2019-10-25
2
-0
/
+7
*
st/nine: Fix unused variable warnings in release build.
Timur Kristóf
2019-10-25
1
-9
/
+9
*
st/nine: Fix build with -Werror=empty-body
Timur Kristóf
2019-10-25
1
-3
/
+3
*
aco: Refactor hazard mitigations, separate pass for GFX10.
Timur Kristóf
2019-10-25
1
-70
/
+113
*
aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
Timur Kristóf
2019-10-25
1
-10
/
+20
*
aco/gfx10: Mitigate LdsBranchVmemWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+66
*
aco/gfx10: Mitigate SMEMtoVectorWriteHazard.
Timur Kristóf
2019-10-25
2
-0
/
+70
*
aco/gfx10: Mitigate VcmpxExecWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+59
*
aco/gfx10: Mitigate VcmpxPermlaneHazard.
Timur Kristóf
2019-10-25
2
-0
/
+28
*
aco/gfx10: Add notes about some GFX10 hazards.
Timur Kristóf
2019-10-25
2
-2
/
+37
*
radv: fix VK_KHR_shader_float_controls dependency on GFX6-7
Samuel Pitoiset
2019-10-25
1
-3
/
+3
[next]