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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Add missing 0x in invocation_count
Alyssa Rosenzweig
2019-06-20
1
-1
/
+1
*
panfrost/decode: Skip decode of fragment backend in non-fragment
Alyssa Rosenzweig
2019-06-20
1
-24
/
+48
*
panfrost/decode: Clip mali_compute_fbd at 64-bytes
Alyssa Rosenzweig
2019-06-20
2
-18
/
+0
*
panfrost/decode: Print COMPUTE uniforms as pointers
Alyssa Rosenzweig
2019-06-20
1
-1
/
+24
*
panfrost/decode: Show int uniforms
Alyssa Rosenzweig
2019-06-20
1
-4
/
+8
*
panfrost/decode: Expand pointers in compute descriptor
Alyssa Rosenzweig
2019-06-20
2
-7
/
+34
*
panfrost/decode: Identify "compute FBD"
Alyssa Rosenzweig
2019-06-20
2
-0
/
+29
*
panfrost: Allocate panfrost_job in panfrost_context
Tomeu Vizoso
2019-06-20
1
-1
/
+1
*
panfrost: Release transient pools
Tomeu Vizoso
2019-06-20
1
-1
/
+7
*
panfrost: ci: Exclude flip-flops from results
Tomeu Vizoso
2019-06-20
1
-1
/
+4
*
svga: Support ARB_buffer_storage
Thomas Hellstrom
2019-06-20
5
-9
/
+33
*
svga: Map vertex- index- and constant buffers ansynchronously when reading
Thomas Hellstrom
2019-06-20
2
-4
/
+9
*
svga: Fix index buffer uploads
Thomas Hellstrom
2019-06-20
6
-172
/
+142
*
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
2019-06-20
3
-2
/
+8
*
virgl: Add debug flag to bypass driconf to enable the BGRA tweaks
Gert Wollny
2019-06-20
2
-0
/
+8
*
virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED
Gert Wollny
2019-06-20
5
-1
/
+12
*
virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA ...
Gert Wollny
2019-06-20
5
-0
/
+9
*
virgl: Add driconf tweak for emulating BGRA surfaces on GLES
Gert Wollny
2019-06-20
3
-0
/
+10
*
virgl: Add override for BGRA format to use swizzled SRGB format
Gert Wollny
2019-06-20
4
-1
/
+27
*
virgl: Add code to accept BGRx_SRGB as RGBx_SRGB
Gert Wollny
2019-06-20
2
-3
/
+23
*
virgl: Add skeleton to evaluate cap and send tweaks
Gert Wollny
2019-06-20
5
-0
/
+31
*
virgl: factor out format host bits check
Gert Wollny
2019-06-20
1
-16
/
+17
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
2
-2
/
+3
*
virgl: Add driinfo file and tie it into the build
Gert Wollny
2019-06-20
3
-2
/
+36
*
ac/rtld: check correct LDS max size
Marek Olšák
2019-06-19
1
-0
/
+3
*
radeonsi: add s_sethalt to shaders for debugging
Nicolai Hähnle
2019-06-19
2
-0
/
+4
*
iris: Bail on queries for INTEL_NO_HW=1.
Kenneth Graunke
2019-06-19
1
-0
/
+5
*
virgl: Support VIRGL_BIND_SHARED
David Riley
2019-06-19
2
-0
/
+3
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
3
-19
/
+19
*
panfrost: Move to use ralloc for some allocations
Tomeu Vizoso
2019-06-19
7
-37
/
+44
*
etnaviv: support GL_ARB_seamless_cubemap_per_texture
Christian Gmeiner
2019-06-19
2
-5
/
+9
*
etnaviv: update headers from rnndb
Christian Gmeiner
2019-06-19
6
-22
/
+33
*
radeonsi: fix undefined shift in macro definition
Dave Airlie
2019-06-19
1
-1
/
+1
*
nouveau: fix frees in unsupported IR error paths.
Dave Airlie
2019-06-19
4
-0
/
+6
*
panfrost: Move clearing logic into pan_job
Rohan Garg
2019-06-18
3
-48
/
+68
*
virgl: fix sync issue regarding discard/unsync transfers
Chia-I Wu
2019-06-18
1
-5
/
+15
*
panfrost: Enable sRGB
Alyssa Rosenzweig
2019-06-18
1
-4
/
+0
*
panfrost: Disable AFBC on sRGB buffers
Alyssa Rosenzweig
2019-06-18
1
-0
/
+7
*
panfrost: Enable sRGB fixed-function blending
Alyssa Rosenzweig
2019-06-18
2
-3
/
+17
*
panfrost: Specify sRGB in the render target
Alyssa Rosenzweig
2019-06-18
1
-1
/
+4
*
panfrost: Implement sRGB texturing
Alyssa Rosenzweig
2019-06-18
1
-1
/
+1
*
panfrost: Add sRGB render target flag
Alyssa Rosenzweig
2019-06-18
2
-0
/
+2
*
panfrost: Implement tiled rendering
Alyssa Rosenzweig
2019-06-18
1
-0
/
+4
*
panfrost: Decode rendering block type
Alyssa Rosenzweig
2019-06-18
3
-7
/
+37
*
panfrost: Refactor texture targets
Alyssa Rosenzweig
2019-06-18
6
-27
/
+81
*
panfrost: Figure out job requirements in pan_job.c
Rohan Garg
2019-06-18
3
-8
/
+16
*
panfrost: Reset job counters once the job is submitted
Rohan Garg
2019-06-18
2
-5
/
+4
*
panfrost: Initial implementation of panfrost_job_submit
Rohan Garg
2019-06-18
3
-5
/
+23
*
virgl_hw: add YUV support
Gurchetan Singh
2019-06-18
1
-0
/
+6
*
virgl: sync to virglrenderer virgl_hw.h
Gurchetan Singh
2019-06-18
1
-3
/
+10
[next]