freedreno/a3xx: fix texture tiling parameters
[mesa.git] / src / gallium / drivers / freedreno /
2019-08-30 Khaled Emarafreedreno/a3xx: fix texture tiling parameters
2019-08-28 Eric Anholtfreedreno/a6xx: Fix non-mipmap filtering selection.
2019-08-13 Rob Clarkfreedreno/a6xx: move SSBO/image consts to IBO stateobj
2019-08-13 Rob Clarkfreedreno/a6xx: move VS driverparams to it's own stateobj
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/a6xx: add fd_emit_take_group()
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-08-13 Rob Clarkfreedreno/a6xx: move immediates to program stateobj
2019-08-13 Rob Clarkfreedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
2019-08-13 Rob Clarkfreedreno/ir3: push ctx further up call chain
2019-08-13 Rob Clarkfreedreno/ir3: move ring_wfi() further up call chain
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/a6xx: add fd6_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a5xx: add fd5_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a3xx: add fd3_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a2xx: add fd2_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a4xx: add fd4_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a2xx: call fd2_emit_ib() directly from fd2
2019-08-13 Rob Clarkfreedreno/a5xx: call fd5_emit_ib() directly from fd5
2019-08-13 Rob Clarkfreedreno/a4xx: call fd4_emit_ib() directly from fd4
2019-08-13 Rob Clarkfreedreno/a3xx: call fd3_emit_ib() directly from fd3
2019-08-13 Rob Clarkfreedreno/ir3: move VS driver-param emit
2019-08-12 Khaled Emarafreedreno: disable tiling for cubemaps
2019-08-12 Khaled Emarafreedreno: add tiling parameters for 2D/2DArray/3D
2019-08-12 Khaled Emarafreedreno: simplified slices setup for a3xx
2019-08-12 Khaled Emarafreedreno: enable tiled textures for debug builds
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-11 Caio Marcelo de... spirv: Drop lower_workgroup_access_to_offsets
2019-08-07 John Stultzmesa: freedreno: Android.registers.mk: Fix up register...
2019-08-07 John Stultzmesa: Add ir3/ir3_nir_imul.c generation to Android.mk
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Rob Clarkfreedreno/batch: fix dependency loop detection
2019-08-02 Rob Clarkfreedreno/a6xx: add missing flush/invalidates for blit
2019-08-02 Rob Clarkfreedreno/a6xx: skip tiles with no geometry
2019-08-02 Rob Clarkfreedreno/a6xx: VSC overflow detection/handling
2019-08-02 Rob Clarkfreedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
2019-08-02 Rob Clarkfreedreno/a6xx: cleanup "blit_mem"
2019-08-02 Rob Clarkfreedreno: refresh tile debug
2019-08-02 Rob Clarkfreedreno/gmem: small cleanup
2019-08-02 Rob Clarkfreedreno/batch: always update last_fence
2019-08-02 Rob Clarkfreedreno: drop unused fd_fence_ref param
2019-08-02 Jonathan Marekfreedreno: a2xx: implement texture tiling
2019-08-02 Jonathan Marekfreedreno: a2xx: use nir_lower_alu_to_scalar instead...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix HW binning for batches with >256K...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fneg/fabs/fsat opcodes
2019-08-02 Jonathan Marekfreedreno: a2xx: fix order of NIR opts
2019-08-02 Jonathan Marekfreedreno: a2xx: fix non-etc1 cubemaps
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fast clear not being used for...
2019-08-02 Jonathan Marekfreedreno: align renderonly scanout buffers
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-29 Rob Clarkfreedreno/a6xx: fix MSAA resolve hangs
2019-07-29 Eric Anholtfreedreno: Fix helgrind complaint on shader-db key...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-17 Eric Anholtfreedreno/a6xx: Drop the WFI in the program update...
2019-07-17 Eric Anholtfreedreno/a6xx: Drop the WFI in constant uploads.
2019-07-17 Eric Anholtfreedreno: Assert that we don't exceed constlen.
2019-07-17 Eric Anholtfreedreno: Fix more constlen overflows.
2019-07-17 Eric Anholtfreedreno: Drop stale comment about skipping uploads.
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-28 Rob Clarkfreedreno/a6xx: wire up dither state
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()
next