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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
virgl: handle NULL shader resource explicitly
Chia-I Wu
2019-05-22
1
-3
/
+3
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
7
-26
/
+35
*
gallium: enable dmabuf on BSD as well
Greg V
2019-05-22
1
-1
/
+1
*
iris: fix android build
Tapani Pälli
2019-05-22
1
-0
/
+1
*
etnaviv: fill missing offset in etna_resource_get_handle
Philipp Zabel
2019-05-22
1
-0
/
+1
*
radv: do not reset query pool during creation
Samuel Pitoiset
2019-05-22
1
-3
/
+0
*
radv: fix the sample max distance value for 8x
Samuel Pitoiset
2019-05-22
1
-1
/
+1
*
radv: emit correct centroid priority based on the number of samples
Samuel Pitoiset
2019-05-22
1
-3
/
+16
*
radv: clean up the sample locations codebase
Samuel Pitoiset
2019-05-22
4
-98
/
+76
*
radv: remove remaining code related to 16 samples
Samuel Pitoiset
2019-05-22
2
-51
/
+0
*
iris: Fix ALT mode regressions from shader cache
Kenneth Graunke
2019-05-21
2
-4
/
+9
*
radeonsi: fix a regression in si_rebind_buffer
Marek Olšák
2019-05-21
1
-4
/
+8
*
iris: Expose the disk cache to the state tracker as well.
Kenneth Graunke
2019-05-21
1
-0
/
+8
*
iris: Cache assembly shaders in the on-disk shader cache
Dylan Baker
2019-05-21
3
-6
/
+236
*
iris: Serialize the NIR to a blob we can use for shader cache purposes.
Kenneth Graunke
2019-05-21
2
-0
/
+25
*
iris: Start wiring up on-disk shader cache
Dylan Baker
2019-05-21
4
-0
/
+81
[next]