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
*
radeon/uvd: fix poc for hevc encode
Boyuan Zhang
2019-07-26
2
-3
/
+3
*
nir: Optimize umod lowering
Sagar Ghuge
2019-07-26
1
-25
/
+23
*
pan/midgard: Improve scheduling
Alyssa Rosenzweig
2019-07-26
2
-5
/
+9
*
pan/midgard: Specialize mod checking by type when checking constants
Alyssa Rosenzweig
2019-07-26
3
-7
/
+13
*
pan/midgard: Use more aggressive writeout criteria
Alyssa Rosenzweig
2019-07-26
1
-4
/
+14
*
pan/midgard: Pipeline non-SSA registers
Alyssa Rosenzweig
2019-07-26
1
-6
/
+28
*
pan/midgard: Add mir_mask_of_read_components helper
Alyssa Rosenzweig
2019-07-26
2
-0
/
+41
*
pan/midgard: Add mir_is_written_before helper
Alyssa Rosenzweig
2019-07-26
2
-0
/
+20
*
pan/midgard: Obey fragment writeout criteria
Alyssa Rosenzweig
2019-07-26
1
-8
/
+70
*
pan/midgard: Add post-RA move elimination
Alyssa Rosenzweig
2019-07-26
3
-0
/
+56
*
pan/midgard: Share mir_nontrivial_outmod
Alyssa Rosenzweig
2019-07-26
3
-16
/
+17
*
pan/midgard: Implement texture RA
Alyssa Rosenzweig
2019-07-26
5
-143
/
+271
*
pan/midgard: Fix backwards blend color load
Alyssa Rosenzweig
2019-07-26
1
-1
/
+1
*
pan/midgard: Fix scheduling mishap
Alyssa Rosenzweig
2019-07-26
1
-1
/
+1
*
pan/midgard: Fix vector->scalar swizzles
Alyssa Rosenzweig
2019-07-26
1
-5
/
+8
*
pan/midgard: Add dead move elimination pass
Alyssa Rosenzweig
2019-07-26
2
-0
/
+44
*
pan/midgard: Move DCE into its own file
Alyssa Rosenzweig
2019-07-26
4
-22
/
+48
*
pan/midgard: Add mir_rewrite_dst_tag helper
Alyssa Rosenzweig
2019-07-26
2
-0
/
+15
*
pan/midgard: Fix flipped register bias fields
Alyssa Rosenzweig
2019-07-26
3
-23
/
+6
*
pan/midgard: Update RA for cubemap coords
Alyssa Rosenzweig
2019-07-26
3
-10
/
+8
*
anv+tu+radv: delete unusable dev_icd.json
Eric Engestrom
2019-07-26
3
-39
/
+0
*
docs: fix intel_icd.json path
Eric Engestrom
2019-07-26
1
-1
/
+1
*
vulkan/wsi/x11: Increase the effective min. images for mailbox.
Bas Nieuwenhuizen
2019-07-26
1
-2
/
+5
*
vulkan/wsi/x11: Wait for GPU work before present with mailbox.
Bas Nieuwenhuizen
2019-07-26
1
-1
/
+12
*
vulkan/wsi/x11: Allow using thread present-only.
Bas Nieuwenhuizen
2019-07-26
1
-34
/
+51
*
vulkan/wsi: Use one fence per image.
Bas Nieuwenhuizen
2019-07-26
2
-20
/
+26
*
spirv: propagate access qualifiers through ssa & pointer
Lionel Landwerlin
2019-07-26
3
-4
/
+62
*
spirv: wrap push ssa/pointer values
Lionel Landwerlin
2019-07-26
4
-69
/
+89
*
nir: add access to image_deref intrinsics
Lionel Landwerlin
2019-07-26
1
-0
/
+3
*
main: unreference ATIFragmentShader program before creating new one
Yevhenii Kolesnikov
2019-07-26
1
-1
/
+4
*
state_tracker: Add destroying routine for feedback and select stages
Yevhenii Kolesnikov
2019-07-26
1
-2
/
+2
*
v3d: fix glDrawTransformFeedback{Instanced}()
Iago Toral Quiroga
2019-07-26
2
-2
/
+18
*
v3d: subclass pipe_streamout_output_target to record TF vertices written
Iago Toral Quiroga
2019-07-26
3
-8
/
+25
*
v3d: refactor v3d_tf_statistics_record slightly
Iago Toral Quiroga
2019-07-26
1
-7
/
+7
*
Revert "panfrost: Don't DIY point size/coord fields"
Alyssa Rosenzweig
2019-07-25
2
-2
/
+9
*
anv: Disable transform feedback on gen7
Jason Ekstrand
2019-07-25
1
-1
/
+1
*
mesa: Fix GetTextureImage error reporting, again
Pierre-Eric Pelloux-Prayer
2019-07-25
1
-4
/
+20
*
iris: Use gen_mi_builder to handle CS ALU operations.
Kenneth Graunke
2019-07-25
6
-474
/
+151
*
intel/mi: Add a unit test for gen_mi_store_if().
Kenneth Graunke
2019-07-25
1
-0
/
+43
*
intel/mi: Add a new gen_mi_store_if() helper.
Kenneth Graunke
2019-07-25
1
-0
/
+53
*
intel/mi: Add gen_mi_nz() and gen_mi_z() helpers.
Kenneth Graunke
2019-07-25
1
-0
/
+20
*
intel/mi: Add a gen_mi_ior() to go with gen_mi_iand()
Kenneth Graunke
2019-07-25
1
-0
/
+8
*
intel/mi: Optimize away LOAD_REGISTER_REG from a register to itself
Kenneth Graunke
2019-07-25
1
-3
/
+5
*
iris: Make iris_query.c a genxml-compiled file.
Kenneth Graunke
2019-07-25
6
-65
/
+48
*
iris: Move iris_resolve_conditional_render to the vtable.
Kenneth Graunke
2019-07-25
3
-5
/
+8
*
iris: Refactor genxml macros and inlines into iris_genx_macros.h.
Kenneth Graunke
2019-07-25
4
-73
/
+125
*
iris: Make an iris_genx_protos.h header for prototypes.
Kenneth Graunke
2019-07-25
4
-28
/
+74
*
radeonsi: fix DAL hang due to incorrect DCC offset on Raven
Marek Olšák
2019-07-25
1
-1
/
+22
*
anv: Disable subgroup arithmetic on gen7
Jason Ekstrand
2019-07-25
1
-3
/
+10
*
gitlab-ci: Add a shader-db run using v3d on drm-shim.
Eric Anholt
2019-07-25
4
-2
/
+36
[next]