aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove the IB flushing flagMarek Olšák2015-11-134-14/+2
* gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_spaceMarek Olšák2015-11-134-15/+14
* radeonsi: rename cache flushing flags once moreMarek Olšák2015-11-137-35/+30
* radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as wellMarek Olšák2015-11-131-2/+2
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-131-0/+3
* radeonsi: add glClearBufferSubData accelerationMarek Olšák2015-11-131-0/+60
* radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flagMarek Olšák2015-11-131-19/+25
* gallium/u_blitter: add support for multi-dword clear values in clear_bufferMarek Olšák2015-11-131-11/+14
* radeonsi: fix a future crash in emit_cb_target_maskMarek Olšák2015-11-131-1/+1
* radeonsi: fix unaligned clear_buffer fallbackMarek Olšák2015-11-131-6/+8
* r600g: fix clear_buffer fallback with offset != 0Marek Olšák2015-11-131-0/+1
* gallium/radeon: fix PIPE_QUERY_GPU_FINISHEDMarek Olšák2015-11-131-1/+1
* mesa: minor comment fix in blend.cBrian Paul2015-11-131-1/+1
* egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone2015-11-131-12/+4
* Revert "nir/copy_propagate: do not copy-propagate MOV srcs with source modifi...Iago Toral Quiroga2015-11-131-10/+7
* glsl: fix 'shared' layout qualifier related regressionsSamuel Iglesias Gonsálvez2015-11-131-0/+5
* nir/copy_propagate: do not copy-propagate MOV srcs with source modifiersIago Toral Quiroga2015-11-131-7/+10
* nir/vars_to_ssa: Delete dead output set codeJason Ekstrand2015-11-121-7/+0
* nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_storeJason Ekstrand2015-11-121-1/+4
* nir/validate: Allow subroutine types for the tails of derefsJason Ekstrand2015-11-121-2/+6
* mesa: Replace gl_extensions::EXT_texture3D with ::dummy_trueNanley Chery2015-11-125-6/+3
* mesa: fix MSVC build break in extensions.hBrian Paul2015-11-121-1/+3
* nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATIONIlia Mirkin2015-11-126-0/+6
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-124-2/+14
* glsl: add gl_HelperInvocation system valueIlia Mirkin2015-11-123-0/+5
* glsl: Correctly handle vector extract on function parameterJordan Justen2015-11-121-2/+2
* mesa: In helpers, only check driver capability for metaNanley Chery2015-11-125-1/+20
* mesa/extensions: Prefix global struct and extension typeNanley Chery2015-11-122-23/+23
* mesa: Generate a helper function for each extensionNanley Chery2015-11-123-22/+44
* mesa/extensions: Replace extension::api_set with ::versionNanley Chery2015-11-122-336/+331
* mesa/extensions: Use _mesa_extension_supported()Nanley Chery2015-11-122-46/+14
* mesa/extensions: Create _mesa_extension_supported()Nanley Chery2015-11-121-0/+18
* mesa/extensions: Add extension::versionNanley Chery2015-11-122-320/+334
* mesa/extensions: Move entries entries to separate fileNanley Chery2015-11-123-325/+327
* mesa/extensions: Wrap array entries in macrosNanley Chery2015-11-121-327/+328
* mesa/extensions: Remove array sentinelNanley Chery2015-11-121-18/+25
* i965: Check instructions appear only on supported hardware.Matt Turner2015-11-121-0/+254
* i965: Add initial assembly validation pass.Matt Turner2015-11-125-0/+174
* i965: Add annotation_insert_error() and support for printing errors.Matt Turner2015-11-122-7/+71
* i965: Combine assembly annotations if possible.Matt Turner2015-11-121-5/+18
* i965: Set annotation_info's mem_ctx.Matt Turner2015-11-123-2/+5
* i965: Don't consider control flow instructions to have sources.Matt Turner2015-11-121-8/+8
* i965: Fill out instruction list.Matt Turner2015-11-123-14/+42
* ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.Matt Turner2015-11-121-0/+1
* i965: Consolidate is_3src() functions.Matt Turner2015-11-123-8/+7
* st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul2015-11-121-0/+4
* st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-121-0/+1
* st/wgl: add some mutex checking codeJosé Fonseca2015-11-121-0/+26
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-125-19/+19
* st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul2015-11-124-29/+32