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
*
st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFER
Kenneth Graunke
2019-10-05
1
-2
/
+4
*
r600: Fix interpolateAtCentroid
Gert Wollny
2019-10-04
4
-1
/
+14
*
panfrost: Get rid of the flush in panfrost_set_framebuffer_state()
Boris Brezillon
2019-10-03
1
-43
/
+3
*
panfrost: Kill the explicit serialization in panfrost_batch_submit()
Boris Brezillon
2019-10-03
1
-12
/
+0
*
panfrost: Do fine-grained flushing when preparing BO for CPU accesses
Boris Brezillon
2019-10-03
2
-19
/
+12
*
panfrost: Make sure the BO is 'ready' when picked from the cache
Boris Brezillon
2019-10-03
3
-24
/
+110
*
panfrost: Add flags to reflect the BO imported/exported state
Boris Brezillon
2019-10-03
2
-2
/
+8
*
panfrost: Add a panfrost_flush_batches_accessing_bo() helper
Boris Brezillon
2019-10-03
2
-0
/
+35
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
5
-15
/
+64
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
5
-58
/
+59
*
panfrost: Start tracking inter-batch dependencies
Boris Brezillon
2019-10-03
3
-5
/
+356
*
panfrost: Add a panfrost_freeze_batch() helper
Boris Brezillon
2019-10-03
1
-18
/
+44
*
panfrost: Use the per-batch fences to wait on the last submitted batch
Boris Brezillon
2019-10-03
4
-15
/
+47
*
panfrost: Add a batch fence
Boris Brezillon
2019-10-03
2
-1
/
+94
*
panfrost: Make panfrost_batch->bos a hash table
Boris Brezillon
2019-10-03
2
-12
/
+23
*
panfrost: Extend the panfrost_batch_add_bo() API to pass access flags
Boris Brezillon
2019-10-03
8
-23
/
+114
*
panfrost: Add the shader BO to the batch in patch_shader_state()
Boris Brezillon
2019-10-03
1
-6
/
+5
*
virgl: honor winsys supplied metadata
Gurchetan Singh
2019-10-02
1
-1
/
+6
*
virgl: modify internal structures to track winsys-supplied data
Gurchetan Singh
2019-10-02
2
-43
/
+52
*
virgl: modify resource_create_from_handle(..) callback
Gurchetan Singh
2019-10-02
3
-3
/
+18
*
virgl: remove stride from virgl_hw_res
Gurchetan Singh
2019-10-02
2
-3
/
+0
*
etnaviv: enable triangle strips only when the hardware supports it
Gert Wollny
2019-10-02
1
-1
/
+7
*
meson: remove -DGALLIUM_SOFTPIPE from st/osmesa
Dylan Baker
2019-10-01
1
-1
/
+0
*
haiku: fix Mesa build
Ken Mays
2019-10-01
3
-28
/
+18
*
iris: Enable EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+1
*
gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
Caio Marcelo de Oliveira Filho
2019-09-30
3
-0
/
+5
*
iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.
Kenneth Graunke
2019-09-30
1
-2
/
+6
*
ac: add ac_build_image_get_sample_count from radeonsi
Marek Olšák
2019-09-30
1
-17
/
+7
*
tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodes
Marek Olšák
2019-09-30
1
-0
/
+3
*
meson: gallium media state trackers require libdrm with x11
Dylan Baker
2019-09-30
4
-8
/
+14
*
iris: Disable CCS_E for 32-bit floating point textures.
Kenneth Graunke
2019-09-30
1
-1
/
+23
*
radeonsi/gfx10: fix corruption for chips with harvested TCCs
Marek Olšák
2019-09-30
1
-2
/
+6
*
radeonsi/gfx10: fix L2 cache rinse programming
Marek Olšák
2019-09-30
1
-5
/
+17
*
etnaviv: fix bitmask typo
Eric Engestrom
2019-09-30
1
-1
/
+1
*
nouveau: set lower_sub = true
Daniel Schürmann
2019-09-30
3
-6
/
+2
*
vc4: Enable the nir_opt_algebraic_late() pass.
Eric Anholt
2019-09-30
1
-0
/
+15
*
scons: Fix MSYS2 Mingw-w64 build.
pal1000
2019-09-29
1
-2
/
+2
*
lima: set uniforms_address lower bits properly
Vasily Khoruzhick
2019-09-28
1
-0
/
+8
*
etnaviv: nir: fix gl_FragDepth
Jonathan Marek
2019-09-28
1
-3
/
+17
*
etnaviv: disable earlyZ when shader writes fragment depth
Jonathan Marek
2019-09-28
3
-3
/
+8
*
etnaviv: nir: make lower_alu easier to follow
Jonathan Marek
2019-09-28
1
-32
/
+36
*
etnaviv: remove extra allocation for shader code
Jonathan Marek
2019-09-28
1
-1
/
+1
*
etnaviv: nir: remove "options" struct
Jonathan Marek
2019-09-28
2
-41
/
+24
*
etnaviv: nir: use store_deref instead of store_output
Jonathan Marek
2019-09-28
2
-70
/
+59
*
etnaviv: nir: add native integers (HALTI2+)
Jonathan Marek
2019-09-28
5
-34
/
+170
*
qetnaviv: nir: use new immediates when possible
Jonathan Marek
2019-09-28
1
-1
/
+21
*
etnaviv: nir: set num_components for inputs/outputs
Jonathan Marek
2019-09-28
1
-3
/
+3
*
etnaviv: nir: allocate contiguous components for LOAD destination
Jonathan Marek
2019-09-28
1
-8
/
+53
*
etnaviv: nir: fix gl_FrontFacing
Jonathan Marek
2019-09-28
3
-1
/
+9
*
lima: do not set the PP uniforms address lowest bits
Icenowy Zheng
2019-09-28
1
-1
/
+0
[next]