aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/layout: layout simplifications and pitch from level 0 pitchJonathan Marek2020-07-081-3/+2
* freedreno: add a fd_resource_pitch helperJonathan Marek2020-07-081-2/+1
* freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvalsJonathan Marek2020-07-011-0/+11
* freedreno/ir3: split kill from no_earlyzRob Clark2020-06-041-1/+1
* freedreno: Use explicit *_NONE enum for undefined formatsKristian H. Kristensen2020-05-261-1/+1
* freedreno/a3xx: fix rasterizer discardIlia Mirkin2020-05-181-1/+3
* freedreno: fix off-by-one in assertions checking for const sizesIlia Mirkin2020-05-171-1/+1
* freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.Eric Anholt2020-05-121-8/+4
* freedreno: Replace OUT_RELOCW with OUT_RELOC.Eric Anholt2020-05-121-1/+1
* freedreno,tu: Don't request fragcoord components not being read.Hyunjun Ko2020-05-081-5/+3
* freedreno/ir3: inline const emitRob Clark2020-04-301-2/+30
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-231-1/+1
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-291-6/+2
* freedreno: switch to layout helperRob Clark2019-11-261-2/+2
* freedreno: Convert the slice struct to the new resource header.Eric Anholt2019-11-261-3/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* freedreno/ir3: remove first-vertex sysvalRob Clark2019-11-121-3/+0
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-141-1/+1
* freedreno/a3xx: fix sysmem <-> gmem tiles transferKhaled Emara2019-08-301-1/+2
* freedreno/all: move more emit helpers to screenRob Clark2019-08-131-2/+1
* freedreno/a3xx-a6xx+ir3: move emit_const* to screenRob Clark2019-08-131-2/+3
* freedreno/a3xx: add fd3_emit_init_screen()Rob Clark2019-08-131-0/+5
* freedreno/a3xx: call fd3_emit_ib() directly from fd3Rob Clark2019-08-131-6/+0
* freedreno/ir3: rename has_kill to no_earlyzRob Clark2019-03-221-1/+1
* freedreno: shader_t -> gl_shader_stageRob Clark2018-11-271-4/+4
* freedreno/ir3: move binning_pass out of shader variant keyRob Clark2018-10-171-3/+3
* freedreno: Remove the Emacs mode linesNeil Roberts2018-10-171-2/+0
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-2/+2
* freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...Rob Clark2018-06-191-1/+10
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-191-1/+1
* freedreno: remove use of u_transferRob Clark2017-12-041-2/+2
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-1/+1
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-1/+1
* freedreno: refactor dirty state handlingRob Clark2017-04-181-4/+4
* freedreno/ir3: split out per-stage emit_consts fxnsRob Clark2017-04-181-2/+2
* freedreno: add helper to mark all state cleanRob Clark2017-04-181-15/+5
* freedreno: make texture state an arrayRob Clark2017-04-181-2/+2
* freedreno/ir3: rework location of driver constantsRob Clark2016-12-271-3/+6
* freedreno: fdN_gmem_restore_format() is not gen specificRob Clark2016-12-181-2/+2
* freedreno/a3xx: make _emit_const() staticRob Clark2016-11-271-1/+1
* a3xx: use window scissor to simulate viewport xy clipIlia Mirkin2016-09-031-10/+26
* a3xx: make use of software clipping when hw can't handle itIlia Mirkin2016-09-031-4/+8
* a3xx: make sure to actually clamp depth as requestedIlia Mirkin2016-09-031-1/+29
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+1
* freedreno: drop needs_rb_fbdRob Clark2016-07-301-2/+0
* freedreno: move needs_wfi into batchRob Clark2016-07-301-7/+7
* freedreno: re-order support for hw queriesRob Clark2016-07-301-2/+3
* freedreno: move more batch related tracking to fd_batchRob Clark2016-07-301-7/+8
* freedreno: introduce fd_batchRob Clark2016-07-301-5/+3
* freedreno: switch emit_const_bo() to take prsc'sRob Clark2016-07-021-4/+4