a4xx: add noperspective interpolation support
[mesa.git] / src / gallium / drivers / freedreno / a5xx /
2020-07-01 Jonathan Marekfreedreno/a5xx: set missing bary sysvals
2020-07-01 Jonathan Marekfreedreno/registers: update varying-related registers
2020-06-26 Rob Clarkfreedreno/ir3: move finalize_nir to pscreen hook
2020-06-26 Connor Abbottfreedreno: On a5xx+ INDX_SIZE is MAX_INDICES
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-25 Rob Clarkfreedreno: make foreach_bit() declare it's cursor
2020-06-24 Rob Clarkfreedreno/a5xx: use point-coord helper
2020-06-15 Rob Clarkfreedreno/ir3: unify shader create/delete paths
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-22 Eric Anholtfreedreno/a5xx: Set MIN_LAYERSZ on 3D textures like...
2020-05-22 Eric Anholtfreedreno/a5xx: Move resource layout to fdl.
2020-05-20 Jonathan Marekfreedreno/a5xx: remove unused reference to gmem_alignw...
2020-05-17 Ilia Mirkinfreedreno: fix off-by-one in assertions checking for...
2020-05-12 Eric Anholtfreedreno: Drop the "write" arg to emit_const_bo now...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-04-30 Rob Clarkfreedreno/ir3: inline const emit
2020-04-30 Rob Clarkgallium: extract out logicop helper
2020-04-27 Eric Anholtfreedreno: Fix derivatives without texturing on a3xx...
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-03-30 Eric Anholtfreedreno: Fix detection of being in a blit for acc...
2020-03-30 Eric Anholtfreedreno: Count blits in GL_TIME_ELAPSED and perf...
2020-03-17 Eric Anholtfreedreno/a5xx: Fix min-vs-mag filtering decisions...
2020-02-14 Jonathan Marekfreedreno: name sysmem color/depth flush events
2020-02-04 Eric Anholtfreedreno: Move the layout debug under FD_MESA_DEBUG...
2020-02-04 Eric Anholtgallium: Add and use a helper for packing uc from a...
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a5xx: constify gmem state
2020-01-29 Rob Clarkfreedreno: constify fd_vsc_pipe
2020-01-29 Rob Clarkfreedreno: constify fd_tile
2020-01-29 Rob Clarkfreedreno: consolidate GMEM state
2020-01-29 Rob Clarkfreedreno: extract vsc pipe bo from GMEM state
2020-01-29 Rob Clarkfreedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2019-12-10 Rob Clarkfreedreno/a5xx+a6xx: split LRZ layout to per-gen
2019-12-06 Fritz Koenigfreedreno: reorder format check
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-26 Eric Anholtfreedreno: Introduce a fd_resource_tile_mode() helper.
2019-11-26 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-21 Rob Clarkfreedreno/perfcntrs: add accessor to get per-gen tables
2019-11-21 Rob Clarkfreedreno/perfcntrs: move to shared location
2019-11-21 Rob Clarkfreedreno/perfcntrs: remove gallium dependencies
2019-11-21 Rob Clarkfreedreno/perfcntrs: small cleanup
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-25 Kristian H. Kristensenfreedreno: Rename vp and fp to vs and fs in fd_program_...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Share shader state constructor and...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-03 Eric Anholtfreedreno: Fix the type of single-component scaled...
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a3xx-a6xx+ir3: move emit_const* to screen
2019-08-13 Rob Clarkfreedreno/a5xx: add fd5_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a5xx: call fd5_emit_ib() directly from fd5
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-06-25 Rob Clarkfreedreno/a5xx: fix batch leak in fd5 blitter path
2019-06-12 Nicolai Hähnlefreedreno: use util_dynarray_clear instead of util_dyna...
2019-06-11 Rob Clarkfreedreno/a5xx: enable a540
2019-06-11 Eduardo Lima Mitevfreedreno/a5xx: Fix indirect draw max_indices calculation
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-06-03 Neil Robertsfreedreno/ir3: Use output type size to set OUTPUT_REG_H...
2019-05-16 Eric Anholtfreedreno: Fix assertion failures in context setup...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-01-29 Rob Clarkfreedreno/a5xx: fix blitter nr_samples check
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
2019-01-03 Rob Clarkfreedreno: rework blit API
2018-12-22 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkfreedreno: also set DUMP flag on shaders
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno: update generated headers
2018-12-07 Rob Clarkfreedreno/a5xx+a6xx: remove unused fs/vs pvt mem
2018-11-27 Rob Clarkfreedreno: update generated headers
2018-11-27 Rob Clarkfreedreno: move ir3 to common location
2018-11-27 Rob Clarkfreedreno/ir3: split up ir3_shader
2018-11-27 Rob Clarkfreedreno/ir3: remove pipe_stream_output_info dependency
2018-11-27 Rob Clarkfreedreno: shader_t -> gl_shader_stage
2018-11-06 Rob Clarkfreedreno: update generated headers
2018-10-26 Rob Clarkfreedreno: import libdrm_freedreno + redesign submit
2018-10-25 Hyunjun Kofreedreno: use fd_bc_alloc_batch instead of fd_batch_cr...
2018-10-17 Rob Clarkfreedreno/ir3: shader variant cache
2018-10-17 Rob Clarkfreedreno/ir3: move binning_pass out of shader variant key
2018-10-17 Rob Clarkfreedreno/ir3: track # of samplers used by shader
2018-10-08 Rob Clarkfreedreno: update generated headers
2018-10-02 Rob Clarkfreedreno: update generated headers
2018-09-27 Rob Clarkfreedreno: handle invalidated buffers harder
2018-09-27 Rob Clarkfreedreno: simplify pctx->clear()
2018-09-27 Rob Clarkfreedreno: fix scissor state emit
next