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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/midgard: Implement fpow
Alyssa Rosenzweig
2019-03-14
4
-1
/
+4
*
panfrost: Compute viewport state on the fly
Alyssa Rosenzweig
2019-03-14
2
-71
/
+38
*
panfrost; Disable AFBC for depth buffers
Alyssa Rosenzweig
2019-03-14
2
-4
/
+7
*
panfrost: Allocate extra data for depth buffer
Alyssa Rosenzweig
2019-03-14
1
-0
/
+5
*
panfrost: Comment spelling fix
Alyssa Rosenzweig
2019-03-14
1
-1
/
+1
*
panfrost/mfbd: Respect per-job depth write flag
Alyssa Rosenzweig
2019-03-14
4
-20
/
+42
*
panfrost/mfbd: Implement linear depth buffers
Alyssa Rosenzweig
2019-03-14
1
-10
/
+9
*
panfrost: Minor comment cleanup (version detection)
Alyssa Rosenzweig
2019-03-14
1
-2
/
+3
*
panfrost: Remove staging MFBD
Alyssa Rosenzweig
2019-03-14
2
-109
/
+98
*
panfrost: Remove staging SFBD for pan_context
Alyssa Rosenzweig
2019-03-14
4
-39
/
+30
*
panfrost: Break out fragment to SFBD/MFBD files
Alyssa Rosenzweig
2019-03-14
7
-378
/
+520
*
freedreno: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-16
/
+4
*
vc4: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
v3d: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
iris: Don't mutate box in transfer map code
Kenneth Graunke
2019-03-13
1
-37
/
+28
*
virgl: use uint16_t mask instead of separate booleans
Gurchetan Singh
2019-03-13
8
-111
/
+106
*
iris: Enable auxiliary buffer support again
Rafael Antognolli
2019-03-13
1
-3
/
+0
*
iris: Convert RGBX to RGBA always.
Rafael Antognolli
2019-03-13
1
-14
/
+27
*
iris: Add resolve on iris_flush_resource.
Rafael Antognolli
2019-03-13
1
-19
/
+19
*
iris: Use streaming loads to read from tiled surfaces
Chris Wilson
2019-03-13
2
-2
/
+5
*
iris: Use coherent allocation for PIPE_RESOURCE_STAGING
Chris Wilson
2019-03-13
3
-1
/
+24
*
iris: Use PIPE_BUFFER_STAGING for the query objects
Chris Wilson
2019-03-13
1
-1
/
+1
*
panfrost: Set bo->gem_handle when creating a linear BO
Tomeu Vizoso
2019-03-13
1
-1
/
+3
*
panfrost: Set bo->size[0] in the DRM backend
Tomeu Vizoso
2019-03-13
1
-5
/
+5
*
v3d: Fix leak of the renderonly struct on screen destruction.
Eric Anholt
2019-03-12
1
-0
/
+1
*
v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.
Eric Anholt
2019-03-12
1
-0
/
+3
*
radeonsi/nir: Use nir stripping pass
Connor Abbott
2019-03-12
1
-0
/
+5
*
iris: Flag fewer dirty bits in BLORP
Sagar Ghuge
2019-03-11
1
-3
/
+27
*
panfrost: Identify fragment_extra flags
Alyssa Rosenzweig
2019-03-12
3
-10
/
+30
*
panfrost: Document "depth-buffer writeback" bit
Alyssa Rosenzweig
2019-03-12
2
-1
/
+9
*
panfrost: Support linear depth textures
Alyssa Rosenzweig
2019-03-12
1
-2
/
+4
*
panfrost: Allocate dedicated slab for linear BOs
Alyssa Rosenzweig
2019-03-12
2
-15
/
+22
*
panfrost: Determine framebuffer format bits late
Alyssa Rosenzweig
2019-03-12
1
-17
/
+42
*
panfrost: Delay color buffer setup
Alyssa Rosenzweig
2019-03-12
1
-43
/
+50
*
panfrost: Combine has_afbc/tiled in layout enum
Alyssa Rosenzweig
2019-03-12
3
-24
/
+64
*
panfrost: Cleanup needless if in create_bo
Alyssa Rosenzweig
2019-03-12
1
-30
/
+26
*
gallium/winsys/kms: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
drisw: fix incomplete type compilation failure
Brian Paul
2019-03-11
1
-0
/
+1
*
panfrost: Add support for PAN_MESA_DEBUG
Tomeu Vizoso
2019-03-12
6
-27
/
+88
*
panfrost/midgard: Add support for MIDGARD_MESA_DEBUG
Tomeu Vizoso
2019-03-12
2
-22
/
+50
*
iris: Fix write enable in pinning of depth/stencil resources
Kenneth Graunke
2019-03-11
1
-12
/
+14
*
iris: Refactor depth/stencil buffer pinning into a helper.
Kenneth Graunke
2019-03-11
1
-37
/
+28
*
iris: Move depth/stencil flushes so they actually do something
Kenneth Graunke
2019-03-11
2
-4
/
+5
*
st/dri: allow direct UYVY import
Christian Gmeiner
2019-03-11
1
-0
/
+2
*
iris: Fix TES gl_PatchVerticesIn handling.
Kenneth Graunke
2019-03-11
2
-3
/
+11
*
iris: Rework default tessellation level uploads
Kenneth Graunke
2019-03-11
2
-39
/
+33
*
iris: Face should be a system value.
Timur Kristóf
2019-03-11
1
-0
/
+1
*
vc4: Switch the post-RA scheduler over to the DAG datastructure.
Eric Anholt
2019-03-11
1
-110
/
+73
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
1
-3
/
+3
*
vc4: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
[next]