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
*
iris: add missing fallthrough comment
Timothy Arceri
2020-07-02
1
-0
/
+1
*
gallivm: add missing break
Timothy Arceri
2020-07-02
1
-0
/
+1
*
llvmpipe: add missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
gallium,util: undef ALIGN on FreeBSD to prevent name clash
Greg V
2020-07-01
1
-0
/
+6
*
iris: Explicitly cast value to uint64_t
Emmanuel
2020-07-01
1
-2
/
+2
*
freedreno/a6xx: set missing bary sysvals
Jonathan Marek
2020-07-01
1
-30
/
+40
*
freedreno/a5xx: set missing bary sysvals
Jonathan Marek
2020-07-01
1
-10
/
+25
*
freedreno/a4xx: fake LINEAR_PIXEL varying support for u_blitter
Jonathan Marek
2020-07-01
1
-1
/
+11
*
freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvals
Jonathan Marek
2020-07-01
3
-4
/
+22
*
freedreno/registers: update varying-related registers
Jonathan Marek
2020-07-01
4
-18
/
+18
*
gallium/docs: remove unused imgmath extension
Erik Faye-Lund
2020-07-01
1
-1
/
+1
*
gallium/docs: remove non-existent static dir
Erik Faye-Lund
2020-07-01
1
-1
/
+1
*
gallium/docs: prefix exts dir with underscore
Erik Faye-Lund
2020-07-01
2
-1
/
+1
*
gallium/docs: use none for highlight_language
Erik Faye-Lund
2020-07-01
2
-2
/
+2
*
gallium/docs: remove reference to non-existent label
Erik Faye-Lund
2020-07-01
1
-1
/
+1
*
gallium/docs: fixup formatting of numbered lists
Erik Faye-Lund
2020-07-01
1
-3
/
+6
*
gallium/docs: update to recent sphinx
Erik Faye-Lund
2020-07-01
1
-2
/
+2
*
draw/llvm: fix big-endian mask adjusting
Dave Airlie
2020-07-01
1
-6
/
+6
*
llvmpipe: fix occlusion queries on big-endian.
Dave Airlie
2020-07-01
1
-0
/
+4
*
gallivm/nir: fix big-endian 64-bit splitting/merging.
Dave Airlie
2020-07-01
2
-0
/
+20
*
meson: Revert commit overriding C++ standard with gnu++11 on ppc64el
Frédéric Bonnard
2020-06-30
1
-4
/
+0
*
clover: Fix types collision between c++ and altivec
Frédéric Bonnard
2020-06-30
1
-0
/
+5
*
panfrost: Do fine-grained flushing for occlusion query results
Icecream95
2020-06-30
2
-3
/
+9
*
freedreno/a4xx: fix *_NONE enum conversion
Shawn Guo
2020-06-30
2
-8
/
+8
*
radeonsi: add a debug option to enable NGG culling for tessellation
Marek Olšák
2020-06-30
4
-8
/
+15
*
radeonsi: don't try to enable NGG culling for GS
Marek Olšák
2020-06-30
1
-1
/
+2
*
radeonsi: always use Wave64 for HS/GS/VS shader stages (except GS fast launch)
Marek Olšák
2020-06-30
1
-4
/
+8
*
radeonsi: always use Wave32 for GS fast launch, because Wave64 hangs
Marek Olšák
2020-06-30
4
-6
/
+19
*
radeonsi: fix NGG culling for Wave64
Marek Olšák
2020-06-30
4
-14
/
+23
*
radeonsi: don't flush in fence_server_sync
Marek Olšák
2020-06-30
1
-5
/
+8
*
radeonsi: bump SI_NUM_SHADER_BUFFERS to 32
Pierre-Eric Pelloux-Prayer
2020-06-30
5
-35
/
+40
*
zink: set lower_uadd_carry in nir options
Mike Blumenkrantz
2020-06-29
1
-0
/
+1
*
v3d: Fix -Wmaybe-uninitialized compiler warning in the v33 code.
Eric Anholt
2020-06-29
1
-2
/
+4
*
v3d: Enable PIPE_CAP_TGSI_TEXCOORD.
Eric Anholt
2020-06-29
1
-0
/
+1
*
vc4: Enable PIPE_CAP_TGSI_TEXCOORD.
Eric Anholt
2020-06-29
3
-18
/
+7
*
gallium/util: Add a helper function for point sprite handling.
Eric Anholt
2020-06-29
1
-0
/
+19
*
frontends/va: Handle dynamic resolution/SVC for VP9
Satyajit Sahu
2020-06-29
2
-6
/
+16
*
gallivm/nir: fix const loading on big endian systems
Dave Airlie
2020-06-29
1
-1
/
+1
*
rbug: Fix rbug_delete_vs_state lock acquisition.
Vinson Lee
2020-06-27
1
-1
/
+1
*
v3d: moving v3d simulator to src/broadcom
Alejandro Piñeiro
2020-06-27
8
-1181
/
+5
*
iris: Implement pipe->texture_subdata directly
Kenneth Graunke
2020-06-26
1
-1
/
+79
*
freedreno/ir3: disk-cache support
Rob Clark
2020-06-26
1
-0
/
+14
*
freedreno/ir3: build binning variant at same time as draw variant
Rob Clark
2020-06-26
1
-4
/
+8
*
freedreno/a6xx+ir3: stop generating pointless binning shaders
Rob Clark
2020-06-26
2
-12
/
+8
*
freedreno/ir3: add ir3_compiler_destroy()
Rob Clark
2020-06-26
1
-1
/
+4
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
6
-0
/
+19
*
freedreno/ir3: add ir3_finalize_nir()
Rob Clark
2020-06-26
1
-1
/
+1
*
zink: use OpFUnordNotEqual for nir_op_fne
Mike Blumenkrantz
2020-06-26
1
-1
/
+1
*
zink: set lower_mul_high and lower_rotate in ntv compiler options
Mike Blumenkrantz
2020-06-26
1
-0
/
+2
*
zink: handle isign alu in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
[next]