aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lima/ppir: enable vectorize optimizationErico Nunes2019-08-251-0/+5
* lima/ppir: lower selects to scalarsErico Nunes2019-08-251-0/+5
* lima: fix ppir spill stack allocationErico Nunes2019-08-254-9/+25
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-2515-31/+17
* lima: move format handling to unified placeQiang Yu2019-08-258-103/+190
* radv: Change memory type order for GPUs without dedicated VRAMAlex Smith2019-08-241-3/+15
* lima/ppir: print register index and components number for spilled registerVasily Khoruzhick2019-08-241-1/+3
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-246-23/+168
* lima/ppir: add better liveness analysisVasily Khoruzhick2019-08-245-74/+225
* lima/ppir: validate shader outputsVasily Khoruzhick2019-08-241-0/+13
* lima/ppir: turn store_color into ALU nodeVasily Khoruzhick2019-08-234-61/+27
* lima/ppir: create ppir block for each corresponding NIR blockVasily Khoruzhick2019-08-232-4/+49
* lima/ppir: add dummy opVasily Khoruzhick2019-08-233-5/+21
* lima/ppir: add write after read deps for registersVasily Khoruzhick2019-08-231-2/+25
* lima/ppir: fix ordering depsVasily Khoruzhick2019-08-231-6/+8
* lima/ppir: set write mask for texture loads if dest is regVasily Khoruzhick2019-08-231-1/+5
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-234-8/+34
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-234-5/+103
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-236-128/+99
* anv: Only re-emit non-dynamic state that has changed.Rafael Antognolli2019-08-232-24/+50
* pan/decode: Validate and quiet helper invocation flagAlyssa Rosenzweig2019-08-231-1/+8