freedreno: move a2xx disasm out of gallium
[mesa.git] / src / gallium / drivers / freedreno / a4xx /
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-07-06 Ilia Mirkina4xx: hook up centroid ij coords
2020-07-06 Ilia Mirkina4xx: add polygon offset clamp, fix units
2020-07-06 Ilia Mirkina4xx: add noperspective interpolation support
2020-07-01 Jonathan Marekfreedreno/a4xx: fake LINEAR_PIXEL varying support for...
2020-07-01 Jonathan Marekfreedreno/registers: update varying-related registers
2020-06-30 Shawn Guofreedreno/a4xx: fix *_NONE enum conversion
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-24 Rob Clarkfreedreno/a4xx: use point-coord helper
2020-06-21 Jonathan Marekfreedreno/a4xx: simplify setup_slices
2020-06-21 Jonathan Marekfreedreno/a4xx: restore pitch to bytes change to layout...
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-20 Jonathan Marekfreedreno: move a4xx specific layout code to a4xx code
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-05-01 Eric Anholtfreedreno/ir3: Remove unused half precision shader...
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-03-30 Eric Anholtfreedreno: Rename "is_blit" to "is_discard_blit"
2020-03-30 Eric Anholtfreedreno: Count blits in GL_TIME_ELAPSED and perf...
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a4xx: 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...
2019-12-18 Connor Abbotta6xx: Add more CP packets
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 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: remove first-vertex sysval
2019-11-09 Rob Clarkfreedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISION
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
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-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/a4xx: add fd4_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a4xx: call fd4_emit_ib() directly from fd4
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-12 Nicolai Hähnlefreedreno: use util_dynarray_clear instead of util_dyna...
2019-06-07 Kristian H. Kristensenfreedreno: Move fd4_size2indextype() helper to freedren...
2019-05-16 Eric Anholtfreedreno: Fix assertion failures in context setup...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about "*" in boole...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-18 Kristian H. Kristensenfreedreno: Use enum values from matching enum
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-28 Kristian H. Kristensenfreedreno: Fix a couple of warnings
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
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: update generated headers
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: 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-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-17 Neil Robertsfreedreno: Remove the Emacs mode lines
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: fix scissor state emit
2018-09-27 Rob Clarkfreedreno: update generated headers
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-05 Rob Clarkfreedreno: add fd_context_batch() accessor
2018-09-05 Rob Clarkfreedreno: fix context teardown harder
2018-08-20 Rob Clarkfreedreno: fix context teardown race
2018-08-17 Rob Clarkfreedreno: update generated headers
2018-08-16 Rob Clarkfreedreno: update generated headers
2018-08-14 Rob Clarkfreedreno/ir3: stop hard-coding FS input regs
2018-08-14 Rob Clarkfreedreno: move free() into fdN_context_destroy()
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-18 Rob Clarkfreedreno: register usage queries
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-21 Rob Clarkfreedreno: update generated headers
2018-06-19 Rob Clarkfreedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_...
2018-06-11 Rob Clarkfreedreno: update generated headers
next