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
...
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-15
1
-1
/
+1
*
panfrost/ci: Blacklist flush finish tests
Alyssa Rosenzweig
2019-07-15
1
-0
/
+1
*
panfrost: Don't leak oversized transient allocations
Alyssa Rosenzweig
2019-07-15
1
-0
/
+4
*
panfrost: Implement panfrost_bo_cache_evict_all
Alyssa Rosenzweig
2019-07-15
1
-1
/
+9
*
panfrost: Implement panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
1
-1
/
+16
*
panfrost: Implement panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-2
/
+6
*
panfrost: Add pan_bucket helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+6
*
panfrost: Implement pan_bucket_index helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+25
*
panfrost: Add BO cache data structure
Alyssa Rosenzweig
2019-07-15
3
-0
/
+24
*
panfrost: Describe BO cache architecture
Alyssa Rosenzweig
2019-07-15
1
-0
/
+20
*
panfrost: Stub out panfrost_bo_cache_evict
Alyssa Rosenzweig
2019-07-15
3
-0
/
+17
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
4
-3
/
+34
*
panfrost: Stub out panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
4
-10
/
+66
*
panfrost: Don't leak the blend CSO hash table
Alyssa Rosenzweig
2019-07-15
1
-3
/
+2
*
panfrost: Cleanup after scoreboarding
Alyssa Rosenzweig
2019-07-15
1
-0
/
+6
*
panfrost: Allocate UBOs on the stack, not the heap
Alyssa Rosenzweig
2019-07-15
3
-2
/
+5
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-15
3
-1
/
+41
*
nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
Jason Ekstrand
2019-07-15
3
-0
/
+16
*
radeonsi: verify buffer_offset value before using it
Pierre-Eric Pelloux-Prayer
2019-07-15
1
-0
/
+7
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
3
-0
/
+15
*
st/mesa: don't invalidate a buffer range that is mapped
Marek Olšák
2019-07-15
1
-6
/
+21
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
6
-21
/
+34
*
iris: Better handle decoder base addresses
Kenneth Graunke
2019-07-15
1
-0
/
+3
*
radv/gfx10: enable OC_LDS_EN for NGG GS if the ES stage is TES
Samuel Pitoiset
2019-07-15
1
-1
/
+2
*
anv: Add android dependencies on android.
Bas Nieuwenhuizen
2019-07-15
1
-0
/
+1
*
panfrost: Advertise more depth/stencil formats
Alyssa Rosenzweig
2019-07-15
1
-2
/
+7
*
panfrost/mfbd: Add Z32 rendering support
Alyssa Rosenzweig
2019-07-15
1
-4
/
+24
*
panfrost: Fix blend_cso if nr_cbufs == 0
Alyssa Rosenzweig
2019-07-15
1
-3
/
+6
*
panfrost: Cleanup shader upload code
Alyssa Rosenzweig
2019-07-15
4
-71
/
+14
*
panfrost: Remove all old allocators
Alyssa Rosenzweig
2019-07-15
7
-166
/
+1
*
panfrost: Use transient memory for occlusion queries
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Remove bizarre hack
Alyssa Rosenzweig
2019-07-15
1
-9
/
+0
*
panfrost: Upload vertex descriptors to *transient* memory
Alyssa Rosenzweig
2019-07-15
2
-11
/
+20
*
panfrost: Delay resource mmaps
Alyssa Rosenzweig
2019-07-15
3
-3
/
+15
*
panfrost: Cleanup PAN_ALLOCATE_*
Alyssa Rosenzweig
2019-07-15
1
-4
/
+18
*
panfrost/drm: Don't mmap INVISIBLE buffers
Alyssa Rosenzweig
2019-07-15
1
-4
/
+12
*
anv: fix crash in vkCmdClearAttachments with unused attachment
Lionel Landwerlin
2019-07-15
1
-3
/
+3
*
radv/gfx10: export the PrimitiveID for ES stages (VS or TES)
Samuel Pitoiset
2019-07-15
1
-5
/
+55
*
radv/gfx10: declare an external symbol for the ESGS ring
Samuel Pitoiset
2019-07-15
1
-0
/
+25
*
radv/gfx10: allocate ESGS ring space for exporting PrimitiveID
Samuel Pitoiset
2019-07-15
1
-1
/
+20
*
radv/gfx10: fix crash when emitting NGG GS prologue
Samuel Pitoiset
2019-07-15
1
-8
/
+15
*
lima/ppir: Fix branch codegen
Vasily Khoruzhick
2019-07-14
3
-3
/
+5
*
lima/ppir: Fix assert condition in ppir_codegen_encode_discard
Vasily Khoruzhick
2019-07-14
1
-1
/
+1
*
etnaviv: fix incorrect varying interpolation
Jonathan Marek
2019-07-14
1
-5
/
+7
*
etnaviv: reduce rs alignment requirement for two pixel pipes GPU
Jonathan Marek
2019-07-14
4
-39
/
+24
*
etnaviv: fix nearest_linear / linear_nearest filtering on GC3000
Jonathan Marek
2019-07-14
2
-2
/
+10
*
etnaviv: fix nearest filtering
Jonathan Marek
2019-07-14
1
-2
/
+7
*
radv/gfx10: Fix DCC clears.
Bas Nieuwenhuizen
2019-07-14
1
-3
/
+10
*
meson: Add dep_thread dependency.
Vinson Lee
2019-07-13
1
-0
/
+1
*
lima: Fix compiler warnings for unused functions.
Andreas Baierl
2019-07-13
2
-1
/
+3
[prev]
[next]