index
:
~tagr/mesa
gv11b
master
nouveau-sync-fd
staging/base
staging/branches
staging/fixes
staging/master
staging/nouveau
staging/tegra
staging/work
tegra-v2
tegra-v3
tegra-v4
tegra-v5
tegra-wip
vde
Mesa Tegra support
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-30
svga: use copy_region_vgpu10() for region copies when possible
Brian Paul
1
-4
/
+37
2016-06-30
svga: use vgpu10 CopyRegion command when possible
Neha Bhende
1
-2
/
+147
2016-06-30
svga: set render target flag for snorm surfaces
Brian Paul
1
-0
/
+10
2016-06-30
svga: add new svga_format_is_uncompressed_snorm() helper
Brian Paul
2
-0
/
+24
2016-06-30
svga: adjust sampler view format for RGBX
Brian Paul
1
-1
/
+5
2016-06-30
svga: adjust render target view format for RGBX
Brian Paul
1
-1
/
+13
2016-06-30
svga: don't advertise support for R32G32B32_UINT/SINT surface formats
Neha Bhende
1
-2
/
+2
2016-06-30
svga: use untyped surface formats in most cases
Brian Paul
1
-4
/
+7
2016-06-30
gallium/util: add tight_format_check param to util_can_blit_via_copy_region()
Brian Paul
2
-11
/
+30
2016-06-30
gallium/util: simplify a few things in util_can_blit_via_copy_region()
Brian Paul
1
-12
/
+8
2016-06-30
gallium/util: new util_try_blit_via_copy_region() function
Brian Paul
2
-15
/
+32
2016-06-30
svga: Fix failures caused in fedora 24
Neha Bhende
4
-6
/
+26
2016-06-30
st/wgl: remove unneeded inline qualifiers
Brian Paul
2
-4
/
+4
2016-06-30
st/wgl: add a stw_device::initialized field
Brian Paul
3
-24
/
+35
2016-06-30
st/wgl: refactor framebuffer locking code
Brian Paul
4
-51
/
+68
2016-06-30
st/wgl: rename curctx to old_ctx in stw_make_current()
José Fonseca
1
-8
/
+8
2016-06-30
st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()
Brian Paul
1
-1
/
+6
2016-06-30
mesa: Close fp on error path.
Matt Turner
1
-6
/
+4
2016-06-30
i965: Simplify foreach_inst_in_block_safe() macro.
Matt Turner
1
-3
/
+2
2016-06-30
Revert "i965: get PrimitiveMode from the program rather than the shader struct"
Andres Gomez
1
-2
/
+3
2016-06-30
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
11
-339
/
+283
2016-06-30
glsl/main: remove unused params and make function static
Timothy Arceri
8
-17
/
+11
2016-06-30
glsl: simplify link_uniform_blocks()
Timothy Arceri
3
-10
/
+5
2016-06-30
glsl/mesa: split gl_shader in two
Timothy Arceri
58
-215
/
+386
2016-06-30
mesa: don't print name in _mesa_append_uniforms_to_file()
Timothy Arceri
1
-1
/
+1
2016-06-30
mesa: remove unreachable code from _mesa_write_shader_to_file()
Timothy Arceri
1
-10
/
+0
2016-06-30
glsl: pass symbols to find_matching_signature() rather than shader
Timothy Arceri
1
-25
/
+22
2016-06-30
glsl: pass symbols rather than shader to _mesa_get_main_function_signature()
Timothy Arceri
5
-7
/
+7
2016-06-30
mesa: don't use drivers NewShader function when creating shader objects
Timothy Arceri
1
-2
/
+1
2016-06-30
glsl: make cross_validate_globals() more generic
Timothy Arceri
1
-206
/
+207
2016-06-29
mapi: Export all GLES 3.1 functions in libGLESv2.so
Ian Romanick
1
-0
/
+51
2016-06-29
i965: Use drmIoctl for DRM_I915_GETPARAM (v2)
Chad Versace
1
-5
/
+6
2016-06-29
radeon/uvd: fix a h265 context size bug
sonjiang
1
-0
/
+3
2016-06-29
radeon/uvd: seperate uvd context buffer from DPB
sonjiang
1
-9
/
+97
2016-06-29
radeon uvd add uvd fw version for amdgpu
sonjiang
2
-1
/
+11
2016-06-29
nv50/ir: print EMIT subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-06-29
nv50/ir: print RSQ/RCP subops in debug mode
Samuel Pitoiset
1
-0
/
+10
2016-06-29
nv50/ir: print PIXLD subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-06-29
nv50/ir: print SHFL subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-06-29
i965: Removing PCI IDs that are no longer listed as Kabylake.
Rodrigo Vivi
1
-5
/
+0
2016-06-29
i956: Add more Kabylake PCI IDs.
Rodrigo Vivi
1
-0
/
+3
2016-06-29
gallium/radeon: remove zombie textures kept alive by DCC stat gathering
Marek Olšák
1
-12
/
+27
2016-06-29
gallium/radeon: don't re-create queries for DCC stat gathering
Marek Olšák
3
-5
/
+10
2016-06-29
gallium/radeon: assume X11 DRI3 can use at most 5 back buffers
Marek Olšák
1
-1
/
+5
2016-06-29
gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)
Marek Olšák
1
-9
/
+10
2016-06-29
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Marek Olšák
3
-1
/
+4
2016-06-29
gallium/radeon: add and use r600_texture_reference
Marek Olšák
5
-10
/
+13
2016-06-29
gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC
Marek Olšák
4
-0
/
+8
2016-06-29
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
6
-4
/
+338
2016-06-29
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
4
-5
/
+41
[prev]
[next]