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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: use ctx->ac. for types and integer constants
Marek Olšák
2020-01-23
11
-488
/
+449
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
2
-27
/
+3
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
1
-0
/
+10
*
gallium/swr: add option for static link
Krzysztof Raszkowski
2020-01-23
2
-80
/
+152
*
llvmpipe: fix some integer instruction lowering.
Dave Airlie
2020-01-23
1
-2
/
+3
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-1
/
+1
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
2
-11
/
+7
*
lima: implement invalidate_resource()
Vasily Khoruzhick
2020-01-23
3
-18
/
+34
*
iris: Enable INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+4
*
llvmpipe: drop LLVM < 3.4 support
Eric Engestrom
2020-01-22
1
-4
/
+0
*
panfrost: Fix crash in compute variant allocation
Alyssa Rosenzweig
2020-01-22
1
-1
/
+2
*
r600: Move get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
radeon: Move si_get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
iris: Drop some workarounds which are no longer necessary
Kenneth Graunke
2020-01-21
1
-36
/
+1
*
radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.
Eric Anholt
2020-01-21
1
-1
/
+0
*
r300: Remove a bunch of default handling of pipe caps.
Eric Anholt
2020-01-21
1
-125
/
+0
*
r600: Remove a bunch of default handling of pipe caps.
Eric Anholt
2020-01-21
1
-53
/
+0
*
radeonsi: Remove a bunch of default handling of pipe caps.
Eric Anholt
2020-01-21
1
-22
/
+0
*
freedreno: Stop scattered remapping of SSBOs/images to IBOs.
Eric Anholt
2020-01-21
6
-32
/
+37
*
nir: Drop the ssbo_offset to atomic lowering.
Eric Anholt
2020-01-21
2
-2
/
+2
*
nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.
Timur Kristóf
2020-01-21
1
-1
/
+1
*
panfrost: Add ASTC texture formats
Icecream95
2020-01-21
4
-1
/
+28
*
panfrost: Add ETC1/ETC2 texture formats
Icecream95
2020-01-21
3
-4
/
+34
*
panfrost: Rework linear<--->tiled conversions
Alyssa Rosenzweig
2020-01-21
2
-5
/
+7
*
panfrost,lima: De-Galliumize tiling routines
Alyssa Rosenzweig
2020-01-21
2
-4
/
+7
*
iris: Fix value of out-of-bounds accesses for vertex attributes
Danylo Piliaiev
2020-01-21
1
-1
/
+1
*
radeonsi/gfx10: enable GS fast launch for triangles and strips with NGG culling
Marek Olšák
2020-01-20
6
-54
/
+222
*
radeonsi/gfx10: rewrite late alloc computation
Marek Olšák
2020-01-20
2
-39
/
+59
*
ac: add helper ac_build_triangle_strip_indices_to_triangle
Marek Olšák
2020-01-20
2
-37
/
+8
*
radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups
Marek Olšák
2020-01-20
12
-54
/
+951
*
radeonsi/gfx10: move GE_PC_ALLOC setting to shader states
Marek Olšák
2020-01-20
5
-15
/
+40
*
radeonsi/gfx10: don't initialize VGPRs not used by NGG passthrough
Marek Olšák
2020-01-20
1
-3
/
+5
*
radeonsi/gfx10: merge main and pos/param export IF blocks into one if possible
Marek Olšák
2020-01-20
1
-4
/
+21
*
radeonsi/gfx10: export primitives at the beginning of VS/TES
Marek Olšák
2020-01-20
3
-26
/
+66
*
radeonsi/gfx10: move s_sendmsg gs_alloc_req to the beginning of shaders
Marek Olšák
2020-01-20
3
-3
/
+13
*
radeonsi/gfx10: correct VS PrimitiveID implementation for NGG
Marek Olšák
2020-01-20
1
-12
/
+13
*
radeonsi/gfx10: update comments and remove invalid TODOs
Marek Olšák
2020-01-20
1
-12
/
+1
*
radeonsi: turn an assertion into return in si_nir_store_output_tcs
Marek Olšák
2020-01-20
1
-3
/
+5
*
radeonsi: fix doubles and int64
Marek Olšák
2020-01-20
2
-7
/
+7
*
radeonsi: don't invoke decompression inside internal launch_grid
Marek Olšák
2020-01-20
3
-4
/
+22
*
radeonsi: clean up how internal compute dispatches are handled
Marek Olšák
2020-01-20
1
-22
/
+13
*
Revert "radeonsi: unbind image before compute clear"
Marek Olšák
2020-01-20
1
-5
/
+0
*
panfrost: Dynamically allocate shader variants
Icecream95
2020-01-18
2
-3
/
+23
*
panfrost: Expose some functionality with dEQP flag
Alyssa Rosenzweig
2020-01-18
1
-3
/
+3
*
panfrost: Compact the bo_access readers array
Icecream95
2020-01-18
1
-4
/
+9
*
zink: support arrays of samplers
Erik Faye-Lund
2020-01-18
2
-22
/
+60
*
zink: support sampling non-float textures
Erik Faye-Lund
2020-01-18
1
-6
/
+7
*
zink: store image-type per texture
Erik Faye-Lund
2020-01-18
1
-7
/
+6
*
zink: avoid incorrect vector-construction
Erik Faye-Lund
2020-01-18
1
-2
/
+2
*
zink: support offset-variants of texturing
Erik Faye-Lund
2020-01-18
3
-5
/
+17
[prev]
[next]