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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
10
-37
/
+20
*
etnaviv: rs: choose clear format based on block size
Christian Gmeiner
2019-05-27
1
-1
/
+13
*
lima/ppir: implement discard and discard_if
Vasily Khoruzhick
2019-05-27
7
-10
/
+253
*
radv: ignore the loadOp if the first use of an attachment is a resolve
Samuel Pitoiset
2019-05-27
1
-9
/
+3
*
radv: always dirty the framebuffer when restoring a subpass
Samuel Pitoiset
2019-05-27
2
-2
/
+4
*
radv: add radv_clear_htile() helper
Samuel Pitoiset
2019-05-27
3
-6
/
+16
*
anv/android: fix missing dependencies issue during parallel build
Chenglei Ren
2019-05-27
1
-9
/
+9
*
radv: tidy up GetQueryPoolResults for occlusion queries
Samuel Pitoiset
2019-05-27
1
-7
/
+5
*
iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
Kenneth Graunke
2019-05-26
1
-0
/
+1
*
Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"
Dave Airlie
2019-05-27
1
-4
/
+0
*
panfrost/midgard: Implement fneg/fabs/fsat
Alyssa Rosenzweig
2019-05-26
1
-0
/
+20
*
lima: fix lima_blit with non-zero level source resource
Qiang Yu
2019-05-25
1
-25
/
+12
*
lima: fix render to non-zero level texture
Qiang Yu
2019-05-25
1
-4
/
+6
*
editorconfig: Fix meson style
Dylan Baker
2019-05-24
1
-1
/
+1
*
virgl: remove an incorrect check in virgl_res_needs_flush
Chia-I Wu
2019-05-24
1
-15
/
+0
*
virgl: reemit resources on first draw/clear/compute
Chia-I Wu
2019-05-24
1
-6
/
+24
*
virgl: add missing emit_res for SO targets
Chia-I Wu
2019-05-24
1
-2
/
+8
*
gallivm: fix default cbuf info.
Roland Scheidegger
2019-05-24
1
-1
/
+1
*
scons: fix build with llvm 9.
Roland Scheidegger
2019-05-24
1
-1
/
+4
*
panfrost: Dereference sampled texture
Tomeu Vizoso
2019-05-24
1
-6
/
+3
*
panfrost: ci: Avoid pulling Docker image on every run
Tomeu Vizoso
2019-05-24
1
-23
/
+29
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
40
-106
/
+80
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
6
-36
/
+18
*
nir/lower_to_source_mods: Stop turning add, sat, and neg into mov
Jason Ekstrand
2019-05-24
2
-40
/
+19
*
nir/source_mods: Add a helpers for setting source modifiers
Jason Ekstrand
2019-05-24
1
-6
/
+18
*
intel: Implement abs, neg, and sat in the back-end
Jason Ekstrand
2019-05-24
2
-9
/
+44
*
intel/nir: Call alu_to_scalar one last time before out-of-ssa
Jason Ekstrand
2019-05-24
1
-0
/
+2
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
15
-51
/
+48
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
2
-2
/
+2
*
scons: For MinGW use -posix flag.
Michel Zou
2019-05-24
1
-1
/
+1
*
etnaviv: use the correct uniform dirty bits
Christian Gmeiner
2019-05-24
1
-2
/
+2
*
anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGE
Danylo Piliaiev
2019-05-24
2
-6
/
+12
*
st/dri: enable EGL_ANDROID_blob_cache on gallium drivers
Tapani Pälli
2019-05-24
1
-0
/
+29
*
panfrost: Remove the standalone compiler
Alyssa Rosenzweig
2019-05-24
2
-165
/
+0
*
vk/util: suppress warning about out-of-enum android value
Eric Engestrom
2019-05-23
1
-2
/
+4
*
iris: Advertise coherent framebuffer fetches
Kenneth Graunke
2019-05-23
1
-0
/
+2
*
gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions
Kenneth Graunke
2019-05-23
4
-0
/
+8
*
st/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_coherent
Kenneth Graunke
2019-05-23
1
-0
/
+5
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
20
-24
/
+32
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
7
-5
/
+57
*
vk/util: drop no-op compiler warning workaround
Eric Engestrom
2019-05-23
1
-19
/
+5
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent
Erik Faye-Lund
2019-05-23
1
-1
/
+2
*
mesa/main: make the FRAGMENT_PROGRAM checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+2
*
mesa/main: make the TEXTURE_CUBE_MAP checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+5
*
mesa/main: remove duplicate macros
Erik Faye-Lund
2019-05-23
1
-14
/
+0
*
mesa/main: remove unused argument
Erik Faye-Lund
2019-05-23
1
-24
/
+24
*
mesa/main: remove unused macro
Erik Faye-Lund
2019-05-23
1
-8
/
+0
*
glsl: simplify resource list building code
Timothy Arceri
2019-05-23
3
-77
/
+87
*
virgl: track valid buffer range for transfer sync
Chia-I Wu
2019-05-22
7
-20
/
+59
*
virgl: remove support for buffer surfaces
Chia-I Wu
2019-05-22
2
-19
/
+15
[next]