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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Add MALI_SAMP_NORM_COORDS flag
Alyssa Rosenzweig
2019-07-31
3
-3
/
+8
*
panfrost: Simplify filter_mode definition
Alyssa Rosenzweig
2019-07-31
3
-41
/
+28
*
pan/midgard: Shrink "compute FBD"
Alyssa Rosenzweig
2019-07-31
1
-1
/
+1
*
panfrost: Flip texture/sampler fields
Alyssa Rosenzweig
2019-07-31
2
-2
/
+2
*
panfrost: Add MALI_ATTR_IMAGE value
Alyssa Rosenzweig
2019-07-31
2
-0
/
+7
*
st/dri: simplify dri_get_egl_image by reusing dri2_format_table
Mike Blumenkrantz
2019-07-31
3
-42
/
+25
*
gallium: add handling for YUV planar surfaces
Mike Blumenkrantz
2019-07-31
8
-84
/
+328
*
gallium: add AYUV and XYUV formats
Mike Blumenkrantz
2019-07-31
5
-0
/
+102
*
pan/midgard: Simplify discard logic
Alyssa Rosenzweig
2019-07-31
1
-17
/
+1
*
pan/midgard: Add units for more instructions
Alyssa Rosenzweig
2019-07-31
2
-6
/
+6
*
pan/midgard: Fix ball/bany opcode table
Alyssa Rosenzweig
2019-07-31
2
-17
/
+22
*
pan/midgard: Document branch combination LUT
Alyssa Rosenzweig
2019-07-31
3
-5
/
+25
*
st/mesa: Skip scissor rect updates when scissor is entirely disabled.
Kenneth Graunke
2019-07-31
1
-0
/
+3
*
egl/drm: ensure the backing gbm is set before using it
Emil Velikov
2019-07-31
1
-1
/
+1
*
docs: update required meson version
Eric Engestrom
2019-07-31
1
-1
/
+1
*
radv/gfx10: implement a GE bug workaround
Samuel Pitoiset
2019-07-31
1
-4
/
+23
*
radv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
Samuel Pitoiset
2019-07-31
1
-6
/
+0
*
radv/gfx10: disable LATE_ALLOC_GS on Navi14
Samuel Pitoiset
2019-07-31
1
-1
/
+8
*
radv/gfx10: implement a bug workaround for GE_PC_ALLOC
Samuel Pitoiset
2019-07-31
2
-17
/
+13
*
radv/gfx10: implement a bug workaround for NGG -> legacy transitions
Samuel Pitoiset
2019-07-31
2
-2
/
+21
*
radv: skip draw calls with 0-sized index buffers
Samuel Pitoiset
2019-07-31
1
-0
/
+6
*
autotools: delete leftover script wrapper
Eric Engestrom
2019-07-31
1
-16
/
+0
*
virgl: make use of local variable
Eric Engestrom
2019-07-31
1
-1
/
+1
*
mesa: add an ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
compiler/nir: add an ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel: add a couple of ASSERTED
Eric Engestrom
2019-07-31
3
-3
/
+3
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
81
-145
/
+162
*
r600: replace MAYBE_UNUSED with specific #ifdef
Eric Engestrom
2019-07-31
1
-2
/
+2
*
gallium/aux: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
2
-3
/
+3
*
mesa: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
v3d: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
2
-5
/
+5
*
v3d: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
st/tests: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
radv: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
r600: move variable to proper scope
Eric Engestrom
2019-07-31
1
-2
/
+1
*
compiler: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
5
-6
/
+6
*
mesa: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-3
/
+1
*
anv: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-4
/
+1
*
i965: drop unused MAYBE_UNUSED function
Eric Engestrom
2019-07-31
1
-11
/
+1
*
i965: replace MAYBE_UNUSED with GEN condition
Eric Engestrom
2019-07-31
1
-1
/
+2
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
5
-10
/
+10
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
6
-9
/
+9
*
egl: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
radv/gfx10: add Wave32 support for compute shaders
Samuel Pitoiset
2019-07-31
7
-6
/
+53
*
iris: Skip repeated depth buffer disables.
Kenneth Graunke
2019-07-30
1
-2
/
+4
*
radeonsi: release NIR in the right place to fix crashes
Marek Olšák
2019-07-30
1
-1
/
+1
*
radeonsi: fix packing of key.mono.u.ps
Marek Olšák
2019-07-30
1
-3
/
+3
*
ac/nir: fix incorrect Phis if callbacks use control flow inside control flow
Marek Olšák
2019-07-30
1
-2
/
+2
*
ac/nir: handle abs modifier
Marek Olšák
2019-07-30
1
-11
/
+30
*
ac: fix a memory leak in the error path of ac_build_type_name_for_intr
Marek Olšák
2019-07-30
1
-0
/
+1
[next]