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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zink: cache those pipelines
Erik Faye-Lund
2019-10-28
3
-8
/
+57
*
zink: move renderpass inside gfx pipeline state
Erik Faye-Lund
2019-10-28
4
-10
/
+8
*
zink: cache programs
Erik Faye-Lund
2019-10-28
2
-9
/
+61
*
zink: pass zink_render_pass to pipeline-creation
Erik Faye-Lund
2019-10-28
3
-5
/
+6
*
zink: prepare for multiple cmdbufs
Erik Faye-Lund
2019-10-28
3
-5
/
+7
*
zink: move cmdbuf-resetting into a helper
Erik Faye-Lund
2019-10-28
1
-6
/
+12
*
zink: do not leak image-views
Erik Faye-Lund
2019-10-28
2
-1
/
+9
*
zink: move render-pass begin to helper
Erik Faye-Lund
2019-10-28
1
-12
/
+20
*
zink: prepare for caching of renderpases/framebuffers
Erik Faye-Lund
2019-10-28
1
-4
/
+14
*
zink/spirv: implement loops
Erik Faye-Lund
2019-10-28
3
-3
/
+70
*
zink/spirv: implement discard
Erik Faye-Lund
2019-10-28
3
-0
/
+23
*
zink/spirv: implement if-statements
Erik Faye-Lund
2019-10-28
3
-2
/
+141
*
zink/spirv: prepare for control-flow
Erik Faye-Lund
2019-10-28
2
-2
/
+35
*
zink/spirv: handle reading registers
Erik Faye-Lund
2019-10-28
1
-5
/
+54
*
zink/spirv: implement some integer ops
Erik Faye-Lund
2019-10-28
1
-0
/
+3
*
zink/spirv: store all values as uint.
Dave Airlie
2019-10-28
1
-59
/
+295
*
zink: remove discard_if
Erik Faye-Lund
2019-10-28
1
-0
/
+46
*
zink: query support (v2)
Dave Airlie
2019-10-28
5
-0
/
+159
*
zink: transform z-range
Erik Faye-Lund
2019-10-28
1
-0
/
+52
*
zink: add dri loader
Dave Airlie
2019-10-28
9
-7
/
+123
*
zink/spirv: implement point-sprites
Erik Faye-Lund
2019-10-28
2
-0
/
+7
*
zink: ask for flatshade lowering
Dave Airlie
2019-10-28
1
-0
/
+3
*
zink: detect presence of VK_KHR_maintenance1
Erik Faye-Lund
2019-10-28
2
-0
/
+20
*
zink: introduce opengl over vulkan
Erik Faye-Lund
2019-10-28
34
-2
/
+7003
*
iris: Mark aux-map BO as used by all batches
Jordan Justen
2019-10-28
1
-9
/
+44
*
iris/gen12: Write GFX_AUX_TABLE base address register
Jordan Justen
2019-10-28
5
-0
/
+42
*
iris: Map each surf to it's aux-surf in the aux-map tables
Jordan Justen
2019-10-28
2
-0
/
+36
*
iris/bufmgr: Initialize aux map context for gen12
Jordan Justen
2019-10-28
2
-0
/
+62
*
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
*
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
*
rbug: Fix use of alloca() without #include "c99_alloca.h"
Jon Turney
2019-10-25
1
-0
/
+2
*
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
*
virgl: Remove formats with unusual sample count.
Lepton Wu
2019-10-24
1
-0
/
+3
*
freedreno/ir3: debug cleanup
Rob Clark
2019-10-24
2
-4
/
+3
*
gallium: Fix a bunch of undefined left-shifts in u_format_*
Adam Jackson
2019-10-24
3
-56
/
+56
*
gallium/util: Cast to target type before shifting left
Michel Dänzer
2019-10-24
1
-1
/
+1
*
llvmpipe: avoid generating empty-body blocks
Eric Engestrom
2019-10-24
1
-1
/
+1
*
llvmpipe: avoid compiling no-op block on release builds
Eric Engestrom
2019-10-24
1
-1
/
+2
*
winsys/svga: Limit the maximum DMA hardware buffer size
Thomas Hellstrom
2019-10-24
1
-1
/
+4
*
svga: Fix banded DMA upload unmap
Thomas Hellstrom
2019-10-24
1
-1
/
+1
*
radeonsi/nir: implement pipe_screen::finalize_nir
Marek Olšák
2019-10-23
5
-19
/
+32
*
tgsi_to_nir: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
1
-4
/
+9
*
gallium: add pipe_screen::finalize_nir
Marek Olšák
2019-10-23
5
-0
/
+43
[prev]
[next]