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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/device: fix maximum number of images supported
Iago Toral Quiroga
2019-01-17
4
-13
/
+28
*
anv: do not advertise AHW support if extension not enabled
Tapani Pälli
2019-01-17
1
-6
/
+15
*
vc4: Don't leak the GPU fd for renderonly usage.
Eric Anholt
2019-01-16
1
-1
/
+1
*
v3d: Don't leak the GPU fd for renderonly usage.
Eric Anholt
2019-01-16
1
-1
/
+1
*
v3d: Restructure RO allocations using resource_from_handle.
Eric Anholt
2019-01-16
1
-29
/
+38
*
v3d: If the modifier is not known on BO import, default to linear for RO.
Eric Anholt
2019-01-16
1
-1
/
+3
*
ac/nir_to_llvm: add support for structs to get_sampler_desc()
Timothy Arceri
2019-01-17
1
-19
/
+26
*
ac/nir_to_llvm: fix regression in bindless support
Timothy Arceri
2019-01-17
1
-1
/
+6
*
radeonsi/nir: get correct type for images inside structs
Timothy Arceri
2019-01-17
1
-1
/
+2
*
ac/nir_to_llvm: fix type handling in image code
Timothy Arceri
2019-01-17
1
-15
/
+12
*
radv: use dithered alpha-to-coverage
Rhys Perry
2019-01-16
1
-4
/
+5
*
swr/rast: Store cached files in multiple subdirs
Alok Hota
2019-01-16
3
-38
/
+52
*
swr/rast: New execution engine per JIT
Alok Hota
2019-01-16
2
-42
/
+65
*
swr/rast: Scope MEM_CLIENT enum for mem usages
Alok Hota
2019-01-16
6
-40
/
+38
*
swr/rast: Unaligned and translations in gathers
Alok Hota
2019-01-16
1
-21
/
+35
*
swr/rast: partial support for Tiled Resources
Alok Hota
2019-01-16
2
-0
/
+164
*
swr/rast: Add annotator to interleave isa text
Alok Hota
2019-01-16
2
-3
/
+36
*
swr/rast: Use gfxptr_t value in JitGatherVertices
Alok Hota
2019-01-16
1
-18
/
+16
*
gallium/swr: Fix multi-context sync fence deadlock.
Bruce Cherniak
2019-01-16
1
-1
/
+3
*
ac/nir: don't trash L1 caches for store operations with writeonly memory
Samuel Pitoiset
2019-01-16
1
-5
/
+15
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
8
-2
/
+70
*
winsys/amdgpu: fix whitespace
Marek Olšák
2019-01-15
1
-1
/
+1
*
gallium: Add the ability to query a single pipeline statistics counter
Kenneth Graunke
2019-01-15
7
-2
/
+53
*
st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.
Kenneth Graunke
2019-01-15
1
-43
/
+45
*
st/mesa: Make an enum for pipeline statistics query result indices.
Kenneth Graunke
2019-01-15
2
-11
/
+28
*
radv: add support for VK_EXT_memory_budget
Samuel Pitoiset
2019-01-15
6
-1
/
+124
*
radv: add two small helpers for getting VRAM and visible VRAM sizes
Samuel Pitoiset
2019-01-15
1
-5
/
+16
*
radv: remove unnecessary returns in GetPhysicalDevice*Properties()
Samuel Pitoiset
2019-01-15
1
-4
/
+4
*
radv: Set partial_vs_wave for pipelines with just GS, not tess.
Bas Nieuwenhuizen
2019-01-15
1
-8
/
+20
*
radeonsi: also apply the GS hang workaround to draws without tessellation
Marek Olšák
2019-01-14
1
-11
/
+14
*
v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.
Eric Anholt
2019-01-14
1
-1
/
+1
*
v3d: Add support for CS barrier() intrinsics.
Eric Anholt
2019-01-14
3
-0
/
+61
*
v3d: Add support for CS shared variable load/store/atomics.
Eric Anholt
2019-01-14
3
-13
/
+83
*
v3d: Add support for CS workgroup/invocation id intrinsics.
Eric Anholt
2019-01-14
5
-1
/
+67
*
v3d: Add support for shader_image_load_store.
Eric Anholt
2019-01-14
13
-5
/
+848
*
v3d: Add SSBO/atomic counters support.
Eric Anholt
2019-01-14
9
-7
/
+245
*
v3d: Drop the GLSL version level.
Eric Anholt
2019-01-14
1
-1
/
+1
*
v3d: Add support for matrix inputs to the FS.
Eric Anholt
2019-01-14
1
-13
/
+14
*
v3d: Add an isr to the simulator to catch GMP violations.
Eric Anholt
2019-01-14
3
-0
/
+39
*
v3d: Fix txf_ms 2D_ARRAY array index.
Eric Anholt
2019-01-14
1
-8
/
+10
*
v3d: Add support for GL_ARB_framebuffer_no_attachments.
Eric Anholt
2019-01-14
3
-2
/
+19
*
v3d: Add support for the early_fragment_tests flag.
Eric Anholt
2019-01-14
1
-0
/
+10
*
v3d: Add support for flushing dirty TMU data at job end.
Eric Anholt
2019-01-14
3
-0
/
+43
*
ac: add missing 16-bit types to glsl_base_to_llvm_type()
Samuel Pitoiset
2019-01-14
1
-1
/
+6
*
radv: Only use 32 KiB per threadgroup on Stoney.
Bas Nieuwenhuizen
2019-01-14
1
-1
/
+10
*
st/dri: fix dri2_format_table for argb1555 and rgb565
Marek Olšák
2019-01-14
1
-1
/
+1
*
nir: Add a bool to float32 lowering pass
Jason Ekstrand
2019-01-14
4
-0
/
+181
*
src/intel: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
3
-8
/
+4
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
42
-160
/
+72
*
util: Helper to create sets and hashes with pointer keys
Caio Marcelo de Oliveira Filho
2019-01-14
4
-0
/
+27
[next]