aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a2xx
Commit message (Expand)AuthorAgeFilesLines
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-293-24/+5
* freedreno: Fix CP_MEM_TO_REG flag definitionsConnor Abbott2019-12-181-2/+2
* freedreno: switch to layout helperRob Clark2019-11-263-4/+4
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-263-8/+5
* freedreno: use rsc->slice accessor everywhereRob Clark2019-11-261-1/+2
* freedreno/perfcntrs: add accessor to get per-gen tablesRob Clark2019-11-211-8/+0
* freedreno/perfcntrs: move to shared locationRob Clark2019-11-211-794/+0
* freedreno/perfcntrs: remove gallium dependenciesRob Clark2019-11-211-1/+3
* freedreno/perfcntrs: small cleanupRob Clark2019-11-211-22/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-143-3/+3
* freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)Jonathan Marek2019-10-307-49/+82
* freedreno/a2xx: use sysval for pointcoordJonathan Marek2019-10-271-11/+7
* freedreno: Rename vp and fp to vs and fs in fd_program_stateobjKristian H. Kristensen2019-09-253-12/+12
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-061-1/+1
* freedreno/a2xx: formats updateJonathan Marek2019-09-064-247/+103
* freedreno/a2xx: fix depth gmem restoreJonathan Marek2019-09-061-15/+12
* freedreno/a2xx: implement polygon offsetJonathan Marek2019-09-061-0/+12
* freedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend functionJonathan Marek2019-09-061-1/+6
* freedreno/a2xx: ir2: update register state in scalar insertJonathan Marek2019-09-061-0/+6
* freedreno/a2xx: ir2: fix incorrect instruction reorderingJonathan Marek2019-09-061-0/+16
* freedreno/a2xx: ir2: check opcode on the right instruction in export cpJonathan Marek2019-09-061-1/+1
* freedreno/a2xx: ir2: fix saturate in cpJonathan Marek2019-09-061-0/+4
* freedreno/a2xx: ir2: set lower_fdphJonathan Marek2019-09-061-0/+1
* freedreno/a2xx: ir2: remove pointcoord y invertJonathan Marek2019-09-061-4/+2
* freedreno/a2xx: ir2: fix lowering of instructions after float loweringJonathan Marek2019-09-061-3/+2
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-11/+24
* freedreno/all: move more emit helpers to screenRob Clark2019-08-131-2/+2
* freedreno/a2xx: add fd2_emit_init_screen()Rob Clark2019-08-133-0/+9
* freedreno/a2xx: call fd2_emit_ib() directly from fd2Rob Clark2019-08-133-8/+8
* nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry2019-08-121-1/+1
* nir: replace nir_move_load_const() with nir_opt_sink()Rhys Perry2019-08-121-1/+1
* freedreno: a2xx: implement texture tilingJonathan Marek2019-08-025-3/+22
* freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering passJonathan Marek2019-08-022-176/+12
* freedreno: a2xx: fix HW binning for batches with >256K verticesJonathan Marek2019-08-021-8/+8
* freedreno: a2xx: fix fneg/fabs/fsat opcodesJonathan Marek2019-08-021-0/+12
* freedreno: a2xx: fix order of NIR optsJonathan Marek2019-08-021-2/+2
* freedreno: a2xx: fix non-etc1 cubemapsJonathan Marek2019-08-025-15/+2
* freedreno: a2xx: fix fast clear not being used for Z24X8 buffersJonathan Marek2019-08-021-7/+11
* nir/algebraic: rename lower_bitshift to lower_bitopsErico Nunes2019-07-311-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-3/+3
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-262-6/+2
* freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)Nicolai Hähnle2019-06-121-6/+6
* nir: Combine lower_fmod16/32 back into a single lower_fmod.Kenneth Graunke2019-06-051-1/+1
* nir: remove bool lowering from lower_int_to_floatJonathan Marek2019-05-311-0/+1
* nir: add lower_bitshift optionJonathan Marek2019-05-311-0/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-14/+11
* freedreno: a2xx: same gmem2mem sequence for all tilesJonathan Marek2019-04-231-12/+25
* freedreno: a2xx: use nir_lower_io for TGSI shadersJonathan Marek2019-04-232-50/+11
* freedreno: a2xx: fix builtin blit program compilationJonathan Marek2019-04-231-0/+1