summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: calculate ESGS_RING_ITEMSIZE in create_shaderMarek Olšák2015-11-132-1/+3
* radeonsi: move maximum gs stream calculation into create_shaderMarek Olšák2015-11-132-16/+7
* radeonsi: clean up small duplication in si_shader_gsMarek Olšák2015-11-132-6/+8
* gallium/radeon: shorten render_cond variable namesMarek Olšák2015-11-135-13/+13
* gallium/radeon: remove predicate_drawing flagMarek Olšák2015-11-134-4/+2
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-1310-45/+45
* gallium/radeon: simplify restoring render condition after flushMarek Olšák2015-11-133-26/+5
* gallium/radeon: don't use PREDICATION_OP_CLEARMarek Olšák2015-11-131-36/+24
* gallium/radeon: simplify disabling render condition for u_blitterMarek Olšák2015-11-135-23/+22
* r600g: don't set predication on non-draw packetsMarek Olšák2015-11-131-8/+8
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-1324-266/+262
* radeonsi: prevent recursion in si_context_gfx_flushMarek Olšák2015-11-132-0/+8
* 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