summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-276-8/+7
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-275-10/+8
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-278-9/+8
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-279-14/+8
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-279-14/+9
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-279-25/+20
* ac: drop llvm8 from some load/store helpersSamuel Pitoiset2019-08-271-115/+75
* gallivm: fix appveyor build after images changesDave Airlie2019-08-271-1/+2
* docs: add shader image extensions for llvmpipeDave Airlie2019-08-271-4/+4
* llvmpipe: enable ARB_shader_image_load_storeDave Airlie2019-08-271-1/+2
* llvmpipe: flush on api memorybarrier.Dave Airlie2019-08-271-0/+9
* gallivm: add memory barrier supportDave Airlie2019-08-271-0/+11
* gallivm: add support for fences api on older llvmDave Airlie2019-08-272-0/+16
* llvmpipe: bind vertex/geometry shader imagesDave Airlie2019-08-273-0/+126
* llvmpipe: add fragment shader image supportDave Airlie2019-08-2711-8/+334
* draw: add vs/gs images supportDave Airlie2019-08-278-7/+316
* gallivm: add image load/store/atomic supportDave Airlie2019-08-277-10/+684
* gallivm/tgsi: add image interface to tgsi builderDave Airlie2019-08-272-1/+20
* llvmpipe: introduce image jit type to fragment shader jit.Dave Airlie2019-08-272-2/+67
* draw: add jit image type for vs/gs images.Dave Airlie2019-08-272-19/+109
* llvmpipe: move the fragment shader variant key to dynamic length.Dave Airlie2019-08-272-22/+46
* gallivm: add a basic image limitDave Airlie2019-08-271-0/+2
* llvmpipe: handle early test property.Dave Airlie2019-08-271-2/+6
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-274-20/+20
* gallivm: handle helper invocation (v2)Dave Airlie2019-08-271-0/+5
* gallivm: make lp_build_float_to_r11g11b10 take a const srcDave Airlie2019-08-272-2/+2
* llvmpipe: refactor jit type creationDave Airlie2019-08-271-76/+87
* gallivm: fix atomic compare-and-swapDave Airlie2019-08-271-0/+2
* intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs failsPaulo Zanoni2019-08-261-1/+1
* pan/midgard: Fix invert fusing with r26Alyssa Rosenzweig2019-08-262-2/+19
* pan/midgard: Fold ssa_args into midgard_instructionAlyssa Rosenzweig2019-08-2616-249/+210
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-263-0/+125
* gallium: Add block depth to the format utils.Eric Anholt2019-08-262-1/+26
* gallium: Add a block depth field to the u_formats table.Eric Anholt2019-08-262-356/+357
* pan/midgard: Add imov->fmov optimizationAlyssa Rosenzweig2019-08-264-0/+85
* pan/midgard: Switch constants to uint32Alyssa Rosenzweig2019-08-263-10/+17
* isl: Don't set UnormPathInColorPipe for integer surfaces.Kenneth Graunke2019-08-261-1/+6
* isl: Drop UnormPathInColorPipe for buffer surfaces.Kenneth Graunke2019-08-261-4/+0
* pan/midgard, bifrost: Set lower_fdph = trueAlyssa Rosenzweig2019-08-262-0/+2
* radv: add mipmap support for the clear depth/stencil valuesSamuel Pitoiset2019-08-262-27/+59
* radv: add mipmap support for the TC-compat zrange bugSamuel Pitoiset2019-08-263-24/+51
* radv: allocate metadata space for mipmapped depth/stencil imagesSamuel Pitoiset2019-08-261-2/+2
* radv: decompress mipmapped depth/stencil images during transitionsSamuel Pitoiset2019-08-263-12/+7
* radv: add mipmaps support for decompress/resummarizeSamuel Pitoiset2019-08-261-25/+32
* radv: add radv_process_depth_image_layer() helperSamuel Pitoiset2019-08-261-63/+75
* ac/nir: Remove gfx9_stride_size_workaround_for_atomicConnor Abbott2019-08-263-11/+1
* ac/nir: add a workaround for viewing a slice of 3D as a 2D imageConnor Abbott2019-08-261-3/+32
* radv: fix getting the index type size for uint8_tSamuel Pitoiset2019-08-261-1/+1
* virgl: fix format conversion for recent gallium changes.Dave Airlie2019-08-268-18/+305
* virgl: drop unused format fieldDave Airlie2019-08-262-2/+0