summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* spirv: Change spirv_to_nir() to return a nir_shaderCaio Marcelo de Oliveira Filho2019-05-291-4/+4
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-14/+11
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* freedreno/a6xx: WFI in program stateobj tooRob Clark2019-05-201-0/+2
* freedreno/a6xx: make sure binning pass constlen is large enoughRob Clark2019-05-201-0/+13
* freedreno/a6xx: limit IBO state to draw passRob Clark2019-05-201-1/+1
* freedreno/a6xx: don't evaluate FS tex state in binning passRob Clark2019-05-202-6/+14
* freedreno: Log the number of loops in the shader for shader-db.Eric Anholt2019-05-161-2/+2
* freedreno: Output the same shader-db format as v3d and intel.Eric Anholt2019-05-161-15/+4
* freedreno: Remove the ir3_tgsi_to_nir() helper function.Eric Anholt2019-05-163-20/+6
* freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt2019-05-164-0/+4
* freedreno: Fix warning on printing a uint64_t using %llx.Eric Anholt2019-05-131-1/+1
* freedreno: Silence compiler warnings about "*" in boolean context.Eric Anholt2019-05-132-2/+2
* freedreno: Silence compiler warnings about uninit 'layers'Eric Anholt2019-05-133-3/+3
* freedreno: Make emacs indent the way robclark's eclipse does.Eric Anholt2019-05-131-0/+3
* freedreno: Make .editorconfig match .dir-locals.el.Eric Anholt2019-05-131-0/+3
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* freedreno/ir3: move const_state to ir3_shaderRob Clark2019-05-071-8/+8
* freedreno/ir3: move immediates to const_stateRob Clark2019-05-071-2/+2
* freedreno/ir3: consolidate const stateRob Clark2019-05-071-15/+23
* mesa: android: freedreno: Fix build failure due to path changeJohn Stultz2019-05-061-1/+1
* mesa: android: freedreno: build libfreedreno_{drm,ir3} static libsAmit Pundir2019-05-061-1/+1
* freedreno: remove unused forward struct declaration19.1-branchpointRob Clark2019-05-041-2/+0
* freedreno/a6xx: deduplicate a few linesRob Clark2019-05-041-6/+0
* freedreno: add ubwc_enabled helperRob Clark2019-05-046-26/+28
* freedreno: move UBWC color offset to fd_resource_offset()Rob Clark2019-05-047-18/+42
* freedreno/a6xx: buffer resources cannot be compressedRob Clark2019-05-041-26/+5
* freedreno: mark imported resources as validRob Clark2019-05-041-0/+2
* freedreno/a6xx: UBWC support for imagesRob Clark2019-05-042-19/+57
* freedreno/a6xx: UBWC fixesRob Clark2019-05-042-11/+78
* freedreno: update generated headersRob Clark2019-05-041-2/+2
* freedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixesRob Clark2019-05-041-3/+3
* freedreno/a6xx: smaller hammer for fb barrierRob Clark2019-05-023-0/+48
* freedreno/a6xx: KHR_blend_equation_advanced supportRob Clark2019-05-027-5/+96
* freedreno/ir3: add some ubo range related assertsRob Clark2019-05-021-3/+6
* freedreno/a6xx: pre-bake UBWC flags in texture-viewRob Clark2019-04-292-3/+5
* freedreno/a6xx: small texture emit cleanupRob Clark2019-04-294-37/+34
* freedreno/ir3: switch fragcoord to sysvalRob Clark2019-04-291-0/+1
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* freedreno/a6xx: sample-shading supportRob Clark2019-04-254-21/+67
* freedreno: wire up core sample-shading supportRob Clark2019-04-252-0/+11
* freedreno/a6xx: add VALIDREG/CONDREG helper macrosRob Clark2019-04-251-7/+8
* freedreno: update generated headersRob Clark2019-04-252-7/+7
* compiler: rename SYSTEM_VALUE_VARYING_COORDRob Clark2019-04-254-4/+4
* freedreno: add robustness supportRob Clark2019-04-254-0/+57
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* freedreno: a2xx: same gmem2mem sequence for all tilesJonathan Marek2019-04-231-12/+25
* freedreno: a2xx: enable batch reorderingJonathan Marek2019-04-231-3/+2
* freedreno: a2xx: use nir_lower_io for TGSI shadersJonathan Marek2019-04-232-50/+11