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
*
nv30: go back to not using viewport validate function for swtnl
Ilia Mirkin
2016-07-01
2
-1
/
+16
*
nv30: fix viewport clipping settings to be based on viewport, not rt
Ilia Mirkin
2016-07-01
2
-17
/
+11
*
gallium/util: check for window cliprects in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-0
/
+1
*
gallium: Force blend color to 16-byte alignment
Chuck Atkins
2016-06-30
1
-1
/
+11
*
swr: Refactor checks for compiler feature flags
Chuck Atkins
2016-06-30
1
-2
/
+2
*
st/wgl: make own_mutex() non-static
Brian Paul
2016-06-30
2
-4
/
+7
*
svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies
Brian Paul
2016-06-30
1
-4
/
+28
*
svga: add SVGA3D_vgpu10_BufferCopy()
Brian Paul
2016-06-30
2
-0
/
+30
*
svga: flush buffers when mapping for reading
Brian Paul
2016-06-30
1
-13
/
+24
*
svga: enable ARB_copy_image extension in the driver
Neha Bhende
2016-06-30
1
-1
/
+2
*
svga: try blitting with copy region in more cases
Brian Paul
2016-06-30
1
-1
/
+7
*
svga: use copy_region_vgpu10() for region copies when possible
Brian Paul
2016-06-30
1
-4
/
+37
*
svga: use vgpu10 CopyRegion command when possible
Neha Bhende
2016-06-30
1
-2
/
+147
*
svga: set render target flag for snorm surfaces
Brian Paul
2016-06-30
1
-0
/
+10
*
svga: add new svga_format_is_uncompressed_snorm() helper
Brian Paul
2016-06-30
2
-0
/
+24
*
svga: adjust sampler view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+5
*
svga: adjust render target view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+13
*
svga: don't advertise support for R32G32B32_UINT/SINT surface formats
Neha Bhende
2016-06-30
1
-2
/
+2
*
svga: use untyped surface formats in most cases
Brian Paul
2016-06-30
1
-4
/
+7
*
gallium/util: add tight_format_check param to util_can_blit_via_copy_region()
Brian Paul
2016-06-30
2
-11
/
+30
*
gallium/util: simplify a few things in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-12
/
+8
*
gallium/util: new util_try_blit_via_copy_region() function
Brian Paul
2016-06-30
2
-15
/
+32
*
svga: Fix failures caused in fedora 24
Neha Bhende
2016-06-30
4
-6
/
+26
*
st/wgl: remove unneeded inline qualifiers
Brian Paul
2016-06-30
2
-4
/
+4
*
st/wgl: add a stw_device::initialized field
Brian Paul
2016-06-30
3
-24
/
+35
*
st/wgl: refactor framebuffer locking code
Brian Paul
2016-06-30
4
-51
/
+68
*
st/wgl: rename curctx to old_ctx in stw_make_current()
José Fonseca
2016-06-30
1
-8
/
+8
*
st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()
Brian Paul
2016-06-30
1
-1
/
+6
*
radeon/uvd: fix a h265 context size bug
sonjiang
2016-06-29
1
-0
/
+3
*
radeon/uvd: seperate uvd context buffer from DPB
sonjiang
2016-06-29
1
-9
/
+97
*
radeon uvd add uvd fw version for amdgpu
sonjiang
2016-06-29
2
-1
/
+11
*
nv50/ir: print EMIT subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print RSQ/RCP subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+10
*
nv50/ir: print PIXLD subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print SHFL subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
gallium/radeon: remove zombie textures kept alive by DCC stat gathering
Marek Olšák
2016-06-29
1
-12
/
+27
*
gallium/radeon: don't re-create queries for DCC stat gathering
Marek Olšák
2016-06-29
3
-5
/
+10
*
gallium/radeon: assume X11 DRI3 can use at most 5 back buffers
Marek Olšák
2016-06-29
1
-1
/
+5
*
gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)
Marek Olšák
2016-06-29
1
-9
/
+10
*
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Marek Olšák
2016-06-29
3
-1
/
+4
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
5
-10
/
+13
*
gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC
Marek Olšák
2016-06-29
4
-0
/
+8
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
6
-4
/
+338
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
4
-5
/
+41
*
radeonsi: always calculate DCC info even if it's not used immediately
Marek Olšák
2016-06-29
2
-2
/
+2
*
radeonsi: unreference framebuffer state with set_framebuffer_state
Marek Olšák
2016-06-29
3
-4
/
+6
*
gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES
Marek Olšák
2016-06-29
2
-1
/
+4
*
radeonsi: don't advertise multisample shader images
Marek Olšák
2016-06-29
1
-0
/
+3
*
radeonsi: enable distributed tess on multi-SE parts only
Marek Olšák
2016-06-29
4
-2
/
+7
*
radeonsi: set optimal VGT_HS_OFFCHIP_PARAM
Marek Olšák
2016-06-29
5
-14
/
+49
[next]