virgl: Store the virgl_hw_res for copy transfers
[mesa.git] / src / gallium / drivers / freedreno /
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-06-26 Rob Clarkfreedreno: correct batch_depends_on() logic
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-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-24 Rob Clarkfreedreno: Clamp UBO uploads to the constlen decided...
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-22 Eric Anholtfreedreno: Stop reporting max_const in shader-db.
2019-06-22 Eric Anholtfreedreno: Include binning shaders in shader-db.
2019-06-17 Rob Clarkfreedreno/a6xx: disallow UBWC for x24s8
2019-06-17 Rob Clarkfreedreno/a6xx: un-swap X24S8_UINT
2019-06-15 Rob Clarkfreedreno/a6xx: re-enable UBWC for depth/stencil
2019-06-15 Rob Clarkfreedreno/a6xx: handle z24s8/z24x8 blits with u_blitter
2019-06-15 Rob Clarkfreedreno/a6xx: handle fallback for rewritten blits...
2019-06-15 Rob Clarkfreedreno/a6xx: rename variable
2019-06-15 Rob Clarkfreedreno/a6xx: consolidate z/s blit handling
2019-06-13 Rob Clarkfreedreno/a6xx: fix MAX_INDICES
2019-06-13 Rob Clarkfreedreno/blitter: remove dead code
2019-06-13 Rob Clarkfreedreno: turn staging cube into 2d-array
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 Rob Clarkfreedreno/a6xx: enable UBWC by default
2019-06-11 Rob Clarkfreedreno/a6xx: disallow UBWC for z24s8
2019-06-11 Rob Clarkfreedreno/a6xx: use correct UBWC reg builders
2019-06-11 Rob Clarkfreedreno/a6xx: disable UBWC for some formats
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UWC-compatible image views
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UBWC-compatible texture...
2019-06-11 Rob Clarkfreedreno: add helper to uncompress UBWC resource
2019-06-11 Rob Clarkfreedreno: handle images in rebind_resource()
2019-06-11 Rob Clarkfreedreno: allow null discard box in shadow path
2019-06-11 Rob Clarkfreedreno: swap UBWC state in shadow path
2019-06-11 Rob Clarkfreedreno: add modifier param to fd_try_shadow_resource()
2019-06-11 Rob Clarkfreedreno: correct modifier for UBWC buffers
2019-06-11 Eduardo Lima Mitevfreedreno/a5xx: Fix indirect draw max_indices calculation
2019-06-07 Rob Clarkfreedreno/a6xx: re-arrange program stageobj/group
2019-06-07 Rob Clarkfreedreno/a6xx: fix hangs with newer sqe fw
2019-06-07 Rob Clarkfreedreno/a6xx: WFI before RB_CCU_CNTL writes
2019-06-07 Rob Clarkfreedreno/a6xx: don't pre-dispatch texture fetch on...
2019-06-07 Rob Clarkfreedreno/a6xx: fix issues with gallium HUD
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Drop struct stage array
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Drop support for SS6_DIRECT shader...
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Share shader_t_to_opcode
2019-06-07 Kristian H. Kristensenfreedreno/a6xx: Consolidate more of dword 0 building...
2019-06-07 Kristian H. Kristensenfreedreno: Move fd4_size2indextype() helper to freedren...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kristian H. Kristensenfreedreno/a6xx: Use VALIDREG in next_regid() helper
2019-06-05 Kristian H. Kristensenfreedreno/a6xx: Remove dead code from a5xx
2019-06-04 Eric Anholtfreedreno: Drop invalid scissor optimization.
2019-06-04 Bas Nieuwenhuizenfreedreno: Add printf pattern string.
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-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-31 Rob Clarkfreedreno/a6xx: add 'type' to shader state key
2019-05-31 Rob Clarkfreedreno/a6xx: fix GPU crash on small render targets
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-20 Rob Clarkfreedreno/a6xx: WFI in program stateobj too
2019-05-20 Rob Clarkfreedreno/a6xx: make sure binning pass constlen is...
2019-05-20 Rob Clarkfreedreno/a6xx: limit IBO state to draw pass
2019-05-20 Rob Clarkfreedreno/a6xx: don't evaluate FS tex state in binning...
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-16 Eric Anholtfreedreno: Output the same shader-db format as v3d...
2019-05-16 Eric Anholtfreedreno: Remove the ir3_tgsi_to_nir() helper function.
2019-05-16 Eric Anholtfreedreno: Fix assertion failures in context setup...
2019-05-13 Eric Anholtfreedreno: Fix warning on printing a uint64_t using...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about "*" in boole...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-05-13 Eric Anholtfreedreno: Make emacs indent the way robclark's eclipse...
2019-05-13 Eric Anholtfreedreno: Make .editorconfig match .dir-locals.el.
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-06 John Stultzmesa: android: freedreno: Fix build failure due to...
2019-05-06 Amit Pundirmesa: android: freedreno: build libfreedreno_{drm,ir3...
2019-05-04 Rob Clarkfreedreno: remove unused forward struct declaration
2019-05-04 Rob Clarkfreedreno/a6xx: deduplicate a few lines
2019-05-04 Rob Clarkfreedreno: add ubwc_enabled helper
2019-05-04 Rob Clarkfreedreno: move UBWC color offset to fd_resource_offset()
2019-05-04 Rob Clarkfreedreno/a6xx: buffer resources cannot be compressed
2019-05-04 Rob Clarkfreedreno: mark imported resources as valid
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC support for images
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC fixes
2019-05-04 Rob Clarkfreedreno: update generated headers
2019-05-04 Rob Clarkfreedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixes
2019-05-02 Rob Clarkfreedreno/a6xx: smaller hammer for fb barrier
2019-05-02 Rob Clarkfreedreno/a6xx: KHR_blend_equation_advanced support
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-04-30 Rob Clarkfreedreno/a6xx: pre-bake UBWC flags in texture-view
2019-04-30 Rob Clarkfreedreno/a6xx: small texture emit cleanup
2019-04-30 Rob Clarkfreedreno/ir3: switch fragcoord to sysval
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-25 Rob Clarkfreedreno/a6xx: sample-shading support
2019-04-25 Rob Clarkfreedreno: wire up core sample-shading support
2019-04-25 Rob Clarkfreedreno/a6xx: add VALIDREG/CONDREG helper macros
2019-04-25 Rob Clarkfreedreno: update generated headers
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-25 Rob Clarkfreedreno: add robustness support
next