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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
egl: Remove the 565 pbuffer-only EGL config under X11.
Andres Gomez
2019-10-03
1
-93
/
+4
*
anv/block_pool: Align anv_block_pool state to 64 bits.
Rafael Antognolli
2019-10-03
1
-2
/
+8
*
loader/dri3: do not blit outside old/new buffers
Erik Faye-Lund
2019-10-03
1
-1
/
+3
*
intel/isl/icl: Use halign 8 instead of 4 hw workaround
Anuj Phogat
2019-10-03
1
-8
/
+21
*
ac/nir: remove unused code for nir_op_{fmod,frem}
Samuel Pitoiset
2019-10-03
1
-14
/
+0
*
radv: enable lower_fmod for the LLVM path
Samuel Pitoiset
2019-10-03
1
-0
/
+1
*
egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure
Adam Jackson
2019-10-03
1
-3
/
+2
*
radv: Fix warning in 32-bit build.
Bas Nieuwenhuizen
2019-10-03
1
-2
/
+3
*
radv: Fix condition for skipping the continue CS.
Bas Nieuwenhuizen
2019-10-03
1
-1
/
+2
*
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
*
intel: fix topology query
Lionel Landwerlin
2019-10-02
1
-0
/
+3
*
radv/gfx10: fix the ESGS ring size symbol
Samuel Pitoiset
2019-10-02
1
-19
/
+1
*
radv: fix build
Samuel Pitoiset
2019-10-02
1
-1
/
+1
*
Revert "radv: disable viewport clamping even if FS doesn't write Z"
Samuel Pitoiset
2019-10-02
1
-1
/
+3
*
radv: rework the slow depthstencil clear to write depth from PS
Samuel Pitoiset
2019-10-02
1
-6
/
+12
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
4
-1
/
+13
*
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
2019-10-02
1
-12
/
+77
*
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
2019-10-02
1
-0
/
+6
*
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
2019-10-02
1
-8
/
+10
*
radv/gfx10: add missing counter buffer to the BO list
Samuel Pitoiset
2019-10-02
1
-0
/
+2
*
radv/gfx10: add radv_device::use_ngg
Samuel Pitoiset
2019-10-02
3
-3
/
+8
*
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
*
mesa: don't forget to clear _Layer field on texture unit
Lionel Landwerlin
2019-10-01
1
-1
/
+1
*
egl/gbm: Fix config validation
Robin Murphy
2019-10-01
1
-2
/
+4
*
haiku: fix Mesa build
Ken Mays
2019-10-01
4
-31
/
+21
*
egl: Fix implicit declaration of ffs
Kevin Strasser
2019-09-30
1
-0
/
+1
*
intel/tools: Fix aubinator usage of rb_tree.
Rafael Antognolli
2019-09-30
1
-2
/
+2
*
i965: Enable EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+2
*
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
4
-0
/
+6
*
glsl: Add helperInvocationEXT() builtin
Caio Marcelo de Oliveira Filho
2019-09-30
4
-0
/
+48
*
glsl: Parse `demote` statement
Caio Marcelo de Oliveira Filho
2019-09-30
5
-1
/
+49
*
glsl: Add ir_demote
Caio Marcelo de Oliveira Filho
2019-09-30
11
-0
/
+95
*
mesa: Extension boilerplate for EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
4
-0
/
+5
*
iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.
Kenneth Graunke
2019-09-30
1
-2
/
+6
*
ac/nir: fix GLSL imageSamples()
Marek Olšák
2019-09-30
1
-24
/
+4
*
ac: add ac_build_image_get_sample_count from radeonsi
Marek Olšák
2019-09-30
3
-17
/
+28
*
ac/surface: don't allocate FMASK if there is no graphics
Marek Olšák
2019-09-30
1
-2
/
+3
*
tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodes
Marek Olšák
2019-09-30
1
-0
/
+3
[next]