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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Revert "gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES"
Daniel Stone
2020-01-20
1
-7
/
+0
*
Revert "st/dri: do FLUSH_VERTICES before calling flush_resource"
Daniel Stone
2020-01-20
1
-4
/
+6
*
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
*
zink: implement nir_texop_txs
Erik Faye-Lund
2020-01-18
3
-4
/
+50
*
freedreno/a6xx: add PROG_FB_RAST stateobj
Rob Clark
2020-01-17
2
-0
/
+6
*
freedreno/a6xx: move dynamic program state to streaming stateobj
Rob Clark
2020-01-17
4
-44
/
+61
*
freedreno/a6xx: drop a few more per-draw registers
Rob Clark
2020-01-17
2
-8
/
+23
*
freedreno/a6xx: separate rast stateobj for prim restart
Rob Clark
2020-01-17
7
-37
/
+67
*
freedreno/a6xx: cleanup rasterizer state
Rob Clark
2020-01-17
2
-89
/
+54
*
freedreno/a6xx: limit scratch/debug markers to debug builds
Rob Clark
2020-01-17
1
-2
/
+10
*
iris: Fix some indentation in iris_init_render_context
Jordan Justen
2020-01-17
1
-28
/
+28
*
st/dri: do FLUSH_VERTICES before calling flush_resource
Marek Olšák
2020-01-17
1
-6
/
+4
*
gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES
Marek Olšák
2020-01-17
1
-0
/
+7
*
gallium/swr: Disable showing detected arch message.
Krzysztof Raszkowski
2020-01-17
3
-16
/
+29
*
util: call bind_sampler_states before setting sampler_views
Pierre-Eric Pelloux-Prayer
2020-01-17
1
-6
/
+6
*
lima: Fix alpha blending
Andreas Baierl
2020-01-16
1
-23
/
+101
*
iris: set depth stall enabled when depth flush enabled on gen12
Tapani Pälli
2020-01-16
1
-0
/
+9
*
iris: implement another workaround for non pipelined states
Lionel Landwerlin
2020-01-16
1
-1
/
+14
*
iris: handle new PIPE_CONTROL field
Lionel Landwerlin
2020-01-16
2
-1
/
+6
*
lima: fix handling of reverse depth range
Vasily Khoruzhick
2020-01-16
2
-4
/
+16
*
nvc0: disable xfb's which don't have a stride
Ilia Mirkin
2020-01-15
1
-4
/
+4
*
lima/ppir: implement full liveness analysis for regalloc
Erico Nunes
2020-01-15
6
-166
/
+359
*
lima/ppir: remove orphan load node after cloning
Erico Nunes
2020-01-15
3
-1
/
+27
*
iris: Print warning and return *out = NULL when fd to syncobj fails
Kristian H. Kristensen
2020-01-15
1
-1
/
+6
*
iris: Advertise PIPE_CAP_NATIVE_FENCE_FD
Kristian H. Kristensen
2020-01-15
1
-0
/
+1
*
iris: Fix export of fences that have already completed.
Kenneth Graunke
2020-01-15
1
-0
/
+16
*
android: Fix whitespace issue
Robert Foss
2020-01-15
1
-1
/
+1
*
radeonsi: merge si_compile_llvm and si_llvm_compile functions
Marek Olšák
2020-01-15
4
-109
/
+81
*
radeonsi: remove useless #includes
Marek Olšák
2020-01-15
7
-18
/
+0
*
radeonsi: move code for shader resources into si_shader_llvm_resources.c
Marek Olšák
2020-01-15
7
-302
/
+327
[next]