freedreno/a3xx: fix texture tiling parameters
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
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/ir3: move VS driver-param emit
2019-08-11 Caio Marcelo de... spirv: Drop lower_workgroup_access_to_offsets
2019-07-29 Eric Anholtfreedreno: Fix helgrind complaint on shader-db key...
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-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-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
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-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-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-03-28 Rob Clarkfreedreno/ir3: align const size to vec4
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Push UBOs to constant file
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-08 Rob Clarkfreedreno/ir3: fix ir3_cmdline harder
2019-03-07 Rob Clarkfreedreno: fix ir3_cmdline build
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Timothy Arceriglsl/freedreno/panfrost: pass gl_context to the standal...
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-02-20 Rob Clarkfreedreno/ir3: fix crash in compile fail case
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2018-11-27 Rob Clarkfreedreno: move ir3 to common location
2018-11-27 Rob Clarkfreedreno/ir3: remove u_inlines usage
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/ir3: some header file cleanup
2018-11-27 Rob Clarkfreedreno/ir3: use env_var_as_unsigned()
2018-11-27 Rob Clarkfreedreno/ir3: move disasm and optmsgs debug flags
2018-11-27 Rob Clarkfreedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUG
2018-11-27 Rob Clarkfreedreno: remove shader_stage_name()
2018-11-27 Rob Clarkfreedreno: shader_t -> gl_shader_stage
2018-11-27 Rob Clarkfreedreno/ir3: standalone compiler updates
2018-11-19 Kenneth Graunkenir: Make nir_lower_clip_vs optionally work with variables.
2018-10-26 Rob Clarkfreedreno: import libdrm_freedreno + redesign submit
2018-10-25 Hyunjun Kofreedreno/ir3: take reg->num out of union in ir3_register
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Eduardo Lima Mitevir3_compiler/nir: fix imageSize() for buffer-backed...
2018-10-21 Eduardo Lima Mitevir3/nir: Set up image_dims consts for image_deref_size...
2018-10-17 Rob Clarkfreedreno/ir3: move binning-pass fixup for a6xx+
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-17 Rob Clarkfreedreno/a6xx: move const emit to state group
2018-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2018-10-17 Rob Clarkfreedreno/ir3: fix broken texcoord inputs
2018-10-16 Caio Marcelo de... intel/nir, freedreno/ir3: Use the separated dead write...
2018-10-16 Eric Anholtgallium/ttn: Convert inputs and outputs to derefs of...
2018-09-27 Hyunjun Kofreedreno/ir3: fix the param order of cmpxchg
2018-09-05 Hyunjun Kofreedreno/ir3: insert mov if same instruction in the...
2018-09-05 Hyunjun Kofreedreno/ir3: make immediates array dynamic
2018-09-05 Rob Clarkfreedreno/ir3: better compile_error() printing
2018-09-05 Rob Clarkfreedreno/ir3: ignore unused inputs
2018-08-16 Kristian H. Kristensenfreedreno: Fix warnings
2018-08-14 Rob Clarkfreedreno/ir3: add support for a6xx 'merged' register set
2018-08-14 Rob Clarkfreedreno/ir3: small RA cleanup
2018-08-14 Rob Clarkfreedreno/ir3: stop hard-coding FS input regs
2018-08-14 Rob Clarkfreedreno/ir3: use r63.x for unused inputs
2018-08-14 Rob Clarkfreedreno/ir3: create all inputs in first block
2018-08-14 Rob Clarkfreedreno/ir3: rename s/frag_pos/frag_vcoord/g
2018-08-14 Rob Clarkfreedreno/ir3: move per-generation compiler config
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-18 Rob Clarkfreedreno/ir3: output ir3 and nir asm for frameretrace
2018-07-18 Rob Clarkfreedreno/ir3: redirectable ir3 disasm output
2018-07-18 Rob Clarkfreedreno/ir3: resync ir3 disassembler
2018-07-18 Rob Clarkfreedreno: register usage queries
2018-07-18 Rob Clarknir: add lowering for gl_HelperInvocation
2018-07-06 Mathieu Bridonpython: Use the print function
2018-06-23 Rob Clarkfreedreno/ir3: fix deref conversion fallout
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Rob Clarkfreedreno/ir3: convert to deref instructions
2018-06-23 Jason Ekstrandnir: Rework lower_locals_to_regs to use deref instructions
2018-06-23 Jason Ekstrandintel,ir3: Re-enable nir_opt_copy_prop_vars
2018-06-23 Jason Ekstrandnir: Delete lower_io_types
2018-06-23 Rob Clarkst,ir3,radeonsi: push lower_deref_instrs back into...
2018-06-23 Rob Clarknir/lower_samplers: remove legacy version
2018-06-23 Rob Clarknir/lower_samplers: split out _legacy version for deref...
2018-06-23 Jason Ekstrandintel,ir3: Disable nir_opt_copy_prop_vars
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-21 Rob Clarkfreedreno/ir3: txf_ms support
2018-06-21 Rob Clarkfreedreno/ir3: fix base_vertex
2018-06-19 Rob Clarkfreedreno/ir3: fix missing recursion into block condition
2018-06-19 Rob Clarkfreedreno: remove per-stateobj dirty_mask's
next