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
*
swr/rast: Add translation support to streamout
Alok Hota
2019-02-15
12
-37
/
+106
*
swr/rast: simdlib cleanup, clipper stack space fixes
Alok Hota
2019-02-15
13
-135
/
+127
*
swr/rast: convert DWORD->uint32_t, QWORD->uint64_t
Alok Hota
2019-02-15
5
-25
/
+25
*
swr/rast: Refactor scratch space variable names
Alok Hota
2019-02-15
4
-14
/
+14
*
swr/rast: FP consistency between POSH/RENDER pipes
Alok Hota
2019-02-15
4
-11
/
+33
*
swr/rast: Move knob defaults to generated cpp file
Alok Hota
2019-02-15
2
-7
/
+14
*
swr/rast: Flip BitScanReverse index calculation
Alok Hota
2019-02-15
1
-2
/
+2
*
swr/rast: Correctly align 64-byte spills/fills
Alok Hota
2019-02-15
1
-2
/
+2
*
swr/rast: Disable use of __forceinline by default
Alok Hota
2019-02-15
1
-1
/
+12
*
swr/rast: Convert system memory pointers to gfxptr_t
Alok Hota
2019-02-15
6
-3
/
+18
*
gallium/auxiliary/vl: Add video compositor compute shader render
James Zhu
2019-02-15
2
-28
/
+83
*
gallium/auxiliary/vl: Add compute shader to support video compositor render
James Zhu
2019-02-15
5
-0
/
+469
*
gallium/auxiliary/vl: Rename csc_matrix and increase its size.
James Zhu
2019-02-15
3
-7
/
+7
*
gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor API
James Zhu
2019-02-15
5
-688
/
+821
*
gallium/auxiliary/vl: Move dirty define to header file
James Zhu
2019-02-15
2
-9
/
+8
*
virgl: use virgl_transfer_inline_write even less
Gurchetan Singh
2019-02-15
1
-1
/
+1
*
virgl: use transfer queue
Gurchetan Singh
2019-02-15
5
-18
/
+36
*
virgl: introduce transfer queue
Gurchetan Singh
2019-02-15
5
-0
/
+390
*
virgl: add encoder functions for new protocol
Gurchetan Singh
2019-02-15
2
-0
/
+28
*
virgl: make winsys modifications for encoded transfers
Gurchetan Singh
2019-02-15
5
-6
/
+21
*
virgl: add extra checks in virgl_res_needs_flush_wait
Gurchetan Singh
2019-02-15
1
-4
/
+9
*
virgl: pass virgl transfer to virgl_res_needs_flush_wait
Gurchetan Singh
2019-02-15
5
-14
/
+22
*
virgl: keep track of number of computations
Gurchetan Singh
2019-02-15
2
-3
/
+3
*
virgl: limit command length to 16 bits
Gurchetan Singh
2019-02-15
2
-5
/
+8
*
virgl: use virgl_transfer in inline write
Gurchetan Singh
2019-02-15
1
-26
/
+40
*
virgl: add protocol for resource transfers
Gurchetan Singh
2019-02-15
2
-0
/
+12
*
virgl: when creating / freeing transfers, pass slab pool directly
Gurchetan Singh
2019-02-15
4
-14
/
+14
*
virgl: unmap uploader at flush time
Gurchetan Singh
2019-02-15
1
-2
/
+3
*
virgl: make alignment smaller when uploading index user buffers
Gurchetan Singh
2019-02-15
1
-1
/
+1
*
virgl: track level cleanliness rather than resource cleanliness
Gurchetan Singh
2019-02-15
6
-14
/
+20
*
virgl: don't mark unclean after a flush
Gurchetan Singh
2019-02-15
1
-1
/
+0
*
virgl: use virgl_resource_dirty helper
Gurchetan Singh
2019-02-15
6
-16
/
+19
*
virgl: add ability to do finer grain dirty tracking
Gurchetan Singh
2019-02-15
8
-13
/
+15
*
panfrost: Improve logging and patch memory leaks
Alyssa Rosenzweig
2019-02-15
2
-49
/
+48
*
panfrost: Don't align framebuffer dims
Alyssa Rosenzweig
2019-02-15
1
-2
/
+2
*
panfrost: Implement PIPE_QUERY_OCCLUSION_COUNTER
Alyssa Rosenzweig
2019-02-15
1
-1
/
+8
*
panfrost: Identify MALI_OCCLUSION_PRECISE bit
Alyssa Rosenzweig
2019-02-15
2
-5
/
+7
*
panfrost: Backport driver to Mali T600/T700
Alyssa Rosenzweig
2019-02-15
6
-262
/
+340
*
panfrost: Fix build; depend on libdrm
Alyssa Rosenzweig
2019-02-15
1
-0
/
+1
*
swr: set PIPE_CAP_MAX_VARYINGS correctly
Ilia Mirkin
2019-02-14
1
-0
/
+2
*
etnaviv: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
st/dri: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
41
-44
/
+45
*
nir: Move panfrost's isign lowering to nir_opt_algebraic.
Eric Anholt
2019-02-14
2
-1
/
+1
*
gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen
Alok Hota
2019-02-13
1
-0
/
+3
*
freedreno/a6xx: Fix point coord
Kristian H. Kristensen
2019-02-13
3
-8
/
+4
*
freedreno/a6xx: Front facing needs UNK3 bit
Kristian H. Kristensen
2019-02-13
1
-2
/
+5
*
freedreno/a6xx: Update headers
Kristian H. Kristensen
2019-02-13
2
-7
/
+7
*
freedreno/a6xx: Clean up mixed use of swap and swizzle for texture state
Kristian H. Kristensen
2019-02-13
2
-39
/
+28
*
freedreno/a6xx: small compiler warning fix
Rob Clark
2019-02-13
1
-0
/
+2
[next]