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
...
*
nv50/ir/nir: add skeleton for nir_intrinsic_instr
Karol Herbst
2019-03-17
1
-0
/
+17
*
nv50/ir/nir: implement nir_load_const_instr
Karol Herbst
2019-03-17
1
-0
/
+28
*
nv50/ir/nir: parse NIR shader info
Karol Herbst
2019-03-17
1
-3
/
+320
*
nv50/ir/nir: add loadFrom and storeTo helpler
Karol Herbst
2019-03-17
1
-0
/
+72
*
nv50/ir/nir: run assignSlots
Karol Herbst
2019-03-17
1
-0
/
+642
*
nv50/ir/nir: add nir type helper functions
Karol Herbst
2019-03-17
1
-0
/
+127
*
nv50/ir/nir: track defs and provide easy access functions
Karol Herbst
2019-03-17
1
-0
/
+150
*
nv50/ir/nir: run some passes to make the conversion easier
Karol Herbst
2019-03-17
1
-0
/
+42
*
nouveau: fix nir and TGSI shader cache collision
Karol Herbst
2019-03-17
2
-1
/
+10
*
nouveau: add support for nir
Karol Herbst
2019-03-17
15
-23
/
+327
*
nv50/ir: add lowering helper
Karol Herbst
2019-03-17
4
-0
/
+332
*
nv50/ir: move common converter code in base class
Karol Herbst
2019-03-17
5
-103
/
+172
*
nvc0: print the shader type when dumping headers
Karol Herbst
2019-03-17
1
-0
/
+1
*
radeonsi: Remove implicit const cast.
Bas Nieuwenhuizen
2019-03-17
1
-1
/
+1
*
softpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Gert Wollny
2019-03-15
1
-1
/
+1
*
gallium/auxiliary/vl: Change weave compute shader implementation
James Zhu
2019-03-15
1
-17
/
+62
*
gallium/auxiliary/vl: Change grid setting
James Zhu
2019-03-15
1
-4
/
+5
*
gallium/auxiliary/vl: Increase shader_params size
James Zhu
2019-03-15
2
-2
/
+9
*
omx: add a compute path in enc_LoadImage_common
Marek Olšák
2019-03-15
4
-37
/
+196
*
omx: clean up enc_LoadImage_common
Marek Olšák
2019-03-15
1
-16
/
+37
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
8
-35
/
+35
*
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
[prev]
[next]