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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: pass the context to query destroy functions
Nicolai Hähnle
2019-07-03
3
-11
/
+10
*
radeonsi: make si_restore_qbo_state externally available
Nicolai Hähnle
2019-07-03
3
-14
/
+14
*
radeonsi: make get_primitive_id externally visible
Nicolai Hähnle
2019-07-03
2
-5
/
+7
*
radeonsi: make si_llvm_export_vs externally available
Nicolai Hähnle
2019-07-03
2
-12
/
+17
*
radeonsi: various si_translate_*format functions only apply to pre-gfx10
Nicolai Hähnle
2019-07-03
1
-0
/
+6
*
radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappings
Marek Olšák
2019-07-03
4
-154
/
+52
*
radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabled
Pierre-Eric Pelloux-Prayer
2019-07-03
1
-1
/
+2
*
virgl: Clear the valid buffer range when possible
Alexandros Frantzis
2019-07-03
2
-0
/
+24
*
swr/swr: Enable ARB_viewport_array
Jan Zielinski
2019-07-03
7
-48
/
+60
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
4
-6
/
+8
*
iris: assert isl_surf_init success in resource_from_handle
Mike Blumenkrantz
2019-07-02
1
-14
/
+15
*
nouveau: handle new CAPS
Karol Herbst
2019-07-02
2
-0
/
+26
*
panfrost: Pass referenced BOs to the SUBMIT ioctls
Boris Brezillon
2019-07-02
1
-19
/
+27
*
panfrost: Make SLAB pool creation rely on BO helpers
Boris Brezillon
2019-07-02
7
-110
/
+56
*
panfrost: Add the panfrost_drm_{create,release}_bo() helpers
Boris Brezillon
2019-07-02
3
-29
/
+70
*
panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()
Boris Brezillon
2019-07-02
1
-21
/
+30
*
panfrost: Avoid passing winsys handles to import/export BO funcs
Boris Brezillon
2019-07-02
3
-19
/
+20
*
panfrost: Move BO meta-data out of panfrost_bo
Boris Brezillon
2019-07-02
6
-94
/
+98
*
panfrost: Stop exposing internal panfrost_drm_*() functions
Boris Brezillon
2019-07-02
2
-7
/
+2
*
panfrost: Get rid of the "free imported BO" logic
Boris Brezillon
2019-07-02
4
-37
/
+8
*
panfrost: Get rid of the panfrost_driver abstraction leftovers
Boris Brezillon
2019-07-02
3
-35
/
+0
*
panfrost: Move scanout res creation out of panfrost_resource_create()
Boris Brezillon
2019-07-02
1
-32
/
+41
*
panfrost: Add the sampled texture BO to the job
Boris Brezillon
2019-07-02
1
-0
/
+4
*
iris: Defer closing and freeing VMA until buffers are idle.
Kenneth Graunke
2019-07-02
1
-10
/
+51
*
iris: Add an explicit alignment parameter to iris_bo_alloc_tiled().
Kenneth Graunke
2019-07-02
3
-12
/
+19
*
v3d: do not flush jobs that are synced with 'Wait for transform feedback'
Iago Toral Quiroga
2019-07-02
5
-20
/
+61
*
v3d: emit 'Wait for transform feedback' commands when needed
Iago Toral Quiroga
2019-07-02
1
-0
/
+120
*
v3d: keep track of resources written by transform feedback
Iago Toral Quiroga
2019-07-02
3
-2
/
+15
*
iris: Use MI_COPY_MEM_MEM for tiny resource_copy_region calls.
Kenneth Graunke
2019-07-01
1
-0
/
+27
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
6
-0
/
+7
*
panfrost: Implement instanced rendering
Alyssa Rosenzweig
2019-07-01
9
-60
/
+568
*
panfrost/decode: Compute padded_num_vertices for MODULO
Alyssa Rosenzweig
2019-07-01
1
-2
/
+12
*
panfrost/midgard: Emit type appropriate ld_vary
Alyssa Rosenzweig
2019-07-01
1
-2
/
+19
*
panfrost/midgard: Add unsigned ld/st ops
Alyssa Rosenzweig
2019-07-01
3
-1
/
+11
*
panfrost/midgard: Use the appropriate ld_attr type
Alyssa Rosenzweig
2019-07-01
1
-0
/
+20
*
panfrost: Implement dispatch helpers
Alyssa Rosenzweig
2019-07-01
4
-13
/
+165
*
panfrost: Remove ancient comment
Alyssa Rosenzweig
2019-07-01
1
-3
/
+0
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
7
-0
/
+8
*
etnaviv: blt: blit with the original format when possible
Jonathan Marek
2019-06-29
1
-7
/
+11
*
etnaviv: clear all bits for 24bpp depth without stencil
Jonathan Marek
2019-06-29
1
-1
/
+1
*
android: virgl: fix generated virgl_driinfo.h building rules
Mauro Rossi
2019-06-29
1
-2
/
+8
*
panfrost: Allow R11G11B10 rendering
Alyssa Rosenzweig
2019-06-28
2
-4
/
+15
*
panfrost: Default to util_pack_color for clears
Alyssa Rosenzweig
2019-06-28
1
-2
/
+7
*
Revert "meson: Add support for using cmake for finding LLVM"
Dylan Baker
2019-06-28
1
-8
/
+5
*
panfrost: Disable DXT-style texture compression
Alyssa Rosenzweig
2019-06-28
1
-3
/
+1
*
panfrost: Dump unknown formats before aborting
Alyssa Rosenzweig
2019-06-28
1
-0
/
+1
*
panfrost/midgard: Fix 3D texture regression
Alyssa Rosenzweig
2019-06-28
1
-1
/
+2
*
panfrost: Add some special formats
Alyssa Rosenzweig
2019-06-28
3
-0
/
+7
*
panfrost/midgard: Implement integer sampler
Alyssa Rosenzweig
2019-06-28
3
-8
/
+42
*
panfrost: Remove dubious assert
Alyssa Rosenzweig
2019-06-28
1
-3
/
+0
[next]