summaryrefslogtreecommitdiff
path: root/src/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-11-25nir: Add a scheduler pass to reduce maximum register pressure.Eric Anholt1-0/+5
2019-11-20v3d: adds an extra MOV for any sig.ld*Alejandro Piñeiro1-4/+19
2019-11-20v3d: Fix predication with atomic image operationsJose Maria Casanova Crespo1-0/+12
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2-2/+2
2019-10-31v3d: rename vertex shader key (num)_fs_inputs fieldsIago Toral Quiroga4-10/+11
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri3-4/+4
2019-10-27v3d: fix empty-body instructionEric Engestrom1-1/+1
2019-10-23Revert "v3d: do not report alpha-test as supported"Erik Faye-Lund2-0/+11
2019-10-21nir/lower_idiv: add new llvm-based pathRhys Perry1-1/+1
2019-10-18broadcom: document known hardware issues for L2T flush commandIago Toral Quiroga1-0/+35
2019-10-18v3d: add new flag dirty TMU cache at v3d_compilerIago Toral Quiroga5-0/+12
2019-10-17v3d: do not report alpha-test as supportedErik Faye-Lund2-11/+0
2019-10-17nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund1-1/+1
2019-10-17nir: support lowering clipdist to arraysErik Faye-Lund1-2/+3
2019-10-17nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund1-1/+1
2019-10-10nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák1-0/+1
2019-09-30v3d: Enable the late algebraic optimizations to get real subs.Eric Anholt1-0/+16
2019-09-23broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"Kenneth Graunke1-1/+0
2019-09-06nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick1-1/+1
2019-09-05v3d: writes to magic registers aren't RF writes after THRENDJose Maria Casanova Crespo1-1/+3
2019-09-03nir: Fix num_ssbos when lowering atomic countersConnor Abbott1-2/+1
2019-08-21v3d: Use the correct opcodes for signed image min/maxJason Ekstrand1-0/+2
2019-08-21nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2-4/+8
2019-08-13v3d: clamp gl_PointSize to a minimum of 1.0Iago Toral Quiroga1-0/+5
2019-08-13v3d: line length style fixesIago Toral Quiroga1-26/+33
2019-08-13v3d: honor the write mask on store operationsIago Toral Quiroga1-85/+120
2019-08-13v3d: refactor ntq_emit_tmu_general() slightlyIago Toral Quiroga1-24/+36
2019-08-12nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_uboRhys Perry1-1/+1
2019-08-08v3d: use the GPU to record primitives written to transform feedbackIago Toral Quiroga1-0/+10
2019-08-08v3d: add header guards in v3d_packet_helpers.hIago Toral Quiroga1-0/+4
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom2-3/+4
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom4-5/+5
2019-07-25v3d: Introduce a DRM shim for calling out to the simulator.Eric Anholt7-0/+779
2019-07-22v3d: Avoid scheduling an instruction that stalls waiting for SFU retvalJose Maria Casanova Crespo1-4/+23
2019-07-22v3d: add shader-db stat to count SFU stallsJose Maria Casanova Crespo5-14/+74
2019-07-18v3d: Use nir_shader_lower_instructions() for txf_ms lowering.Eric Anholt1-26/+16
2019-07-18v3d: Fix assertion failures in debug builds.Eric Anholt1-0/+2
2019-07-18v3d: emit correct lowering for logic operations with MSAA render targetsIago Toral Quiroga1-5/+54
2019-07-18v3d: handle nir_intrinsic_store_tlb_sample_color_v3dIago Toral Quiroga1-20/+44
2019-07-18v3d: implement per-sample tlb color writesIago Toral Quiroga1-30/+44
2019-07-18v3d: refactor the tlb color write codeIago Toral Quiroga1-49/+39
2019-07-18v3d: move tlb color write emission to a helper functionIago Toral Quiroga1-95/+99
2019-07-18v3d: implement per-sample tlb color readsIago Toral Quiroga1-39/+52
2019-07-17broadcom: Move v3d_get_device_info to commonAndreas Bergmeier3-1/+86
2019-07-12v3d: use inc/dec tmu operation with image atomic sub/add of 1Alejandro Piñeiro1-5/+11
2019-07-12v3d: refactor some code from v3d40_vir_emit_image_load_storeAlejandro Piñeiro1-33/+29
2019-07-12v3d: use inc/dec tmu operation with atomic sub/add of 1Alejandro Piñeiro2-6/+30
2019-07-12v3d: remove redefinition of tmu operations on nir_to_virAlejandro Piñeiro1-38/+21
2019-07-12v3d: tweak initial comment on pack generator scriptAlejandro Piñeiro1-1/+1
2019-07-12v3d: remove unused definitionsIago Toral Quiroga1-7/+0