summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-30svga: use copy_region_vgpu10() for region copies when possibleBrian Paul1-4/+37
2016-06-30svga: use vgpu10 CopyRegion command when possibleNeha Bhende1-2/+147
2016-06-30svga: set render target flag for snorm surfacesBrian Paul1-0/+10
2016-06-30svga: add new svga_format_is_uncompressed_snorm() helperBrian Paul2-0/+24
2016-06-30svga: adjust sampler view format for RGBXBrian Paul1-1/+5
2016-06-30svga: adjust render target view format for RGBXBrian Paul1-1/+13
2016-06-30svga: don't advertise support for R32G32B32_UINT/SINT surface formatsNeha Bhende1-2/+2
2016-06-30svga: use untyped surface formats in most casesBrian Paul1-4/+7
2016-06-30gallium/util: add tight_format_check param to util_can_blit_via_copy_region()Brian Paul2-11/+30
2016-06-30gallium/util: simplify a few things in util_can_blit_via_copy_region()Brian Paul1-12/+8
2016-06-30gallium/util: new util_try_blit_via_copy_region() functionBrian Paul2-15/+32
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende4-6/+26
2016-06-30st/wgl: remove unneeded inline qualifiersBrian Paul2-4/+4
2016-06-30st/wgl: add a stw_device::initialized fieldBrian Paul3-24/+35
2016-06-30st/wgl: refactor framebuffer locking codeBrian Paul4-51/+68
2016-06-30st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca1-8/+8
2016-06-30st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul1-1/+6
2016-06-30mesa: Close fp on error path.Matt Turner1-6/+4
2016-06-30i965: Simplify foreach_inst_in_block_safe() macro.Matt Turner1-3/+2
2016-06-30Revert "i965: get PrimitiveMode from the program rather than the shader struct"Andres Gomez1-2/+3
2016-06-30glsl/mesa: move duplicate shader fields into new struct gl_shader_infoTimothy Arceri11-339/+283
2016-06-30glsl/main: remove unused params and make function staticTimothy Arceri8-17/+11
2016-06-30glsl: simplify link_uniform_blocks()Timothy Arceri3-10/+5
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri58-215/+386
2016-06-30mesa: don't print name in _mesa_append_uniforms_to_file()Timothy Arceri1-1/+1
2016-06-30mesa: remove unreachable code from _mesa_write_shader_to_file()Timothy Arceri1-10/+0
2016-06-30glsl: pass symbols to find_matching_signature() rather than shaderTimothy Arceri1-25/+22
2016-06-30glsl: pass symbols rather than shader to _mesa_get_main_function_signature()Timothy Arceri5-7/+7
2016-06-30mesa: don't use drivers NewShader function when creating shader objectsTimothy Arceri1-2/+1
2016-06-30glsl: make cross_validate_globals() more genericTimothy Arceri1-206/+207
2016-06-29mapi: Export all GLES 3.1 functions in libGLESv2.soIan Romanick1-0/+51
2016-06-29i965: Use drmIoctl for DRM_I915_GETPARAM (v2)Chad Versace1-5/+6
2016-06-29radeon/uvd: fix a h265 context size bugsonjiang1-0/+3
2016-06-29radeon/uvd: seperate uvd context buffer from DPBsonjiang1-9/+97
2016-06-29radeon uvd add uvd fw version for amdgpusonjiang2-1/+11
2016-06-29nv50/ir: print EMIT subops in debug modeSamuel Pitoiset1-0/+9
2016-06-29nv50/ir: print RSQ/RCP subops in debug modeSamuel Pitoiset1-0/+10
2016-06-29nv50/ir: print PIXLD subops in debug modeSamuel Pitoiset1-0/+9
2016-06-29nv50/ir: print SHFL subops in debug modeSamuel Pitoiset1-0/+9
2016-06-29i965: Removing PCI IDs that are no longer listed as Kabylake.Rodrigo Vivi1-5/+0
2016-06-29i956: Add more Kabylake PCI IDs.Rodrigo Vivi1-0/+3
2016-06-29gallium/radeon: remove zombie textures kept alive by DCC stat gatheringMarek Olšák1-12/+27
2016-06-29gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák3-5/+10
2016-06-29gallium/radeon: assume X11 DRI3 can use at most 5 back buffersMarek Olšák1-1/+5
2016-06-29gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)Marek Olšák1-9/+10
2016-06-29gallium/radeon: R600_DEBUG=nodccfb disables separate DCCMarek Olšák3-1/+4
2016-06-29gallium/radeon: add and use r600_texture_referenceMarek Olšák5-10/+13
2016-06-29gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák4-0/+8
2016-06-29gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)Marek Olšák6-4/+338
2016-06-29gallium/radeon: add state setup for a separate DCC bufferMarek Olšák4-5/+41