summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Revert "llvmpipe: disable front updates for now"llvmpipe-map-fixDave Airlie1-1/+1
2015-11-13RFC: llvmpipe map scene buffers outside thread. (v2)Dave Airlie3-7/+21
2015-11-12mesa: fix MSVC build break in extensions.hBrian Paul1-1/+3
2015-11-12nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATIONIlia Mirkin6-0/+6
2015-11-12gallium: add support for gl_HelperInvocation semanticIlia Mirkin4-2/+14
2015-11-12glsl: add gl_HelperInvocation system valueIlia Mirkin3-0/+5
2015-11-12glsl: Correctly handle vector extract on function parameterJordan Justen1-2/+2
2015-11-12mesa: In helpers, only check driver capability for metaNanley Chery5-1/+20
2015-11-12mesa/extensions: Prefix global struct and extension typeNanley Chery2-23/+23
2015-11-12mesa: Generate a helper function for each extensionNanley Chery3-22/+44
2015-11-12mesa/extensions: Replace extension::api_set with ::versionNanley Chery2-336/+331
2015-11-12mesa/extensions: Use _mesa_extension_supported()Nanley Chery2-46/+14
2015-11-12mesa/extensions: Create _mesa_extension_supported()Nanley Chery1-0/+18
2015-11-12mesa/extensions: Add extension::versionNanley Chery2-320/+334
2015-11-12mesa/extensions: Move entries entries to separate fileNanley Chery3-325/+327
2015-11-12mesa/extensions: Wrap array entries in macrosNanley Chery1-327/+328
2015-11-12mesa/extensions: Remove array sentinelNanley Chery1-18/+25
2015-11-12i965: Check instructions appear only on supported hardware.Matt Turner1-0/+254
2015-11-12i965: Add initial assembly validation pass.Matt Turner5-0/+174
2015-11-12i965: Add annotation_insert_error() and support for printing errors.Matt Turner2-7/+71
2015-11-12i965: Combine assembly annotations if possible.Matt Turner1-5/+18
2015-11-12i965: Set annotation_info's mem_ctx.Matt Turner3-2/+5
2015-11-12i965: Don't consider control flow instructions to have sources.Matt Turner1-8/+8
2015-11-12i965: Fill out instruction list.Matt Turner3-14/+42
2015-11-12ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner1-0/+1
2015-11-12i965: Consolidate is_3src() functions.Matt Turner3-8/+7
2015-11-12st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul1-0/+4
2015-11-12st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul1-0/+1
2015-11-12st/wgl: add some mutex checking codeJosé Fonseca1-0/+26
2015-11-12st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul5-19/+19
2015-11-12st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul4-29/+32
2015-11-12st/wgl: include u_debug.hBrian Paul3-0/+6
2015-11-12st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul3-15/+29
2015-11-12st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul3-19/+34
2015-11-12gallium/hud: add cpu graph support for WindowsBrian Paul1-0/+54
2015-11-12glsl: set matrix_stride for non matrices with atomic counter buffersTapani Pälli1-0/+2
2015-11-12mesa: validate precision of varyings during ValidateProgramPipelineTapani Pälli3-0/+80
2015-11-12glsl: do not lose precision information when packing varyingsTapani Pälli1-0/+1
2015-11-12glsl: Add precision information to ir_variableIago Toral Quiroga4-24/+303
2015-11-12glsl: Move the definition of precision_qualifier_allowedIago Toral Quiroga1-36/+35
2015-11-12glsl: Add user-defined default precision qualifiers to the symbol tableIago Toral Quiroga1-19/+10
2015-11-12glsl: Add default precision qualifiers to the symbol tableIago Toral Quiroga1-0/+12
2015-11-12glsl: Add API to put default precision qualifiers in the symbol tableIago Toral Quiroga2-0/+26
2015-11-12i965/fs/nir: fix the number of register written by FS_OPCODE_GET_BUFFER_SIZESamuel Iglesias Gonsálvez1-2/+14
2015-11-11i965/skl/gt4: Fix URB programming restriction.Ben Widawsky1-0/+9
2015-11-11nv50,nvc0: add ARB_clear_texture supportIlia Mirkin7-8/+103
2015-11-11st/mesa: implement ARB_clear_textureIlia Mirkin2-0/+30
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin18-0/+31
2015-11-12glsl: add helper to check for enhanced layouts supportTimothy Arceri1-0/+5
2015-11-12mesa: add ARB_enhanced_layoutsTimothy Arceri5-0/+6