summaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* turnip: format table fixesJonathan Marek2019-10-151-19/+12
* turnip: add format_is_uint/format_is_sintJonathan Marek2019-10-151-0/+22
* turnip: add astc format layoutJonathan Marek2019-10-151-28/+28
* turnip: fix assert failing for 0 color attachmentsJonathan Marek2019-10-151-2/+2
* turnip: fix segmentation fault with compute pipelineJonathan Marek2019-10-151-1/+1
* turnip: fix segmentation fault in eventsJonathan Marek2019-10-152-4/+18
* turnip: fix 32 vertex attributes caseJonathan Marek2019-10-151-3/+2
* turnip: fix triangle stripJonathan Marek2019-10-151-1/+1
* freedreno/regs: update a6xx 2d blit bitsJonathan Marek2019-10-151-22/+30
* freedreno/ir3: implement fquantize2f16Jonathan Marek2019-10-141-0/+5
* freedreno/ir3: implement texop_texture_samplesJonathan Marek2019-10-141-5/+9
* freedreno/ir3: fix GETLOD for negative LODsJonathan Marek2019-10-141-2/+2
* freedreno/ir3: implement fdd{x,y}_coarse opcodesJonathan Marek2019-10-141-0/+2
* freedreno/ir3: increase size of inputs/outputs arraysJonathan Marek2019-10-141-2/+2
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-142-4/+0
* freedreno/ir3: handle multi component alu src when propagating shiftsRob Clark2019-10-101-5/+11
* freedreno/ir3: drop unused paramRob Clark2019-10-101-6/+5
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+2
* freedreno: Enable the nir_opt_algebraic_late() pass.Daniel Schürmann2019-09-301-0/+14
* turnip: Fix failure behavior of vkCreateGraphicsPipelines.Eric Anholt2019-09-271-10/+7
* turnip: Silence compiler warning about uninit pipeline.Eric Anholt2019-09-271-1/+1
* turnip: Add a .editorconfig and .dir-locals.elEric Anholt2019-09-273-1/+13
* turnip: Add todo for d24_s8 copiesBas Nieuwenhuizen2019-09-271-0/+1
* turnip: Disallow NPoT formats.Bas Nieuwenhuizen2019-09-271-10/+18
* turnip: Always use UINT formats for copies.Bas Nieuwenhuizen2019-09-271-3/+29
* turnip: Add image->image blitting.Bas Nieuwenhuizen2019-09-271-14/+165
* turnip: emit texture and uniform stateJonathan Marek2019-09-262-15/+339
* turnip: add some shader information in pipeline stateJonathan Marek2019-09-262-0/+32
* turnip: use nir_opt_copy_prop_varsJonathan Marek2019-09-261-0/+2
* turnip: lower samplers and uniform buffer indicesJonathan Marek2019-09-262-0/+147
* turnip: basic descriptor sets (uniform buffer and samplers)Jonathan Marek2019-09-262-102/+430
* turnip: enable linear filteringJonathan Marek2019-09-261-2/+2
* turnip: align layer_sizeJonathan Marek2019-09-261-1/+1
* turnip: use linear tiling for scanout imageJonathan Marek2019-09-261-2/+9
* turnip: implement image view descriptorJonathan Marek2019-09-262-2/+90
* turnip: implement sampler stateJonathan Marek2019-09-262-0/+73
* turnip: fix vertex_idJonathan Marek2019-09-261-1/+1
* turnip: emit shader immediatesJonathan Marek2019-09-261-0/+37
* turnip: use image tile_mode for gmem configurationJonathan Marek2019-09-241-5/+3
* turnip: fix binning shader compilationJonathan Marek2019-09-241-4/+6
* freedreno/regs: A couple of tess updatesKristian H. Kristensen2019-09-182-3/+41
* freedreno/regs: Fix CP_DRAW_INDX_OFFSET commandKristian H. Kristensen2019-09-181-0/+14
* freedreno/a6xx: Turn on vectorize_ioKristian H. Kristensen2019-09-181-0/+1
* freedreno/a6xx: Track location of gl_Position out as we link itKristian H. Kristensen2019-09-182-10/+8
* tu: Set up glsl types.Bas Nieuwenhuizen2019-09-181-0/+3
* freedreno: Fix invalid read when a block has no instructions.Eric Anholt2019-09-161-2/+3
* freedreno/a6xx: pre-calculate userconst stateobj sizeRob Clark2019-09-121-0/+1
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-062-0/+5
* freedreno/a2xx: formats updateJonathan Marek2019-09-061-3/+3
* freedreno/a2xx: implement polygon offsetJonathan Marek2019-09-061-0/+2