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
*
panfrost: Decode render target swizzle/channels
Alyssa Rosenzweig
2019-02-25
3
-23
/
+81
*
panfrost/midgard: Add fround(_even), ftrunc, ffma
Alyssa Rosenzweig
2019-02-25
3
-0
/
+14
*
panfrost/nondrm: Split out dump_counters
Alyssa Rosenzweig
2019-02-25
2
-5
/
+10
*
panfrost/nondrm: Make COHERENT_LOCAL explicit
Alyssa Rosenzweig
2019-02-25
2
-1
/
+2
*
panfrost/nondrm: Flag CPU-invisible regions
Alyssa Rosenzweig
2019-02-25
2
-3
/
+4
*
panfrost/meson: Remove subdir for nondrm
Alyssa Rosenzweig
2019-02-25
1
-1
/
+0
*
panfrost: Use tiler fast path (performance boost)
Alyssa Rosenzweig
2019-02-25
1
-4
/
+38
*
nir/builder: Don't emit no-op swizzles
Jason Ekstrand
2019-02-24
1
-1
/
+9
*
nir/split_vars: Don't compact vectors unnecessarily
Jason Ekstrand
2019-02-24
1
-0
/
+6
*
st/mesa: remove unused header-file
Erik Faye-Lund
2019-02-24
3
-43
/
+0
*
meson: ensure that xmlpool_options.h is generated for gallium targets that ne...
David Shao
2019-02-24
5
-5
/
+5
*
vulkan/overlay: Add fps counter
Matthias Lorenz
2019-02-24
1
-0
/
+17
*
Revert "anv: add support for INTEL_DEBUG=bat"
Lionel Landwerlin
2019-02-24
1
-49
/
+0
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-02-23
1
-0
/
+49
*
etnaviv: blt: mark used src resource as read from
Christian Gmeiner
2019-02-23
1
-0
/
+2
*
etnaviv: rs: mark used src resource as read from
Christian Gmeiner
2019-02-23
1
-0
/
+1
*
gallium/auxiliary/vl: Fix duplicate symbol build errors.
Vinson Lee
2019-02-22
2
-6
/
+6
*
nir: fix MSVC build
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+1
*
nir/copy_prop_vars: add tests for load/store elements of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-0
/
+139
*
nir: nir_build_deref_follower accept array derefs of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+3
*
nir/copy_prop_vars: change test helper to get intrinsics
Caio Marcelo de Oliveira Filho
2019-02-22
1
-83
/
+56
*
nir/copy_prop_vars: keep track of components in copy_entry
Caio Marcelo de Oliveira Filho
2019-02-22
1
-33
/
+48
*
nir/copy_prop_vars: add debug helpers
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+87
*
nir/copy_prop_vars: don't get confused by array_deref of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-0
/
+28
*
nir: allow nir_lower_phis_to_scalar() on more src types
Timothy Arceri
2019-02-23
1
-3
/
+13
*
swr/rast: bypass size limit for non-sampled textures
Alok Hota
2019-02-22
1
-1
/
+3
*
tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomics
Marek Olšák
2019-02-22
1
-1
/
+3
*
freedreno/a6xx: cube image fix
Rob Clark
2019-02-22
1
-0
/
+4
*
freedreno/a6xx: fix border-color offset
Rob Clark
2019-02-22
2
-3
/
+3
*
freedreno/ir3: don't hardcode wrmask
Rob Clark
2019-02-22
1
-5
/
+6
*
freedreno: fix race condition
Rob Clark
2019-02-22
3
-5
/
+16
*
vulkan: Fix 32-bit build for the new overlay layer
Kenneth Graunke
2019-02-22
1
-3
/
+3
*
anv: advertise 8 subpixel precision bits
Juan A. Suarez Romero
2019-02-22
2
-1
/
+6
*
genxml: add missing field values for 3DSTATE_SF
Juan A. Suarez Romero
2019-02-22
6
-6
/
+24
*
radv: Allow interpolation on non-float types.
Bas Nieuwenhuizen
2019-02-22
1
-10
/
+9
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
6
-16
/
+94
*
nv50: disable compute
Ilia Mirkin
2019-02-22
1
-1
/
+1
*
intel: fix urb size for CFL GT1
Lionel Landwerlin
2019-02-22
1
-0
/
+1
*
isl: the display engine requires 64B alignment for linear surfaces
Samuel Iglesias Gonsálvez
2019-02-22
1
-0
/
+8
*
virgl: Enable mixed color FBO attachemnets only when the host supports
Gert Wollny
2019-02-22
2
-1
/
+2
*
android: intel/isl: remove redundant building rules
Mauro Rossi
2019-02-22
1
-13
/
+0
*
Revert "iris: Enable auxiliary buffer support"
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Enable -msse2 and -mstackrealign
Kenneth Graunke
2019-02-21
1
-3
/
+3
*
intel/fs: Rely on undocumented unrestricted regioning for 32x16-bit integer m...
Francisco Jerez
2019-02-21
1
-3
/
+11
*
intel/fs: Implement extended strides greater than 4 for IR source regions.
Francisco Jerez
2019-02-21
1
-3
/
+10
*
intel/fs: Cap dst-aligned region stride to maximum representable hstride value.
Francisco Jerez
2019-02-21
1
-5
/
+23
*
intel/fs: Lower integer multiply correctly when destination stride equals 4.
Francisco Jerez
2019-02-21
1
-4
/
+8
*
intel/fs: Exclude control sources from execution type and region alignment ca...
Francisco Jerez
2019-02-21
3
-4
/
+68
*
nir: clone instruction set rather than removing individual entries
Timothy Arceri
2019-02-22
1
-3
/
+3
*
genxml: Remove extra space in gen4/45/5 field name
Jordan Justen
2019-02-21
3
-15
/
+15
[next]